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.
|
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 |
setVersionNumber(short value)
Gets or sets the version number.
|
void |
setVerticalCellMargin(Double value)
Gets or sets the vertical cell margin.
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic 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.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.