public class CadStyleTableObject extends CadBaseOwned
The Cad style table object.
Constructor and Description |
---|
CadStyleTableObject()
Initializes a new instance of the
CadStyleTableObject class. |
Modifier and Type | Method and Description |
---|---|
CadStringParameter |
getBigFontName()
Gets or sets the big font name.
|
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(CadStringParameter value)
Gets or sets the big font name.
|
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, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadStyleTableObject()
Initializes a new instance of the CadStyleTableObject
class.
Prevents a default instance of the CadStyleTableObject
class from being created.
public final CadStringParameter getBigFontName()
Gets or sets the big font name.
public final void setBigFontName(CadStringParameter value)
Gets or sets the big font name.
public double getFixedHeight()
Gets or sets the fixed height.
public void setFixedHeight(double value)
Gets or sets the fixed height.
public double getLastHeight()
Gets or sets the last height.
public void setLastHeight(double value)
Gets or sets the last height.
public double getObliqueAngle()
Gets or sets the oblique angle.
public void setObliqueAngle(double value)
Gets or sets the oblique angle.
public String getPrimaryFontName()
Gets or sets the primary font name.
public void setPrimaryFontName(String value)
Gets or sets the primary font name.
public short getStyleFlag()
Gets or sets the style flag.
public void setStyleFlag(short value)
Gets or sets the style flag.
public String getStyleName()
Gets or sets the style name.
public void setStyleName(String value)
Gets or sets the style name.
public short getTextGenerationFlag()
Gets or sets the text generation flag.
public void setTextGenerationFlag(short value)
Gets or sets the text generation flag.
public double getWidthFactor()
Gets or sets the width factor.
public void setWidthFactor(double value)
Gets or sets the width factor.