public class TableStyleCellContent extends Object
The TableStyleCellContent data
Constructor and Description |
---|
TableStyleCellContent() |
Modifier and Type | Method and Description |
---|---|
short |
getBackgroundColor()
The Background Color
|
double |
getBlockScale()
The Block Scale
|
double |
getBottomMargin()
The Bottom Margin
|
int |
getCellAlignment()
The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5,
Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
|
int |
getCellStyleClass()
The Cell Style Class, 1= data, 2 = label.
|
int |
getCellStyleId()
The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table.
|
String |
getCellStyleName()
The Cell Style Name
|
int |
getCellStyleType()
Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5
|
short |
getContentColor()
The Content Color
|
int |
getContentLayoutFlags()
Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4
|
short |
getDataFlags()
The Data flags, 0 = no data, 1 = data is present
|
double |
getHorizontalMargin()
The Horizontal Margin
|
short |
getMarginFlag()
The Margin Flag
|
double |
getMarginHorizontalSpacing()
The Margin Horizontal Spacing
|
double |
getMarginVerticalSpacing()
The Margin Vertical Spacing
|
int |
getMergeFlags()
The Merge flags, but may only for bits 0x8000 and 0x10000.
|
int |
getPropertyFlags()
The Property Flags.
|
int |
getPropertyOverrideFlags1()
The Property Override Flags1
|
int |
getPropertyOverrideFlags2()
The Property Override Flags2
|
double |
getRightMargin()
The Right Margin
|
double |
getRotation()
The Rotation
|
double |
getTextHeight()
The Text Height
|
String |
getTextStyleHandle()
The TextStyle Handle
|
int |
getUnknown1()
The Unknown1 parameter
|
int |
getValueDataType()
The Value Data Type
|
String |
getValueFormatString()
The Value Format String
|
int |
getValueUnitType()
The Value Unit Type
|
double |
getVerticalMargin()
The Vertical Margin
|
void |
setBackgroundColor(short value)
The Background Color
|
void |
setBlockScale(double value)
The Block Scale
|
void |
setBottomMargin(double value)
The Bottom Margin
|
void |
setCellAlignment(int value)
The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5,
Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
|
void |
setCellStyleClass(int value)
The Cell Style Class, 1= data, 2 = label.
|
void |
setCellStyleId(int value)
The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table.
|
void |
setCellStyleName(String value)
The Cell Style Name
|
void |
setCellStyleType(int value)
Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5
|
void |
setContentColor(short value)
The Content Color
|
void |
setContentLayoutFlags(int value)
Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4
|
void |
setDataFlags(short value)
The Data flags, 0 = no data, 1 = data is present
|
void |
setHorizontalMargin(double value)
The Horizontal Margin
|
void |
setMarginFlag(short value)
The Margin Flag
|
void |
setMarginHorizontalSpacing(double value)
The Margin Horizontal Spacing
|
void |
setMarginVerticalSpacing(double value)
The Margin Vertical Spacing
|
void |
setMergeFlags(int value)
The Merge flags, but may only for bits 0x8000 and 0x10000.
|
void |
setPropertyFlags(int value)
The Property Flags.
|
void |
setPropertyOverrideFlags1(int value)
The Property Override Flags1
|
void |
setPropertyOverrideFlags2(int value)
The Property Override Flags2
|
void |
setRightMargin(double value)
The Right Margin
|
void |
setRotation(double value)
The Rotation
|
void |
setTextHeight(double value)
The Text Height
|
void |
setTextStyleHandle(String value)
The TextStyle Handle
|
void |
setUnknown1(int value)
The Unknown1 parameter
|
void |
setValueDataType(int value)
The Value Data Type
|
void |
setValueFormatString(String value)
The Value Format String
|
void |
setValueUnitType(int value)
The Value Unit Type
|
void |
setVerticalMargin(double value)
The Vertical Margin
|
public final int getCellStyleType()
Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5
public final void setCellStyleType(int value)
Cell style type: Cell = 1, Row = 2, Column = 3, Formatted table data = 4, Table = 5
public final int getUnknown1()
The Unknown1 parameter
public final void setUnknown1(int value)
The Unknown1 parameter
public final short getDataFlags()
The Data flags, 0 = no data, 1 = data is present
public final void setDataFlags(short value)
The Data flags, 0 = no data, 1 = data is present
public final int getMergeFlags()
The Merge flags, but may only for bits 0x8000 and 0x10000.
public final void setMergeFlags(int value)
The Merge flags, but may only for bits 0x8000 and 0x10000.
public final short getBackgroundColor()
The Background Color
public final void setBackgroundColor(short value)
The Background Color
public final int getContentLayoutFlags()
Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4
public final void setContentLayoutFlags(int value)
Content layout flags: Flow = 1, Stacked horizontal = 2, Stacked vertical = 4
public final int getPropertyOverrideFlags1()
The Property Override Flags1
public final void setPropertyOverrideFlags1(int value)
The Property Override Flags1
public final int getPropertyOverrideFlags2()
The Property Override Flags2
public final void setPropertyOverrideFlags2(int value)
The Property Override Flags2
public final int getPropertyFlags()
The Property Flags. Contains property bit values for property Auto Scale only (0x100).
public final void setPropertyFlags(int value)
The Property Flags. Contains property bit values for property Auto Scale only (0x100).
public final int getValueDataType()
The Value Data Type
public final void setValueDataType(int value)
The Value Data Type
public final int getValueUnitType()
The Value Unit Type
public final void setValueUnitType(int value)
The Value Unit Type
public final String getValueFormatString()
The Value Format String
public final void setValueFormatString(String value)
The Value Format String
public final double getRotation()
The Rotation
public final void setRotation(double value)
The Rotation
public final double getBlockScale()
The Block Scale
public final void setBlockScale(double value)
The Block Scale
public final int getCellAlignment()
The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5, Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
public final void setCellAlignment(int value)
The Cell Alignment: Top left = 1, Top center = 2, Top right = 3, Middle left = 4, Middle center = 5, Middle right = 6, Bottom left = 7, Bottom center = 8, Bottom right = 9
public final short getContentColor()
The Content Color
public final void setContentColor(short value)
The Content Color
public final double getTextHeight()
The Text Height
public final void setTextHeight(double value)
The Text Height
public final short getMarginFlag()
The Margin Flag
public final void setMarginFlag(short value)
The Margin Flag
public final double getVerticalMargin()
The Vertical Margin
public final void setVerticalMargin(double value)
The Vertical Margin
public final double getHorizontalMargin()
The Horizontal Margin
public final void setHorizontalMargin(double value)
The Horizontal Margin
public final double getBottomMargin()
The Bottom Margin
public final void setBottomMargin(double value)
The Bottom Margin
public final double getRightMargin()
The Right Margin
public final void setRightMargin(double value)
The Right Margin
public final double getMarginHorizontalSpacing()
The Margin Horizontal Spacing
public final void setMarginHorizontalSpacing(double value)
The Margin Horizontal Spacing
public final double getMarginVerticalSpacing()
The Margin Vertical Spacing
public final void setMarginVerticalSpacing(double value)
The Margin Vertical Spacing
public final int getCellStyleId()
The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table. Custom cell style ID’s are numbered starting at 101
public final void setCellStyleId(int value)
The Cell Style ID, 1 = title, 2 = header, 3 = data, 4 = table. Custom cell style ID’s are numbered starting at 101
public final int getCellStyleClass()
The Cell Style Class, 1= data, 2 = label. The default value is label.
public final void setCellStyleClass(int value)
The Cell Style Class, 1= data, 2 = label. The default value is label.
public final String getCellStyleName()
The Cell Style Name
public final void setCellStyleName(String value)
The Cell Style Name
public final String getTextStyleHandle()
The TextStyle Handle
public final void setTextStyleHandle(String value)
The TextStyle Handle