com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class Characteristics



  • public final class Characteristics
    extends Object

    Represents annotation characteristics

    • Method Detail

      • getBackground

        public Color getBackground()

        Gets color of the background

        Returns:
        Color Object
      • setBackground

        public void setBackground(Object value)

        Sets color of the background

        Parameters:
        value - Color Object
      • getBorder

        public Color getBorder()

        Gets color of the border.

        Returns:
        Color Object
      • setBorder

        public void setBorder(Color value)

        Sets color of the border.

        Parameters:
        value - Color Object
      • setBorder

        public void setBorder(Color value)

        Sets color of the border.

        Parameters:
        value - Color Object
      • getRotate

        public int getRotate()

        Gets rotation of the annotation.

        Returns:
        Rotation element
        See Also:
        Rotation
      • setRotate

        public void setRotate(int value)

        Sets rotation of the annotation.

        Parameters:
        value - Rotation element
        See Also:
        Rotation