public class CadTableStyle extends CadBaseObject
Class describing CadTableStyle
CadBaseObject
Constructor and Description |
---|
CadTableStyle()
Initializes a new instance of the
CadTableStyle class. |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets or sets the description.
|
short |
getFlagForWhetherColumnHeadingIsSuppressed()
Gets or sets the flag for whether column heading is suppressed.
|
short |
getFlagForWhetherTitleIsSuppressed()
Gets or sets the flag for whether title is suppressed.
|
short |
getFlags()
Gets or sets the flags.
|
short |
getFlowDirection()
Gets or sets the flow direction.
|
Double |
getHorizontalCellMargin()
Gets or sets the horizontal cell margin.
|
List<CadTableStyleCell> |
getTableStyleCellList()
Gets or sets the table style cell list.
|
TableStyleCellContent |
getTableStyleContent()
The TableStyleCellContent
|
byte |
getUnknown1()
The Unknown1 parameter
|
int |
getUnknown2()
The Unknown2 parameter
|
int |
getUnknown3()
The Unknown3 parameter
|
String |
getUnknownHardOwner()
The Unknown Hard Owner
|
short |
getVersionNumber()
Gets or sets the version number.
|
Double |
getVerticalCellMargin()
Gets or sets the vertical cell margin.
|
void |
setDescription(String value)
Gets or sets the description.
|
void |
setFlagForWhetherColumnHeadingIsSuppressed(short value)
Gets or sets the flag for whether column heading is suppressed.
|
void |
setFlagForWhetherTitleIsSuppressed(short value)
Gets or sets the flag for whether title is suppressed.
|
void |
setFlags(short value)
Gets or sets the flags.
|
void |
setFlowDirection(short value)
Gets or sets the flow direction.
|
void |
setHorizontalCellMargin(Double value)
Gets or sets the horizontal cell margin.
|
void |
setTableStyleCellList(List<CadTableStyleCell> value)
Gets or sets the table style cell list.
|
void |
setTableStyleContent(TableStyleCellContent value)
The TableStyleCellContent
|
void |
setUnknown1(byte value)
The Unknown1 parameter
|
void |
setUnknown2(int value)
The Unknown2 parameter
|
void |
setUnknown3(int value)
The Unknown3 parameter
|
void |
setUnknownHardOwner(String value)
The Unknown Hard Owner
|
void |
setVersionNumber(short value)
Gets or sets the version number.
|
void |
setVerticalCellMargin(Double value)
Gets or sets the vertical cell margin.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadTableStyle()
Initializes a new instance of the CadTableStyle
class.
public final List<CadTableStyleCell> getTableStyleCellList()
Gets or sets the table style cell list.
public final void setTableStyleCellList(List<CadTableStyleCell> value)
Gets or sets the table style cell list.
value
- The table style cell list.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 String getDescription()
Gets or sets the description.
public final void setDescription(String value)
Gets or sets the description.
value
- The description.public final short getFlowDirection()
Gets or sets the flow direction.
public final void setFlowDirection(short value)
Gets or sets the flow direction.
value
- The flow direction.public final short getFlags()
Gets or sets the flags.
public final void setFlags(short value)
Gets or sets the flags.
value
- The flags.public final Double getHorizontalCellMargin()
Gets or sets the horizontal cell margin.
public final void setHorizontalCellMargin(Double value)
Gets or sets the horizontal cell margin.
value
- The horizontal cell margin.public final Double getVerticalCellMargin()
Gets or sets the vertical cell margin.
public final void setVerticalCellMargin(Double value)
Gets or sets the vertical cell margin.
value
- The vertical cell margin.public final short getFlagForWhetherTitleIsSuppressed()
Gets or sets the flag for whether title is suppressed.
public final void setFlagForWhetherTitleIsSuppressed(short value)
Gets or sets the flag for whether title is suppressed.
value
- The flag for whether title is suppressed.public final short getFlagForWhetherColumnHeadingIsSuppressed()
Gets or sets the flag for whether column heading is suppressed.
public final void setFlagForWhetherColumnHeadingIsSuppressed(short value)
Gets or sets the flag for whether column heading is suppressed.
value
- The flag for whether column heading is suppressed.public final byte getUnknown1()
The Unknown1 parameter
public final void setUnknown1(byte value)
The Unknown1 parameter
public final int getUnknown2()
The Unknown2 parameter
public final void setUnknown2(int value)
The Unknown2 parameter
public final int getUnknown3()
The Unknown3 parameter
public final void setUnknown3(int value)
The Unknown3 parameter
public final String getUnknownHardOwner()
The Unknown Hard Owner
public final void setUnknownHardOwner(String value)
The Unknown Hard Owner
public final TableStyleCellContent getTableStyleContent()
The TableStyleCellContent
public final void setTableStyleContent(TableStyleCellContent value)
The TableStyleCellContent