NX Open C++ Reference Guide
|
Text display style
Public Member Functions | |
TextStyle (const NXString &textFontInitial, int textSizeInitial, int textColorInitial, NXOpen::CAE::Xyplot::LineWidth textWeightInitial, NXOpen::CAE::Xyplot::TextAlignment textAlignmentInitial, NXOpen::CAE::Xyplot::TextOrientation textOrientationInitial) | |
Constructor for the TextStyle struct. | |
Public Attributes | |
NXOpen::CAE::Xyplot::TextAlignment | TextAlignment |
Text alignment, only valid for title options, legend options and axis label options. | |
int | TextColor |
Text color. | |
NXString | TextFont |
Text font. | |
NXOpen::CAE::Xyplot::TextOrientation | TextOrientation |
Text orientation, only invalid for legend options. | |
int | TextSize |
Text size. | |
NXOpen::CAE::Xyplot::LineWidth | TextWeight |
Text width. | |
NXOpen::CAE::Xyplot::TextStyle::TextStyle | ( | const NXString & | textFontInitial, |
int | textSizeInitial, | ||
int | textColorInitial, | ||
NXOpen::CAE::Xyplot::LineWidth | textWeightInitial, | ||
NXOpen::CAE::Xyplot::TextAlignment | textAlignmentInitial, | ||
NXOpen::CAE::Xyplot::TextOrientation | textOrientationInitial | ||
) |
Constructor for the TextStyle struct.
textFontInitial | Text font |
textSizeInitial | Text size. The acceptable range is 1-10 |
textColorInitial | Text color. The acceptable range is 1-216 |
textWeightInitial | Text width |
textAlignmentInitial | Text alignment, only valid for title options, legend options and axis label options |
textOrientationInitial | Text orientation, only invalid for legend options |
NXOpen::CAE::Xyplot::TextAlignment NXOpen::CAE::Xyplot::TextStyle::TextAlignment |
Text alignment, only valid for title options, legend options and axis label options.
int NXOpen::CAE::Xyplot::TextStyle::TextColor |
Text color.
The acceptable range is 1-216
NXString NXOpen::CAE::Xyplot::TextStyle::TextFont |
Text font.
NXOpen::CAE::Xyplot::TextOrientation NXOpen::CAE::Xyplot::TextStyle::TextOrientation |
Text orientation, only invalid for legend options.
int NXOpen::CAE::Xyplot::TextStyle::TextSize |
Text size.
The acceptable range is 1-10
NXOpen::CAE::Xyplot::LineWidth NXOpen::CAE::Xyplot::TextStyle::TextWeight |
Text width.