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) |
void |
setFieldLength(short value) |
void |
setFirstAlignment(Cad3DPoint value) |
void |
setFlags(short value) |
void |
setGenerationFlag(short value) |
void |
setHorizontalAlignment(short value) |
void |
setId(String value) |
void |
setObliqueAngle(double value) |
void |
setPromptString(String value) |
void |
setRotationAngle(double value) |
void |
setScaleX(double value) |
void |
setSecondAlignment(Cad3DPoint value) |
void |
setStyleName(String value) |
void |
setTextHeight(double value) |
void |
setTextPositionPoint_internalized(Cad3DPoint value) |
void |
setThickness(double value) |
void |
setVerticalJustification(short value) |
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, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
accept_internalized, acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public String getDefaultString()
Gets or sets the default string.
public void setDefaultString(String value)
public short getFieldLength()
Gets or sets the field length.
public void setFieldLength(short value)
public Cad3DPoint getFirstAlignment()
Gets or sets the first alignment.
public void setFirstAlignment(Cad3DPoint value)
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
public short getGenerationFlag()
Gets or sets the generation flag.
public void setGenerationFlag(short value)
public short getHorizontalAlignment()
Gets or sets the horizontal alignment.
public void setHorizontalAlignment(short value)
public String getId()
Gets or sets the id.
public void setId(String value)
public double getObliqueAngle()
Gets or sets the oblique angle.
public void setObliqueAngle(double value)
public String getPromptString()
Gets or sets the prompt string.
public void setPromptString(String value)
public double getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(double value)
public double getScaleX()
Gets or sets the scale x.
public void setScaleX(double value)
public Cad3DPoint getSecondAlignment()
Gets or sets the second alignment.
public void setSecondAlignment(Cad3DPoint value)
public String getStyleName()
Gets or sets the style name.
public void setStyleName(String value)
public double getTextHeight()
Gets or sets the text height.
public void setTextHeight(double value)
public double getThickness()
Gets or sets the thickness.
public void setThickness(double value)
public short getVerticalJustification()
Gets or sets the vertical justification.
public void setVerticalJustification(short value)
public Cad3DPoint getTextPositionPoint_internalized()
Gets or sets text position point.
public void setTextPositionPoint_internalized(Cad3DPoint value)
public Object deepClone()
Clones current object
deepClone
in interface com.aspose.ms.System.ICloneable
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.