public class CadAttDef extends CadBaseEntity implements com.aspose.ms.System.ICloneable, Cloneable
Class describing Cad AttributeDefinitions
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadAttDef()
Initializes a new instance of the
CadAttDef class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones current object
|
String |
getDefaultString()
Gets or sets the default string.
|
short |
getFieldLength()
Gets or sets the field length.
|
Cad3DPoint |
getFirstAlignment()
Gets or sets the first alignment.
|
short |
getFlags()
Gets or sets the flags.
|
short |
getGenerationFlag()
Gets or sets the generation flag.
|
short |
getHorizontalAlignment()
Gets or sets the horizontal alignment.
|
String |
getId()
Gets or sets the id.
|
double |
getObliqueAngle()
Gets or sets the oblique angle.
|
String |
getPromptString()
Gets or sets the prompt string.
|
double |
getRotationAngle()
Gets or sets the rotation angle.
|
double |
getScaleX()
Gets or sets the scale x.
|
Cad3DPoint |
getSecondAlignment()
Gets or sets the second alignment.
|
String |
getStyleName()
Gets or sets the style name.
|
double |
getTextHeight()
Gets or sets the text height.
|
Cad3DPoint |
getTextPositionPoint_internalized()
Gets or sets text position point.
|
double |
getThickness()
Gets or sets the thickness.
|
short |
getVerticalJustification()
Gets or sets the vertical justification.
|
void |
setDefaultString(String value)
Gets or sets the default string.
|
void |
setFieldLength(short value)
Gets or sets the field length.
|
void |
setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setGenerationFlag(short value)
Gets or sets the generation flag.
|
void |
setHorizontalAlignment(short value)
Gets or sets the horizontal alignment.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setObliqueAngle(double value)
Gets or sets the oblique angle.
|
void |
setPromptString(String value)
Gets or sets the prompt string.
|
void |
setRotationAngle(double value)
Gets or sets the rotation angle.
|
void |
setScaleX(double value)
Gets or sets the scale x.
|
void |
setSecondAlignment(Cad3DPoint value)
Gets or sets the second alignment.
|
void |
setStyleName(String value)
Gets or sets the style name.
|
void |
setTextHeight(double value)
Gets or sets the text height.
|
void |
setTextPositionPoint_internalized(Cad3DPoint value)
Gets or sets text position point.
|
void |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVerticalJustification(short value)
Gets or sets the vertical justification.
|
getChildObjects, getChildObjectsInternal_internalized, getColorId, getColorName, getColorValue, getLayerName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, mergeProperties_internalized, 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 String getDefaultString()
Gets or sets the default string.
public void setDefaultString(String value)
Gets or sets the default string.
public short getFieldLength()
Gets or sets the field length.
public void setFieldLength(short value)
Gets or sets the field length.
public Cad3DPoint getFirstAlignment()
Gets or sets the first alignment.
public void setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
Gets or sets the flags.
public short getGenerationFlag()
Gets or sets the generation flag.
public void setGenerationFlag(short value)
Gets or sets the generation flag.
public short getHorizontalAlignment()
Gets or sets the horizontal alignment.
public void setHorizontalAlignment(short value)
Gets or sets the horizontal alignment.
public String getId()
Gets or sets the id.
public void setId(String value)
Gets or sets the id.
public double getObliqueAngle()
Gets or sets the oblique angle.
public void setObliqueAngle(double value)
Gets or sets the oblique angle.
public String getPromptString()
Gets or sets the prompt string.
public void setPromptString(String value)
Gets or sets the prompt string.
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
Gets or sets the rotation angle.
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
Gets or sets the scale x.
public Cad3DPoint getSecondAlignment()
Gets or sets the second alignment.
public void setSecondAlignment(Cad3DPoint value)
Gets or sets the second alignment.
public String getStyleName()
Gets or sets the style name.
public void setStyleName(String value)
Gets or sets the style name.
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
Gets or sets the text height.
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.
public Cad3DPoint getTextPositionPoint_internalized()
Gets or sets text position point.
public void setTextPositionPoint_internalized(Cad3DPoint value)
Gets or sets text position point.
public Object deepClone()
Clones current object
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.