Packages

 

com.aspose.cad.fileformats.cad.cadtables

Class CadStyleTableObject



  • public class CadStyleTableObject
    extends CadBaseOwned

    The Cad style table object.

    • Constructor Detail

      • CadStyleTableObject

        public CadStyleTableObject()
    • Method Detail

      • getBigFontName

        public final String getBigFontName()

        Gets or sets the big font nameCadStyleTableObject

      • setBigFontName

        public final void setBigFontName(String value)

        Gets or sets the big font nameCadStyleTableObject

      • getFixedHeight

        public final double getFixedHeight()

        Gets or sets the fixed height.

      • setFixedHeight

        public final void setFixedHeight(double value)

        Gets or sets the fixed height.

      • getLastHeight

        public final double getLastHeight()

        Gets or sets the last height.

      • setLastHeight

        public final void setLastHeight(double value)

        Gets or sets the last height.

      • getObliqueAngle

        public final double getObliqueAngle()

        Gets or sets the oblique angle.

      • setObliqueAngle

        public final void setObliqueAngle(double value)

        Gets or sets the oblique angle.

      • getPrimaryFontName

        public final String getPrimaryFontName()

        Gets or sets the primary font name.

      • setPrimaryFontName

        public final void setPrimaryFontName(String value)

        Gets or sets the primary font name.

      • getStyleFlag

        public final short getStyleFlag()

        Gets or sets the style flag.

      • setStyleFlag

        public final void setStyleFlag(short value)

        Gets or sets the style flag.

      • getStyleName

        public final String getStyleName()

        Gets or sets the style name.

      • setStyleName

        public final void setStyleName(String value)

        Gets or sets the style name.

      • getTextGenerationFlag

        public final short getTextGenerationFlag()

        Gets or sets the text generation flag.

      • setTextGenerationFlag

        public final void setTextGenerationFlag(short value)

        Gets or sets the text generation flag.

      • getWidthFactor

        public final double getWidthFactor()

        Gets or sets the width factor.

      • setWidthFactor

        public final void setWidthFactor(double value)

        Gets or sets the width factor.