CFx SDK Documentation 2024 SP0
|
#include <AECScheduleTableCellFormat.h>
Public Types | |
enum | Justification { eBaseline = 0 , eTopLeft = 1 , eTopCenter = 2 , eTopRight = 3 , eMiddleLeft = 4 , eMiddleCenter = 5 , eMiddleRight = 6 , eBottomLeft = 7 , eBottomCenter = 8 , eBottomRight = 9 } |
enum | MatrixSymbol { eCheck = 0 , eDot = 1 , eCross = 2 , eSlash = 3 } |
enum | Orientation { eHorizontal = 0 , eVertical = 1 } |
Protected Attributes | |
OdDbHardPointerId | m_matrixSymbolId |
OdDbHardPointerId | m_textStyleId |
Justification | m_eJustification |
double | m_dTextHeight |
double | m_dTextGap |
double | m_dFixedCellWidth |
Orientation | m_eOrientation |
MatrixSymbol | m_eMatrixSymbol |
bool | m_bUseMatrixSymbolForTrueFalse |
bool | m_bUnknown01 |
DOM. | |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Schedule Table Data Format.
<group TA_API_Subobjects_Schedule>
Definition at line 42 of file AECScheduleTableCellFormat.h.
Text Justification. (Same as in structural member).
Enumerator | |
---|---|
eBaseline | |
eTopLeft | |
eTopCenter | |
eTopRight | |
eMiddleLeft | |
eMiddleCenter | |
eMiddleRight | |
eBottomLeft | |
eBottomCenter | |
eBottomRight |
Definition at line 54 of file AECScheduleTableCellFormat.h.
Matrix symbol.
Enumerator | |
---|---|
eCheck | |
eDot | |
eCross | |
eSlash |
Definition at line 71 of file AECScheduleTableCellFormat.h.
Text orientation.
Enumerator | |
---|---|
eHorizontal | |
eVertical |
Definition at line 82 of file AECScheduleTableCellFormat.h.
AECScheduleTableCellFormat::AECScheduleTableCellFormat | ( | const AECScheduleTableCellFormat & | pFormat | ) |
double AECScheduleTableCellFormat::GetFixedCellWidth | ( | ) | const |
Returns fixed cell width.
Justification AECScheduleTableCellFormat::GetJustification | ( | ) | const |
Returns justification.
MatrixSymbol AECScheduleTableCellFormat::GetMatrixSymbol | ( | ) | const |
Returns the type of matrix symbol.
Orientation AECScheduleTableCellFormat::GetOrientation | ( | ) | const |
Returns text orientation.
AECScheduleTableCellFormatPtr AECScheduleTableCellFormat::GetOverridden | ( | AECScheduleTableCellFormatOverrideSubPtr | pCellFormatOverride | ) | const |
Returns overridden AECScheduleTableCellFormat.
double AECScheduleTableCellFormat::GetTextGap | ( | ) | const |
Returns text gap.
double AECScheduleTableCellFormat::GetTextHeight | ( | ) | const |
Returns text height.
OdDbObjectId AECScheduleTableCellFormat::GetTextStyle | ( | ) | const |
Returns Object ID of text style.
bool AECScheduleTableCellFormat::IsUseMatrixSymbolForTrueFalse | ( | ) | const |
Returns true when matrix symbol should be used for drawing boolean values.
void AECScheduleTableCellFormat::SetFixedCellWidth | ( | double | dFixedCellWidth | ) |
Sets fixed cell width.
void AECScheduleTableCellFormat::SetIsUseMatrixSymbolForTrueFalse | ( | bool | bUseForTrueFalse | ) |
Sets usage of matrix symbol for drawing boolean values.
void AECScheduleTableCellFormat::SetJustification | ( | Justification | eJustification | ) |
Sets justification.
void AECScheduleTableCellFormat::SetMatrixSymbol | ( | MatrixSymbol | eMatrixSymbol | ) |
Sets the type of matrix symbol.
void AECScheduleTableCellFormat::SetOrientation | ( | Orientation | eOrientation | ) |
Sets orientation.
void AECScheduleTableCellFormat::SetTextGap | ( | double | dTextGap | ) |
Sets text gap.
void AECScheduleTableCellFormat::SetTextHeight | ( | double | dTextHeight | ) |
Sets text height.
void AECScheduleTableCellFormat::SetTextStyle | ( | const OdDbObjectId & | idTextStyle | ) |
Sets the text style Object ID.
|
protected |
DOM.
Definition at line 210 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 207 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 198 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 195 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 192 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 189 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 204 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 201 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 183 of file AECScheduleTableCellFormat.h.
|
protected |
Definition at line 186 of file AECScheduleTableCellFormat.h.