public class CadTableStyleCell extends Object
The TableStyleCell data
Constructor and Description |
---|
CadTableStyleCell() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute1()
Gets or sets the attribute1.
|
short |
getCellAlignment()
Gets or sets the cell alignment.
|
List<TableStyleCellBorder> |
getCellBorders()
The Cell Borders
|
TableStyleCellContent |
getCellContent()
The CellContent
|
int |
getCellDataType()
Gets or sets the type of the cell data.
|
Short |
getCellFillColor()
Gets or sets the color of the cell fill.
|
int |
getCellUnitType()
Gets or sets the type of the cell unit.
|
Short |
getColorValue1()
Gets or sets the color value1.
|
Short |
getColorValue2()
Gets or sets the color value2.
|
Short |
getColorValue3()
Gets or sets the color value3.
|
Short |
getColorValue4()
Gets or sets the color value4.
|
Short |
getColorValue5()
Gets or sets the сolor value5.
|
Short |
getColorValue6()
Gets or sets the color value6.
|
Short |
getFlagForWhetherBackgroundColorIsEnabled()
Gets or sets the flag for whether background color is enabled.
|
Short |
getLineWeight1()
Gets or sets the line weight1.
|
Short |
getLineWeight2()
Gets or sets the line weight2.
|
Short |
getLineWeight3()
Gets or sets the line weight3.
|
Short |
getLineWeight4()
Gets or sets the line weight4.
|
Short |
getLineWeight5()
Gets or sets the line weight5.
|
Short |
getLineWeight6()
Gets or sets the line weight6.
|
Short |
getTextColor()
Gets or sets the color of the text.
|
double |
getTextHeight()
Gets or sets the height of the text.
|
String |
getTextStyleName()
Gets or sets the name of the text style.
|
Short |
getVisibilityFlag1()
Gets or sets the visibility flag1.
|
Short |
getVisibilityFlag2()
Gets or sets the visibility flag2.
|
Short |
getVisibilityFlag3()
Gets or sets the visibility flag3.
|
Short |
getVisibilityFlag4()
Gets or sets the visibility flag4.
|
Short |
getVisibilityFlag5()
Gets or sets the visibility flag5.
|
Short |
getVisibilityFlag6()
Gets or sets the visibility flag6.
|
void |
setAttribute1(String value)
Gets or sets the attribute1.
|
void |
setCellAlignment(short value)
Gets or sets the cell alignment.
|
void |
setCellBorders(List<TableStyleCellBorder> value)
The Cell Borders
|
void |
setCellContent(TableStyleCellContent value)
The CellContent
|
void |
setCellDataType(int value)
Gets or sets the type of the cell data.
|
void |
setCellFillColor(Short value)
Gets or sets the color of the cell fill.
|
void |
setCellUnitType(int value)
Gets or sets the type of the cell unit.
|
void |
setColorValue1(Short value)
Gets or sets the color value1.
|
void |
setColorValue2(Short value)
Gets or sets the color value2.
|
void |
setColorValue3(Short value)
Gets or sets the color value3.
|
void |
setColorValue4(Short value)
Gets or sets the color value4.
|
void |
setColorValue5(Short value)
Gets or sets the сolor value5.
|
void |
setColorValue6(Short value)
Gets or sets the color value6.
|
void |
setFlagForWhetherBackgroundColorIsEnabled(Short value)
Gets or sets the flag for whether background color is enabled.
|
void |
setLineWeight1(Short value)
Gets or sets the line weight1.
|
void |
setLineWeight2(Short value)
Gets or sets the line weight2.
|
void |
setLineWeight3(Short value)
Gets or sets the line weight3.
|
void |
setLineWeight4(Short value)
Gets or sets the line weight4.
|
void |
setLineWeight5(Short value)
Gets or sets the line weight5.
|
void |
setLineWeight6(Short value)
Gets or sets the line weight6.
|
void |
setTextColor(Short value)
Gets or sets the color of the text.
|
void |
setTextHeight(double value)
Gets or sets the height of the text.
|
void |
setTextStyleName(String value)
Gets or sets the name of the text style.
|
void |
setVisibilityFlag1(Short value)
Gets or sets the visibility flag1.
|
void |
setVisibilityFlag2(Short value)
Gets or sets the visibility flag2.
|
void |
setVisibilityFlag3(Short value)
Gets or sets the visibility flag3.
|
void |
setVisibilityFlag4(Short value)
Gets or sets the visibility flag4.
|
void |
setVisibilityFlag5(Short value)
Gets or sets the visibility flag5.
|
void |
setVisibilityFlag6(Short value)
Gets or sets the visibility flag6.
|
public final String getAttribute1()
Gets or sets the attribute1.
public final void setAttribute1(String value)
Gets or sets the attribute1.
value
- The attribute1.public final String getTextStyleName()
Gets or sets the name of the text style.
public final void setTextStyleName(String value)
Gets or sets the name of the text style.
value
- The name of the text style.public final double getTextHeight()
Gets or sets the height of the text.
public final void setTextHeight(double value)
Gets or sets the height of the text.
value
- The height of the text.public final short getCellAlignment()
Gets or sets the cell alignment.
public final void setCellAlignment(short value)
Gets or sets the cell alignment.
value
- The cell alignment.public final Short getTextColor()
Gets or sets the color of the text.
public final void setTextColor(Short value)
Gets or sets the color of the text.
value
- The color of the text.public final Short getCellFillColor()
Gets or sets the color of the cell fill.
public final void setCellFillColor(Short value)
Gets or sets the color of the cell fill.
value
- The color of the cell fill.public final Short getFlagForWhetherBackgroundColorIsEnabled()
Gets or sets the flag for whether background color is enabled.
public final void setFlagForWhetherBackgroundColorIsEnabled(Short value)
Gets or sets the flag for whether background color is enabled.
value
- The flag for whether background color is enabled.public final int getCellDataType()
Gets or sets the type of the cell data.
public final void setCellDataType(int value)
Gets or sets the type of the cell data.
value
- The type of the cell data.public final int getCellUnitType()
Gets or sets the type of the cell unit.
public final void setCellUnitType(int value)
Gets or sets the type of the cell unit.
value
- The type of the cell unit.public final Short getLineWeight1()
Gets or sets the line weight1.
public final void setLineWeight1(Short value)
Gets or sets the line weight1.
value
- The line weight1.public final Short getVisibilityFlag1()
Gets or sets the visibility flag1.
public final void setVisibilityFlag1(Short value)
Gets or sets the visibility flag1.
value
- The visibility flag1.public final Short getColorValue1()
Gets or sets the color value1.
public final void setColorValue1(Short value)
Gets or sets the color value1.
value
- The color value1.public final Short getLineWeight2()
Gets or sets the line weight2.
public final void setLineWeight2(Short value)
Gets or sets the line weight2.
value
- The line weight2.public final Short getVisibilityFlag2()
Gets or sets the visibility flag2.
public final void setVisibilityFlag2(Short value)
Gets or sets the visibility flag2.
value
- The visibility flag2.public final Short getColorValue2()
Gets or sets the color value2.
public final void setColorValue2(Short value)
Gets or sets the color value2.
value
- The color value2.public final Short getLineWeight3()
Gets or sets the line weight3.
public final void setLineWeight3(Short value)
Gets or sets the line weight3.
value
- The line weight3.public final Short getVisibilityFlag3()
Gets or sets the visibility flag3.
public final void setVisibilityFlag3(Short value)
Gets or sets the visibility flag3.
value
- The visibility flag3.public final Short getColorValue3()
Gets or sets the color value3.
public final void setColorValue3(Short value)
Gets or sets the color value3.
value
- The color value3.public final Short getLineWeight4()
Gets or sets the line weight4.
public final void setLineWeight4(Short value)
Gets or sets the line weight4.
value
- The line weight4.public final Short getVisibilityFlag4()
Gets or sets the visibility flag4.
public final void setVisibilityFlag4(Short value)
Gets or sets the visibility flag4.
value
- The visibility flag4.public final Short getColorValue4()
Gets or sets the color value4.
public final void setColorValue4(Short value)
Gets or sets the color value4.
value
- The color value4.public final Short getLineWeight5()
Gets or sets the line weight5.
public final void setLineWeight5(Short value)
Gets or sets the line weight5.
value
- The line weight5.public final Short getVisibilityFlag5()
Gets or sets the visibility flag5.
public final void setVisibilityFlag5(Short value)
Gets or sets the visibility flag5.
value
- The visibility flag5.public final Short getColorValue5()
Gets or sets the сolor value5.
public final void setColorValue5(Short value)
Gets or sets the сolor value5.
value
- The сolor value5.public final Short getLineWeight6()
Gets or sets the line weight6.
public final void setLineWeight6(Short value)
Gets or sets the line weight6.
value
- The line weight6.public final Short getVisibilityFlag6()
Gets or sets the visibility flag6.
public final void setVisibilityFlag6(Short value)
Gets or sets the visibility flag6.
value
- The visibility flag6.public final Short getColorValue6()
Gets or sets the color value6.
public final void setColorValue6(Short value)
Gets or sets the color value6.
value
- The color value6.public final TableStyleCellContent getCellContent()
The CellContent
public final void setCellContent(TableStyleCellContent value)
The CellContent
public final List<TableStyleCellBorder> getCellBorders()
The Cell Borders
public final void setCellBorders(List<TableStyleCellBorder> value)
The Cell Borders