public class CadText extends CadBaseExtrudedEntity
Class describing Cad text
Constructor and Description |
---|
CadText()
Initializes a new instance of the
CadText class. |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets or sets the default value.
|
Cad3DPoint |
getFirstAlignment()
Gets or sets the first alignment.
|
short |
getGenerationFlag()
Gets or sets the generation flag.
|
short |
getHorizontalJustification()
Gets or sets the horizontal justification.
|
double |
getObliqueAngle()
Gets or sets the oblique angle.
|
double |
getScaleX()
Gets or sets the scale x.
|
Cad3DPoint |
getSecondAlignmentPoint()
Gets or sets the second alignment point.
|
String |
getStyleType()
Gets or sets the style type.
|
double |
getTextHeight()
Gets or sets the text height.
|
double |
getTextRotation()
Gets or sets the text rotation.
|
double |
getTextWidth()
Gets the text width.
|
double |
getThickness()
Gets or sets the thickness.
|
short |
getVerticalJustification()
Gets or sets the vertical justification.
|
void |
setDefaultValue(String value)
Gets or sets the default value.
|
void |
setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
|
void |
setGenerationFlag(short value)
Gets or sets the generation flag.
|
void |
setHorizontalJustification(short value)
Gets or sets the horizontal justification.
|
void |
setObliqueAngle(double value)
Gets or sets the oblique angle.
|
void |
setScaleX(double value)
Gets or sets the scale x.
|
void |
setSecondAlignmentPoint(Cad3DPoint value)
Gets or sets the second alignment point.
|
void |
setStyleType(String value)
Gets or sets the style type.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setTextRotation(double value)
Gets or sets the text rotation.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVerticalJustification(short value)
Gets or sets the vertical justification.
|
getExtrusionDirection, setExtrusionDirection
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public String getDefaultValue()
Gets or sets the default value.
public void setDefaultValue(String value)
Gets or sets the default value.
public Cad3DPoint getFirstAlignment()
Gets or sets the first alignment.
public void setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
value
- The first alignment.public short getGenerationFlag()
Gets or sets the generation flag.
public void setGenerationFlag(short value)
Gets or sets the generation flag.
public short getHorizontalJustification()
Gets or sets the horizontal justification.
public void setHorizontalJustification(short value)
Gets or sets the horizontal justification.
public double getObliqueAngle()
Gets or sets the oblique angle.
public void setObliqueAngle(double value)
Gets or sets the oblique angle.
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
Gets or sets the scale x.
public Cad3DPoint getSecondAlignmentPoint()
Gets or sets the second alignment point.
public void setSecondAlignmentPoint(Cad3DPoint value)
Gets or sets the second alignment point.
public String getStyleType()
Gets or sets the style type.
public void setStyleType(String value)
Gets or sets the style type.
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
Gets or sets the text height.
public double getTextRotation()
Gets or sets the text rotation.
public void setTextRotation(double value)
Gets or sets the text rotation.
public double getTextWidth()
Gets the text width.
public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
Gets or sets the thickness.
public short getVerticalJustification()
Gets or sets the vertical justification.
public void setVerticalJustification(short value)
Gets or sets the vertical justification.