public class CadMText extends CadBaseExtrudedEntity
Class describing Cad Mtext
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadMText()
Initializes a new instance of the
CadMText class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
The accept.
|
String |
getAdditionalText()
Gets or sets the additional text.
|
int |
getAttachmentPoint()
Gets or sets the attachment point.
|
int |
getBackgroundFillSetting()
Gets or sets the background fill setting.
|
int |
getBackgroundTransparency()
Gets or sets the background transparency.
|
short |
getColumnAutoHeight()
Gets or sets the column auto height.
|
short |
getColumnCount()
Gets or sets the column count.
|
short |
getColumnFlow()
Gets or sets the column flow.
|
double |
getColumnGutter()
Gets or sets the column gutter.
|
com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> |
getColumnHeight_internalized()
Gets the height of the column.
|
short |
getColumnType()
Gets or sets the column type.
|
double |
getColumnWidth()
Gets or sets the column width.
|
Cad3DPoint |
getDirectionVector()
Gets or sets the direction vector.
|
int |
getDrawingDirection()
Gets or sets the drawing direction.
|
double |
getFillBoxScale()
Gets or sets the fill box scale.
|
short |
getFillColor()
Gets or sets fill Color
|
double |
getHorizontalWidth()
Gets or sets the horizontal width.
|
double |
getInitialTextHeight()
Gets or sets the initial text height.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
int |
getLineSpacingStyle()
Gets or sets the line spacing style.
|
double |
getReferenceRectangleWidth()
Gets or sets the reference rectangle width.
|
double |
getRotationAngleRad()
Gets or sets the rotation angle rad.
|
double |
getSpacingFactor()
Gets or sets the spacing factor.
|
String |
getText()
Gets or sets the text.
|
String |
getTextStyleName()
Gets or sets the text style name.
|
double |
getVerticalHeight()
Gets or sets the vertical height.
|
void |
setAdditionalText(String value)
Gets or sets the additional text.
|
void |
setAttachmentPoint(int value)
Gets or sets the attachment point.
|
void |
setBackgroundFillSetting(int value)
Gets or sets the background fill setting.
|
void |
setBackgroundTransparency(int value)
Gets or sets the background transparency.
|
void |
setColumnAutoHeight(short value)
Gets or sets the column auto height.
|
void |
setColumnCount(short value)
Gets or sets the column count.
|
void |
setColumnFlow(short value)
Gets or sets the column flow.
|
void |
setColumnGutter(double value)
Gets or sets the column gutter.
|
void |
setColumnType(short value)
Gets or sets the column type.
|
void |
setColumnWidth(double value)
Gets or sets the column width.
|
void |
setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
|
void |
setDrawingDirection(int value)
Gets or sets the drawing direction.
|
void |
setFillBoxScale(double value)
Gets or sets the fill box scale.
|
void |
setFillColor(short value)
Gets or sets fill Color
|
void |
setHorizontalWidth(double value)
Gets or sets the horizontal width.
|
void |
setInitialTextHeight(double value)
Gets or sets the initial text height.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setLineSpacingStyle(int value)
Gets or sets the line spacing style.
|
void |
setReferenceRectangleWidth(double value)
Gets or sets the reference rectangle width.
|
void |
setRotationAngleRad(double value)
Gets or sets the rotation angle rad.
|
void |
setSpacingFactor(double value)
Gets or sets the spacing factor.
|
void |
setText(String value)
Gets or sets the text.
|
void |
setTextStyleName(String value)
Gets or sets the text style name.
|
void |
setVerticalHeight(double value)
Gets or sets the vertical height.
|
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
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public String getAdditionalText()
Gets or sets the additional text.
public void setAdditionalText(String value)
Gets or sets the additional text.
public int getAttachmentPoint()
Gets or sets the attachment point.
Value: The attachment point.public void setAttachmentPoint(int value)
Gets or sets the attachment point.
Value: The attachment point.public int getBackgroundFillSetting()
Gets or sets the background fill setting.
public void setBackgroundFillSetting(int value)
Gets or sets the background fill setting.
public int getBackgroundTransparency()
Gets or sets the background transparency.
public void setBackgroundTransparency(int value)
Gets or sets the background transparency.
public short getFillColor()
Gets or sets fill Color
public void setFillColor(short value)
Gets or sets fill Color
public short getColumnAutoHeight()
Gets or sets the column auto height.
public void setColumnAutoHeight(short value)
Gets or sets the column auto height.
public short getColumnCount()
Gets or sets the column count.
public void setColumnCount(short value)
Gets or sets the column count.
public short getColumnFlow()
Gets or sets the column flow.
public void setColumnFlow(short value)
Gets or sets the column flow.
public double getColumnGutter()
Gets or sets the column gutter.
public void setColumnGutter(double value)
Gets or sets the column gutter.
public short getColumnType()
Gets or sets the column type.
public void setColumnType(short value)
Gets or sets the column type.
public double getColumnWidth()
Gets or sets the column width.
public void setColumnWidth(double value)
Gets or sets the column width.
public Cad3DPoint getDirectionVector()
Gets or sets the direction vector.
public void setDirectionVector(Cad3DPoint value)
Gets or sets the direction vector.
public int getDrawingDirection()
Gets or sets the drawing direction.
public void setDrawingDirection(int value)
Gets or sets the drawing direction.
public double getFillBoxScale()
Gets or sets the fill box scale.
public void setFillBoxScale(double value)
Gets or sets the fill box scale.
public double getHorizontalWidth()
Gets or sets the horizontal width.
public void setHorizontalWidth(double value)
Gets or sets the horizontal width.
public double getInitialTextHeight()
Gets or sets the initial text height.
public void setInitialTextHeight(double value)
Gets or sets the initial text height.
public Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public int getLineSpacingStyle()
Gets or sets the line spacing style.
public void setLineSpacingStyle(int value)
Gets or sets the line spacing style.
public double getReferenceRectangleWidth()
Gets or sets the reference rectangle width.
public void setReferenceRectangleWidth(double value)
Gets or sets the reference rectangle width.
public double getRotationAngleRad()
Gets or sets the rotation angle rad.
public void setRotationAngleRad(double value)
Gets or sets the rotation angle rad.
public double getSpacingFactor()
Gets or sets the spacing factor.
public void setSpacingFactor(double value)
Gets or sets the spacing factor.
public String getText()
Gets or sets the text.
public void setText(String value)
Gets or sets the text.
public String getTextStyleName()
Gets or sets the text style name.
public void setTextStyleName(String value)
Gets or sets the text style name.
public double getVerticalHeight()
Gets or sets the vertical height.
public void setVerticalHeight(double value)
Gets or sets the vertical height.
public com.aspose.ms.System.Collections.Generic.List<CadDoubleParameter> getColumnHeight_internalized()
Gets the height of the column.
Value: The height of the column.public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
The accept.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.