public class CadLineTypeTableObject extends CadBaseTable
The Cad line type table object.
Parameters_internalized, typeName_internalized
Constructor and Description |
---|
CadLineTypeTableObject()
Initializes a new instance of the
CadLineTypeTableObject class. |
Modifier and Type | Method and Description |
---|---|
void |
accept_internalized(com.aspose.imaging_internal.fileformats.cad.visitors.Visitor visitor)
Accepts the specified visitor.
|
short |
getAlignmentCode()
Gets or sets the alignment code.
|
List<CadDoubleParameter> |
getDashDotLength() |
String |
getDescription()
Gets or sets the description.
|
short |
getFlags()
Gets or sets the flags.
|
List<CadShortParameter> |
getLineTypeElement() |
String |
getName()
Gets or sets the name.
|
short |
getNumberOfLinetypeElements()
Gets or sets the number of linetype elements.
|
List<CadDoubleParameter> |
getOffsetX() |
List<CadDoubleParameter> |
getOffsetY() |
double |
getPatternLength()
Gets or sets the pattern length.
|
List<CadDoubleParameter> |
getRotationAngle() |
List<CadDoubleParameter> |
getScale() |
List<CadShortParameter> |
getShapeNumber() |
List<CadStringParameter> |
getStyleReference() |
List<CadStringParameter> |
getTextStrings() |
void |
setAlignmentCode(short value)
Gets or sets the alignment code.
|
void |
setDashDotLength(List<CadDoubleParameter> value) |
void |
setDescription(String value)
Gets or sets the description.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setLineTypeElement(List<CadShortParameter> value) |
void |
setName(String value)
Gets or sets the name.
|
void |
setNumberOfLinetypeElements(short value)
Gets or sets the number of linetype elements.
|
void |
setOffsetX(List<CadDoubleParameter> value) |
void |
setOffsetY(List<CadDoubleParameter> value) |
void |
setPatternLength(double value)
Gets or sets the pattern length.
|
void |
setRotationAngle(List<CadDoubleParameter> value) |
void |
setScale(List<CadDoubleParameter> value) |
void |
setShapeNumber(List<CadShortParameter> value) |
void |
setStyleReference(List<CadStringParameter> value) |
void |
setTextStrings(List<CadStringParameter> value) |
getMaxTableEntriesCount, getTableName, mergeProperties_internalized, setMaxTableEntriesCount, setTableName
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, removeParameter_internalized, setApplicationCodesContainer, setObjectHandle, setShapeObject, setXdataContainer
public CadLineTypeTableObject()
Initializes a new instance of the CadLineTypeTableObject
class.
public short getAlignmentCode()
Gets or sets the alignment code.
public void setAlignmentCode(short value)
Gets or sets the alignment code.
public List<CadDoubleParameter> getDashDotLength()
public void setDashDotLength(List<CadDoubleParameter> value)
public String getDescription()
Gets or sets the description.
public void setDescription(String value)
Gets or sets the description.
public short getFlags()
Gets or sets the flags.
public void setFlags(short value)
Gets or sets the flags.
public List<CadShortParameter> getLineTypeElement()
public void setLineTypeElement(List<CadShortParameter> value)
public String getName()
Gets or sets the name.
public void setName(String value)
Gets or sets the name.
public short getNumberOfLinetypeElements()
Gets or sets the number of linetype elements.
public void setNumberOfLinetypeElements(short value)
Gets or sets the number of linetype elements.
public List<CadDoubleParameter> getOffsetX()
public void setOffsetX(List<CadDoubleParameter> value)
public List<CadDoubleParameter> getOffsetY()
public void setOffsetY(List<CadDoubleParameter> value)
public double getPatternLength()
Gets or sets the pattern length.
public void setPatternLength(double value)
Gets or sets the pattern length.
public List<CadDoubleParameter> getRotationAngle()
public void setRotationAngle(List<CadDoubleParameter> value)
public List<CadDoubleParameter> getScale()
public void setScale(List<CadDoubleParameter> value)
public List<CadShortParameter> getShapeNumber()
public void setShapeNumber(List<CadShortParameter> value)
public List<CadStringParameter> getStyleReference()
public void setStyleReference(List<CadStringParameter> value)
public List<CadStringParameter> getTextStrings()
public void setTextStrings(List<CadStringParameter> value)
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.