public class TableDataCellContent extends Object
The cad linked table cell content data
| Constructor and Description |
|---|
TableDataCellContent()
Initializes a new instance of the
TableDataCellContent class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAlignment()
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
|
double |
getBlockScale()
The Block Scale
|
short |
getContentColor()
The Content Color
|
CadFieldData |
getFieldValue()
The field value
|
int |
getPropertyFlags()
The Property Flags.
|
int |
getPropertyOverrideFlags2()
The Property Override Flags2
|
double |
getRotation()
The Rotation
|
double |
getTextHeight()
The Text Height
|
int |
getType()
The content type
|
int |
getValueDataType()
The Value Data Type
|
String |
getValueFormatString()
The Value Format String
|
int |
getValueUnitType()
The Value Unit Type
|
short |
hasContent()
The content format overrides flag
|
void |
setAlignment(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 |
setBlockScale(double value)
The Block Scale
|
void |
setContent(short value)
The content format overrides flag
|
void |
setContentColor(short value)
The Content Color
|
void |
setFieldValue(CadFieldData value)
The field value
|
void |
setPropertyFlags(int value)
The Property Flags.
|
void |
setPropertyOverrideFlags2(int value)
The Property Override Flags2
|
void |
setRotation(double value)
The Rotation
|
void |
setTextHeight(double value)
The Text Height
|
void |
setType(int value)
The content type
|
void |
setValueDataType(int value)
The Value Data Type
|
void |
setValueFormatString(String value)
The Value Format String
|
void |
setValueUnitType(int value)
The Value Unit Type
|
public TableDataCellContent()
Initializes a new instance of the TableDataCellContent class.
public final int getType()
The content type
public final void setType(int value)
The content type
public final CadFieldData getFieldValue()
The field value
public final void setFieldValue(CadFieldData value)
The field value
public final short hasContent()
The content format overrides flag
public final void setContent(short value)
The content format overrides flag
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 getAlignment()
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 setAlignment(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
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.