Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadStyleTableObject



  • public class CadStyleTableObject
    extends CadBaseOwned

    The Cad style table object.

    • Constructor Detail

      • CadStyleTableObject

        public CadStyleTableObject()

        Initializes a new instance of the CadStyleTableObject class. Prevents a default instance of the CadStyleTableObject class from being created.

    • Method Detail

      • getBigFontName

        public final CadStringParameter getBigFontName()

        Gets or sets the big font name.

      • setBigFontName

        public final void setBigFontName(CadStringParameter value)

        Gets or sets the big font name.

      • getFixedHeight

        public double getFixedHeight()

        Gets or sets the fixed height.

      • setFixedHeight

        public void setFixedHeight(double value)

        Gets or sets the fixed height.

      • getLastHeight

        public double getLastHeight()

        Gets or sets the last height.

      • setLastHeight

        public void setLastHeight(double value)

        Gets or sets the last height.

      • getObliqueAngle

        public double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getPrimaryFontName

        public String getPrimaryFontName()

        Gets or sets the primary font name.

      • setPrimaryFontName

        public void setPrimaryFontName(String value)

        Gets or sets the primary font name.

      • getStyleFlag

        public short getStyleFlag()

        Gets or sets the style flag.

      • setStyleFlag

        public void setStyleFlag(short value)

        Gets or sets the style flag.

      • getStyleName

        public String getStyleName()

        Gets or sets the style name.

      • setStyleName

        public void setStyleName(String value)

        Gets or sets the style name.

      • getTextGenerationFlag

        public short getTextGenerationFlag()

        Gets or sets the text generation flag.

      • setTextGenerationFlag

        public void setTextGenerationFlag(short value)

        Gets or sets the text generation flag.

      • getWidthFactor

        public double getWidthFactor()

        Gets or sets the width factor.

      • setWidthFactor

        public void setWidthFactor(double value)

        Gets or sets the width factor.