NX Open C++ Reference Guide
|
Represents the text content definition in title options. More...
Public Member Functions | |
std::vector< NXString > | GetUseDefinedText () |
Returns the text content defined by user. | |
void | SetUseAutomatic (bool useAutomatic) |
Sets a value indicating whether to define text content automatically . | |
void | SetUseDefinedText (const std::vector< NXString > &text) |
Sets the text content defined by user. | |
bool | UseAutomatic () |
Returns a value indicating whether to define text content automatically . | |
![]() | |
NXOpen::CAE::Xyplot::TextAlignment | Alignment () |
Returns the text alignment. | |
NXOpen::NXColor * | Color () |
Returns the text color Created in NX9.0.0. | |
virtual void | CommitChange () |
Commits any edits that have been applied to the display style. | |
NXString | Font () |
Returns the text font Created in NX9.0.0. | |
NXOpen::Preferences::VisualizationFonts::StyleType | FontStyle () |
Returns the text font style. | |
NXOpen::CAE::Xyplot::Fonttype | FontType () |
Returns the text font type Created in NX9.0.0. | |
double | GlobalSizeScale () |
Returns the scale of global text size. | |
bool | IsGlobalSizeAutoScaled () |
Returns a value indicating whether to automatically adjust the scale of global text size to fit the screen. | |
NXOpen::CAE::Xyplot::TextOrientation | Orientation () |
Returns the text orientation. | |
void | SetAlignment (NXOpen::CAE::Xyplot::TextAlignment alignment) |
Sets the text alignment. | |
void | SetColor (NXOpen::NXColor *color) |
Sets the text color Created in NX9.0.0. | |
void | SetFont (const NXString &font) |
Sets the text font Created in NX9.0.0. | |
void | SetFont (const char *font) |
Sets the text font Created in NX9.0.0. | |
void | SetFontStyle (NXOpen::Preferences::VisualizationFonts::StyleType fontStyle) |
Sets the text font style. | |
void | SetFontType (NXOpen::CAE::Xyplot::Fonttype fontType) |
Sets the text font type Created in NX9.0.0. | |
void | SetGlobalSizeAutoScaled (bool isGlobalSizeAutoScaled) |
Sets a value indicating whether to automatically adjust the scale of global text size to fit the screen. | |
void | SetGlobalSizeScale (double sizeScale) |
Sets the scale of global text size. | |
void | SetOrientation (NXOpen::CAE::Xyplot::TextOrientation orientation) |
Sets the text orientation. | |
void | SetSize (int size) |
Sets the text size. | |
void | SetUseGlobalFontSetting (bool useGlobalFontSetting) |
Sets a value indicating whether to use the global setting of text font, font style and font size. | |
void | SetWeight (NXOpen::Display::TransientText::TextSize weight) |
Sets the text weight. | |
int | Size () |
Returns the text size. | |
NXOpen::CAE::Xyplot::TextBoxStyleSetting * | TextBoxStyle () |
Returns the style of text box Created in NX9.0.0. | |
bool | UseGlobalFontSetting () |
Returns a value indicating whether to use the global setting of text font, font style and font size. | |
NXOpen::Display::TransientText::TextSize | Weight () |
Returns the text weight. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the text content definition in title options.
Not support KF.
Created in NX9.0.0.
std::vector<NXString> NXOpen::CAE::Xyplot::CustomTextStyleSetting::GetUseDefinedText | ( | ) |
Returns the text content defined by user.
void NXOpen::CAE::Xyplot::CustomTextStyleSetting::SetUseAutomatic | ( | bool | useAutomatic | ) |
Sets a value indicating whether to define text content automatically .
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
useAutomatic | useautomatic |
void NXOpen::CAE::Xyplot::CustomTextStyleSetting::SetUseDefinedText | ( | const std::vector< NXString > & | text | ) |
Sets the text content defined by user.
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
text | text |
bool NXOpen::CAE::Xyplot::CustomTextStyleSetting::UseAutomatic | ( | ) |
Returns a value indicating whether to define text content automatically .
Created in NX9.0.0.
License requirements : None