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()
Gets or sets the dash dot length.
|
String |
getDescription()
Gets or sets the description.
|
short |
getFlags()
Gets or sets the flags.
|
List<CadShortParameter> |
getLineTypeElement()
Gets or sets the line type element.
|
String |
getName()
Gets or sets the name.
|
short |
getNumberOfLinetypeElements()
Gets or sets the number of linetype elements.
|
List<CadDoubleParameter> |
getOffsetX()
Gets or sets the offset x.
|
List<CadDoubleParameter> |
getOffsetY()
Gets or sets the offset y.
|
double |
getPatternLength()
Gets or sets the pattern length.
|
List<CadDoubleParameter> |
getRotationAngle()
Gets or sets the rotation angle.
|
List<CadDoubleParameter> |
getScale()
Gets or sets the scale.
|
List<CadShortParameter> |
getShapeNumber()
Gets or sets the shape number.
|
List<CadStringParameter> |
getStyleReference()
Gets or sets the style reference.
|
List<CadStringParameter> |
getTextStrings()
Gets or sets the text strings.
|
void |
setAlignmentCode(short value)
Gets or sets the alignment code.
|
void |
setDashDotLength(List<CadDoubleParameter> value)
Gets or sets the dash dot length.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setLineTypeElement(List<CadShortParameter> value)
Gets or sets the line type element.
|
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)
Gets or sets the offset x.
|
void |
setOffsetY(List<CadDoubleParameter> value)
Gets or sets the offset y.
|
void |
setPatternLength(double value)
Gets or sets the pattern length.
|
void |
setRotationAngle(List<CadDoubleParameter> value)
Gets or sets the rotation angle.
|
void |
setScale(List<CadDoubleParameter> value)
Gets or sets the scale.
|
void |
setShapeNumber(List<CadShortParameter> value)
Gets or sets the shape number.
|
void |
setStyleReference(List<CadStringParameter> value)
Gets or sets the style reference.
|
void |
setTextStrings(List<CadStringParameter> value)
Gets or sets the text strings.
|
getMaxTableEntriesCount, getTableName, mergeProperties_internalized, setMaxTableEntriesCount, setTableName
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
acceptR12_internalized, addParameter_internalized, getApplicationCodesContainer, getObjectHandle, getShapeObject, getXdataContainer, 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()
Gets or sets the dash dot length.
public void setDashDotLength(List<CadDoubleParameter> value)
Gets or sets the dash dot length.
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()
Gets or sets the line type element.
public void setLineTypeElement(List<CadShortParameter> value)
Gets or sets the line type element.
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()
Gets or sets the offset x.
public void setOffsetX(List<CadDoubleParameter> value)
Gets or sets the offset x.
public List<CadDoubleParameter> getOffsetY()
Gets or sets the offset y.
public void setOffsetY(List<CadDoubleParameter> value)
Gets or sets the offset y.
public double getPatternLength()
Gets or sets the pattern length.
public void setPatternLength(double value)
Gets or sets the pattern length.
public List<CadDoubleParameter> getRotationAngle()
Gets or sets the rotation angle.
public void setRotationAngle(List<CadDoubleParameter> value)
Gets or sets the rotation angle.
public List<CadDoubleParameter> getScale()
Gets or sets the scale.
public void setScale(List<CadDoubleParameter> value)
Gets or sets the scale.
public List<CadShortParameter> getShapeNumber()
Gets or sets the shape number.
public void setShapeNumber(List<CadShortParameter> value)
Gets or sets the shape number.
public List<CadStringParameter> getStyleReference()
Gets or sets the style reference.
Value: The style reference.public void setStyleReference(List<CadStringParameter> value)
Gets or sets the style reference.
Value: The style reference.public List<CadStringParameter> getTextStrings()
Gets or sets the text strings.
public void setTextStrings(List<CadStringParameter> value)
Gets or sets the text strings.
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.