public class CadMLeader extends CadBaseEntity
Class describing Cad multileader
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadMLeader()
Initializes a new instance of the
CadMLeader class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
String |
getArrowHeadID()
Gets or sets arrow head ID.
|
double |
getArrowHeadSize()
Gets or sets arrow head size.
|
CadMLeaderContextData |
getContextData()
Gets or sets the context data
|
int |
getLeaderLineColor()
Gets or sets the color of text.
|
String |
getLeaderStyleId()
Gets or sets leader style Id
|
short |
getLeaderType()
Gets or sets the type.
|
String |
getStyleDescription()
Gets or sets the style type.
|
int |
getTextColor()
Gets or sets the color of text.
|
double |
getTextHeight()
Gets or sets height of text.
|
void |
setArrowHeadID(String value)
Gets or sets arrow head ID.
|
void |
setArrowHeadSize(double value)
Gets or sets arrow head size.
|
void |
setContextData(CadMLeaderContextData value)
Gets or sets the context data
|
void |
setLeaderLineColor(int value)
Gets or sets the color of text.
|
void |
setLeaderStyleId(String value)
Gets or sets leader style Id
|
void |
setLeaderType(short value)
Gets or sets the type.
|
void |
setStyleDescription(String value)
Gets or sets the style type.
|
void |
setTextColor(int value)
Gets or sets the color of text.
|
void |
setTextHeight(double value)
Gets or sets height of text.
|
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
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadMLeader()
Initializes a new instance of the CadMLeader
class.
public String getStyleDescription()
Gets or sets the style type.
public void setStyleDescription(String value)
Gets or sets the style type.
public String getLeaderStyleId()
Gets or sets leader style Id
public void setLeaderStyleId(String value)
Gets or sets leader style Id
public CadMLeaderContextData getContextData()
Gets or sets the context data
public void setContextData(CadMLeaderContextData value)
Gets or sets the context data
public String getArrowHeadID()
Gets or sets arrow head ID.
public void setArrowHeadID(String value)
Gets or sets arrow head ID.
public short getLeaderType()
Gets or sets the type.
public void setLeaderType(short value)
Gets or sets the type.
public int getTextColor()
Gets or sets the color of text.
public void setTextColor(int value)
Gets or sets the color of text.
public int getLeaderLineColor()
Gets or sets the color of text.
public void setLeaderLineColor(int value)
Gets or sets the color of text.
public double getArrowHeadSize()
Gets or sets arrow head size.
public void setArrowHeadSize(double value)
Gets or sets arrow head size.
public double getTextHeight()
Gets or sets height of text.
public void setTextHeight(double value)
Gets or sets height of text.
public void accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
accept_internalized
in class CadBase
visitor
- The visitor.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.