public class CadTableFormat extends CadBaseObject
Class describing CadTableFormat
Constructor and Description |
---|
CadTableFormat()
Initializes a new instance of the
CadCellStyleMap class. |
Modifier and Type | Method and Description |
---|---|
CadCellMargin |
getCellMargin()
Gets or sets the cell margin.
|
CadContentFormat |
getContentFormat()
Gets or sets the content format.
|
List<CadGridFormat> |
getGridFormats()
Gets or sets the grid formats.
|
void |
setCellMargin(CadCellMargin value)
Gets or sets the cell margin.
|
void |
setContentFormat(CadContentFormat value)
Gets or sets the content format.
|
void |
setGridFormats(List<CadGridFormat> value)
Gets or sets the grid formats.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadTableFormat()
Initializes a new instance of the CadCellStyleMap
class.
public final CadContentFormat getContentFormat()
Gets or sets the content format.
public final void setContentFormat(CadContentFormat value)
Gets or sets the content format.
value
- The content format.public final CadCellMargin getCellMargin()
Gets or sets the cell margin.
public final void setCellMargin(CadCellMargin value)
Gets or sets the cell margin.
value
- The cell margin.public final List<CadGridFormat> getGridFormats()
Gets or sets the grid formats.
public final void setGridFormats(List<CadGridFormat> value)
Gets or sets the grid formats.
value
- The grid formats.