public class CadAttrib extends CadBaseExtrudedEntity
The Cad attrib.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadAttrib()
Initializes a new instance of the
CadAttrib class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAlignmentPoint()
Gets or sets the alignment point.
|
String |
getAttributeString()
Gets or sets the attribute string.
|
String |
getDefaultText()
Gets or sets the default text.
|
CadMText |
getMultiText()
Gets or sets the multi text.
|
double |
getObliqueAngle()
Gets or sets the obliqueAngle.
|
double |
getRelativeScale()
Gets or sets the relativeScale.
|
String |
getStyleType()
Gets or sets the attribute string.
|
short |
getTextFlags()
Gets or sets the textFlags.
|
double |
getTextHeight()
Gets or sets the text height.
|
short |
getTextJustH()
Gets or sets the textJustH.
|
short |
getTextJustV()
Gets or sets the textJustV.
|
double |
getTextRotation()
Gets or sets the text rotation.
|
Cad3DPoint |
getTextStartPoint()
Gets or sets the text start point.
|
double |
getThickness()
Gets or sets the thickness.
|
short |
getVersion()
Gets or sets the version.
|
void |
setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
|
void |
setAttributeString(String value)
Gets or sets the attribute string.
|
void |
setDefaultText(String value)
Gets or sets the default text.
|
void |
setMultiText(CadMText value)
Gets or sets the multi text.
|
void |
setObliqueAngle(double value)
Gets or sets the obliqueAngle.
|
void |
setRelativeScale(double value)
Gets or sets the relativeScale.
|
void |
setStyleType(String value)
Gets or sets the attribute string.
|
void |
setTextFlags(short value)
Gets or sets the textFlags.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setTextJustH(short value)
Gets or sets the textJustH.
|
void |
setTextJustV(short value)
Gets or sets the textJustV.
|
void |
setTextRotation(double value)
Gets or sets the text rotation.
|
void |
setTextStartPoint(Cad3DPoint value)
Gets or sets the text start point.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVersion(short value)
Gets or sets the version.
|
getExtrusionDirection, mergeProperties_internalized, setExtrusionDirection
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, setChildObjects, setColorId, setColorName, setColorValue, setLayerName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setTypeName_internalized, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getAlignmentPoint()
Gets or sets the alignment point.
Value: The alignment point.public void setAlignmentPoint(Cad3DPoint value)
Gets or sets the alignment point.
Value: The alignment point.public String getAttributeString()
Gets or sets the attribute string.
public void setAttributeString(String value)
Gets or sets the attribute string.
public String getStyleType()
Gets or sets the attribute string.
public void setStyleType(String value)
Gets or sets the attribute string.
public double getTextRotation()
Gets or sets the text rotation.
public void setTextRotation(double value)
Gets or sets the text rotation.
public String getDefaultText()
Gets or sets the default text.
public void setDefaultText(String value)
Gets or sets the default text.
public CadMText getMultiText()
Gets or sets the multi text.
Value: The multi text.public void setMultiText(CadMText value)
Gets or sets the multi text.
Value: The multi text.public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
Gets or sets the text height.
public Cad3DPoint getTextStartPoint()
Gets or sets the text start point.
Value: The text start point.public void setTextStartPoint(Cad3DPoint value)
Gets or sets the text start point.
Value: The text start point.public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
Gets or sets the thickness.
public double getObliqueAngle()
Gets or sets the obliqueAngle.
public void setObliqueAngle(double value)
Gets or sets the obliqueAngle.
public double getRelativeScale()
Gets or sets the relativeScale.
public void setRelativeScale(double value)
Gets or sets the relativeScale.
public short getTextFlags()
Gets or sets the textFlags.
public void setTextFlags(short value)
Gets or sets the textFlags.
public short getTextJustH()
Gets or sets the textJustH.
public void setTextJustH(short value)
Gets or sets the textJustH.
public short getTextJustV()
Gets or sets the textJustV.
public void setTextJustV(short value)
Gets or sets the textJustV.
public short getVersion()
Gets or sets the version.
public void setVersion(short value)
Gets or sets the version.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.