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) |
void |
setAttributeString(String value) |
void |
setDefaultText(String value) |
void |
setMultiText(CadMText value) |
void |
setObliqueAngle(double value) |
void |
setRelativeScale(double value) |
void |
setStyleType(String value) |
void |
setTextFlags(short value) |
void |
setTextHeight(double value) |
void |
setTextJustH(short value) |
void |
setTextJustV(short value) |
void |
setTextRotation(double value) |
void |
setTextStartPoint(Cad3DPoint value) |
void |
setThickness(double value) |
void |
setVersion(short value) |
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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public Cad3DPoint getAlignmentPoint()
Gets or sets the alignment point.
Value: The alignment point.public void setAlignmentPoint(Cad3DPoint value)
public String getAttributeString()
Gets or sets the attribute string.
public void setAttributeString(String value)
public String getStyleType()
Gets or sets the attribute string.
public void setStyleType(String value)
public double getTextRotation()
Gets or sets the text rotation.
public void setTextRotation(double value)
public String getDefaultText()
Gets or sets the default text.
public void setDefaultText(String value)
public CadMText getMultiText()
Gets or sets the multi text.
Value: The multi text.public void setMultiText(CadMText value)
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
public Cad3DPoint getTextStartPoint()
Gets or sets the text start point.
Value: The text start point.public void setTextStartPoint(Cad3DPoint value)
public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
public double getObliqueAngle()
Gets or sets the obliqueAngle.
public void setObliqueAngle(double value)
public double getRelativeScale()
Gets or sets the relativeScale.
public void setRelativeScale(double value)
public short getTextFlags()
Gets or sets the textFlags.
public void setTextFlags(short value)
public short getTextJustH()
Gets or sets the textJustH.
public void setTextJustH(short value)
public short getTextJustV()
Gets or sets the textJustV.
public void setTextJustV(short value)
public short getVersion()
Gets or sets the version.
public void setVersion(short value)
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.