public class CadAttDef extends CadXrecordObject implements com.aspose.ms.System.ICloneable, Cloneable
Class describing Cad AttributeDefinitions
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.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
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.
|
short |
getLockPositionFlag()
Gets or sets the lock position flag.
|
CadMText |
getMultiText()
Gets or sets the multi text.
|
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.
|
double |
getThickness()
Gets or sets the thickness.
|
int |
getTypeName()
Gets the name of the type.
|
Short |
getVersionNumber()
Gets or sets the version number.
|
short |
getVerticalJustification()
Gets or sets the vertical justification.
|
void |
setDefaultString(String value)
Gets or sets the default string.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
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 |
setLockPositionFlag(short value)
Gets or sets the lock position flag.
|
void |
setMultiText(CadMText value)
Gets or sets the multi text.
|
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 |
setThickness(double value)
Gets or sets the thickness.
|
void |
setVersionNumber(Short value)
Gets or sets the version number.
|
void |
setVerticalJustification(short value)
Gets or sets the vertical justification.
|
getAlignmentPoint, getCurrentAnnotationScale, getDefinitionTagString, getDuplicateRecordCloningFlag, getHardPointerIds, getMTextFlag, getSecondaryAttributesOrAttributeDefinitionsNumber, isReallyLockedFlag, setAlignmentPoint, setCurrentAnnotationScale, setDefinitionTagString, setDuplicateRecordCloningFlag, setHardPointerIds, setMTextFlag, setReallyLockedFlag, setSecondaryAttributesOrAttributeDefinitionsNumber
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadAttDef()
Initializes a new instance of the CadAttDef
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public final CadMText getMultiText()
Gets or sets the multi text.
public final void setMultiText(CadMText value)
Gets or sets the multi text.
value
- The multi text.public final Short getVersionNumber()
Gets or sets the version number.
public final void setVersionNumber(Short value)
Gets or sets the version number.
value
- The version number.public final short getLockPositionFlag()
Gets or sets the lock position flag.
public final void setLockPositionFlag(short value)
Gets or sets the lock position flag.
value
- The lock position flag.public final String getDefaultString()
Gets or sets the default string.
public final void setDefaultString(String value)
Gets or sets the default string.
public final short getFieldLength()
Gets or sets the field length.
public final void setFieldLength(short value)
Gets or sets the field length.
public final Cad3DPoint getFirstAlignment()
Gets or sets the first alignment.
public final void setFirstAlignment(Cad3DPoint value)
Gets or sets the first alignment.
public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
public final short getGenerationFlag()
Gets or sets the generation flag.
public final void setGenerationFlag(short value)
Gets or sets the generation flag.
public final short getHorizontalAlignment()
Gets or sets the horizontal alignment.
public final void setHorizontalAlignment(short value)
Gets or sets the horizontal alignment.
public final String getId()
Gets or sets the id.
public final void setId(String value)
Gets or sets the id.
public final double getObliqueAngle()
Gets or sets the oblique angle.
public final void setObliqueAngle(double value)
Gets or sets the oblique angle.
public final String getPromptString()
Gets or sets the prompt string.
public final void setPromptString(String value)
Gets or sets the prompt string.
public final double getRotationAngle()
Gets or sets the rotation angle.
public final void setRotationAngle(double value)
Gets or sets the rotation angle.
public final double getScaleX()
Gets or sets the scale x.
public final void setScaleX(double value)
Gets or sets the scale x.
public final Cad3DPoint getSecondAlignment()
Gets or sets the second alignment.
public final void setSecondAlignment(Cad3DPoint value)
Gets or sets the second alignment.
public final String getStyleName()
Gets or sets the style name.
public final void setStyleName(String value)
Gets or sets the style name.
public final double getTextHeight()
Gets or sets the text height.
public final void setTextHeight(double value)
Gets or sets the text height.
public final double getThickness()
Gets or sets the thickness.
public final void setThickness(double value)
Gets or sets the thickness.
public final short getVerticalJustification()
Gets or sets the vertical justification.
public final void setVerticalJustification(short value)
Gets or sets the vertical justification.
public final Object deepClone()
Clones current object
deepClone
in interface com.aspose.ms.System.ICloneable