CadTableStyle

Inheritance: java.lang.Object, CadBaseObject

Class describing CadTableStyle

Constructors

ConstructorDescription
CadTableStyle()Initializes a new instance of the CadTableStyle class.

Methods

MethodDescription
getTableStyleCellList()Gets or sets the table style cell list.
setTableStyleCellList(List value)Gets or sets the table style cell list.
getVersionNumber()Gets or sets the version number.
setVersionNumber(short value)Gets or sets the version number.
getDescription()Gets or sets the description.
setDescription(String value)Gets or sets the description.
getFlowDirection()Gets or sets the flow direction.
setFlowDirection(short value)Gets or sets the flow direction.
getFlags()Gets or sets the flags.
setFlags(short value)Gets or sets the flags.
getHorizontalCellMargin()Gets or sets the horizontal cell margin.
setHorizontalCellMargin(Double value)Gets or sets the horizontal cell margin.
getVerticalCellMargin()Gets or sets the vertical cell margin.
setVerticalCellMargin(Double value)Gets or sets the vertical cell margin.
getFlagForWhetherTitleIsSuppressed()Gets or sets the flag for whether title is suppressed.
setFlagForWhetherTitleIsSuppressed(short value)Gets or sets the flag for whether title is suppressed.
getFlagForWhetherColumnHeadingIsSuppressed()Gets or sets the flag for whether column heading is suppressed.
setFlagForWhetherColumnHeadingIsSuppressed(short value)Gets or sets the flag for whether column heading is suppressed.

CadTableStyle()

public CadTableStyle()

Initializes a new instance of the CadTableStyle class.

getTableStyleCellList()

public final List<CadTableStyleCell> getTableStyleCellList()

Gets or sets the table style cell list.

Returns: List - The table style cell list.

setTableStyleCellList(List value)

public final void setTableStyleCellList(List<CadTableStyleCell> value)

Gets or sets the table style cell list.

Parameters:

ParameterTypeDescription
valueListThe table style cell list.

getVersionNumber()

public final short getVersionNumber()

Gets or sets the version number.

Returns: short - The version number.

setVersionNumber(short value)

public final void setVersionNumber(short value)

Gets or sets the version number.

Parameters:

ParameterTypeDescription
valueshortThe version number.

getDescription()

public final String getDescription()

Gets or sets the description.

Returns: String - The description.

setDescription(String value)

public final void setDescription(String value)

Gets or sets the description.

Parameters:

ParameterTypeDescription
valueStringThe description.

getFlowDirection()

public final short getFlowDirection()

Gets or sets the flow direction.

Returns: short - The flow direction.

setFlowDirection(short value)

public final void setFlowDirection(short value)

Gets or sets the flow direction.

Parameters:

ParameterTypeDescription
valueshortThe flow direction.

getFlags()

public final short getFlags()

Gets or sets the flags.

Returns: short - The flags.

setFlags(short value)

public final void setFlags(short value)

Gets or sets the flags.

Parameters:

ParameterTypeDescription
valueshortThe flags.

getHorizontalCellMargin()

public final Double getHorizontalCellMargin()

Gets or sets the horizontal cell margin.

Returns: Double - The horizontal cell margin.

setHorizontalCellMargin(Double value)

public final void setHorizontalCellMargin(Double value)

Gets or sets the horizontal cell margin.

Parameters:

ParameterTypeDescription
valueDoubleThe horizontal cell margin.

getVerticalCellMargin()

public final Double getVerticalCellMargin()

Gets or sets the vertical cell margin.

Returns: Double - The vertical cell margin.

setVerticalCellMargin(Double value)

public final void setVerticalCellMargin(Double value)

Gets or sets the vertical cell margin.

Parameters:

ParameterTypeDescription
valueDoubleThe vertical cell margin.

getFlagForWhetherTitleIsSuppressed()

public final short getFlagForWhetherTitleIsSuppressed()

Gets or sets the flag for whether title is suppressed.

Returns: short - The flag for whether title is suppressed.

setFlagForWhetherTitleIsSuppressed(short value)

public final void setFlagForWhetherTitleIsSuppressed(short value)

Gets or sets the flag for whether title is suppressed.

Parameters:

ParameterTypeDescription
valueshortThe flag for whether title is suppressed.

getFlagForWhetherColumnHeadingIsSuppressed()

public final short getFlagForWhetherColumnHeadingIsSuppressed()

Gets or sets the flag for whether column heading is suppressed.

Returns: short - The flag for whether column heading is suppressed.

setFlagForWhetherColumnHeadingIsSuppressed(short value)

public final void setFlagForWhetherColumnHeadingIsSuppressed(short value)

Gets or sets the flag for whether column heading is suppressed.

Parameters:

ParameterTypeDescription
valueshortThe flag for whether column heading is suppressed.