public class CadStyleTableObject extends CadBaseOwned
The Cad style table object.
Constructor and Description |
---|
CadStyleTableObject() |
Modifier and Type | Method and Description |
---|---|
String |
getBigFontName()
Gets or sets the big font nameCadStyleTableObject
|
double |
getFixedHeight()
Gets or sets the fixed height.
|
double |
getLastHeight()
Gets or sets the last height.
|
double |
getObliqueAngle()
Gets or sets the oblique angle.
|
String |
getPrimaryFontName()
Gets or sets the primary font name.
|
short |
getStyleFlag()
Gets or sets the style flag.
|
String |
getStyleName()
Gets or sets the style name.
|
short |
getTextGenerationFlag()
Gets or sets the text generation flag.
|
double |
getWidthFactor()
Gets or sets the width factor.
|
void |
setBigFontName(String value)
Gets or sets the big font nameCadStyleTableObject
|
void |
setFixedHeight(double value)
Gets or sets the fixed height.
|
void |
setLastHeight(double value)
Gets or sets the last height.
|
void |
setObliqueAngle(double value)
Gets or sets the oblique angle.
|
void |
setPrimaryFontName(String value)
Gets or sets the primary font name.
|
void |
setStyleFlag(short value)
Gets or sets the style flag.
|
void |
setStyleName(String value)
Gets or sets the style name.
|
void |
setTextGenerationFlag(short value)
Gets or sets the text generation flag.
|
void |
setWidthFactor(double value)
Gets or sets the width factor.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public final String getBigFontName()
Gets or sets the big font nameCadStyleTableObject
public final void setBigFontName(String value)
Gets or sets the big font nameCadStyleTableObject
public final double getFixedHeight()
Gets or sets the fixed height.
public final void setFixedHeight(double value)
Gets or sets the fixed height.
public final double getLastHeight()
Gets or sets the last height.
public final void setLastHeight(double value)
Gets or sets the last height.
public final double getObliqueAngle()
Gets or sets the oblique angle.
public final void setObliqueAngle(double value)
Gets or sets the oblique angle.
public final String getPrimaryFontName()
Gets or sets the primary font name.
public final void setPrimaryFontName(String value)
Gets or sets the primary font name.
public final short getStyleFlag()
Gets or sets the style flag.
public final void setStyleFlag(short value)
Gets or sets the style flag.
public final String getStyleName()
Gets or sets the style name.
public final void setStyleName(String value)
Gets or sets the style name.
public final short getTextGenerationFlag()
Gets or sets the text generation flag.
public final void setTextGenerationFlag(short value)
Gets or sets the text generation flag.
public final double getWidthFactor()
Gets or sets the width factor.
public final void setWidthFactor(double value)
Gets or sets the width factor.