Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrStyle

    • Constructor Detail

      • CdrStyle

        public CdrStyle()
    • Method Detail

      • getFontName

        public final String getFontName()

        Gets the name of the font.

        Returns:
        the name of the font.
      • setFontName

        public final void setFontName(String value)

        Sets the name of the font.

        Parameters:
        value - the name of the font.
      • getCharset

        public final short getCharset()

        Gets the character set.

        Returns:
        the character set.
      • setCharset

        public final void setCharset(short value)

        Sets the character set.

        Parameters:
        value - the character set.
      • getFontSize

        public final double getFontSize()

        Gets the size of the font.

        Returns:
        the size of the font.
      • setFontSize

        public final void setFontSize(double value)

        Sets the size of the font.

        Parameters:
        value - the size of the font.
      • getFontWeight

        public final int getFontWeight()

        Gets the font weight.

        Returns:
        the font weight.
      • setFontWeight

        public final void setFontWeight(int value)

        Sets the font weight.

        Parameters:
        value - the font weight.
      • getFill

        public final CdrFill getFill()

        Gets the fill.

        Returns:
        the fill.
      • setFill

        public final void setFill(CdrFill value)

        Sets the fill.

        Parameters:
        value - the fill.
      • getOutLine

        public final CdrOutline getOutLine()

        Gets the out line.

        Returns:
        the out line.
      • setOutLine

        public final void setOutLine(CdrOutline value)

        Sets the out line.

        Parameters:
        value - the out line.
      • getAlign

        public final int getAlign()

        Gets the align.

        Returns:
        the align.
      • setAlign

        public final void setAlign(int value)

        Sets the align.

        Parameters:
        value - the align.
      • getRightIndent

        public final double getRightIndent()

        Gets the right indent.

        Returns:
        the right indent.
      • setRightIndent

        public final void setRightIndent(double value)

        Sets the right indent.

        Parameters:
        value - the right indent.
      • getFirstIndent

        public final double getFirstIndent()

        Gets the first indent.

        Returns:
        the first indent.
      • setFirstIndent

        public final void setFirstIndent(double value)

        Sets the first indent.

        Parameters:
        value - the first indent.
      • getLeftIndent

        public final double getLeftIndent()

        Gets the left indent.

        Returns:
        the left indent.
      • setLeftIndent

        public final void setLeftIndent(double value)

        Sets the left indent.

        Parameters:
        value - the left indent.
      • getParentId

        public final int getParentId()

        Gets the parent identifier.

        Returns:
        the parent identifier.
      • setParentId

        public final void setParentId(int value)

        Sets the parent identifier.

        Parameters:
        value - the parent identifier.