|
NX Open C++ Reference Guide
|
Represents the text box display style. More...
Public Member Functions | |
| NXOpen::NXColor * | Color () |
| Returns the text box outline color Created in NX9.0.0. | |
| NXOpen::NXColor * | FillingColor () |
| Returns the text box filling color Created in NX9.0.0. | |
| bool | IsFilled () |
| Returns a value indicating whether to fill the text box Created in NX9.0.0. | |
| void | SetColor (NXOpen::NXColor *color) |
| Sets the text box outline color Created in NX9.0.0. | |
| void | SetFilled (bool isFilled) |
| Sets a value indicating whether to fill the text box Created in NX9.0.0. | |
| void | SetFillingColor (NXOpen::NXColor *fillingColor) |
| Sets the text box filling color Created in NX9.0.0. | |
| void | SetVisibility (bool visibility) |
| Sets a value indicating whether to display the text box Created in NX9.0.0. | |
| bool | Visibility () |
| Returns a value indicating whether to display the text box Created in NX9.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents the text box display style.
Call CAE::Xyplot::TextStyleSetting::CommitChange to apply style changes to corresponding plot after it's modified.
Not support KF.
Created in NX9.0.0.
| NXOpen::NXColor* NXOpen::CAE::Xyplot::TextBoxStyleSetting::Color | ( | ) |
Returns the text box outline color
Created in NX9.0.0.
License requirements : None
| NXOpen::NXColor* NXOpen::CAE::Xyplot::TextBoxStyleSetting::FillingColor | ( | ) |
Returns the text box filling color
Created in NX9.0.0.
License requirements : None
| bool NXOpen::CAE::Xyplot::TextBoxStyleSetting::IsFilled | ( | ) |
Returns a value indicating whether to fill the text box
Created in NX9.0.0.
License requirements : None
| void NXOpen::CAE::Xyplot::TextBoxStyleSetting::SetColor | ( | NXOpen::NXColor * | color | ) |
Sets the text box outline color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| color | color |
| void NXOpen::CAE::Xyplot::TextBoxStyleSetting::SetFilled | ( | bool | isFilled | ) |
Sets a value indicating whether to fill the text box
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| isFilled | isfilled |
| void NXOpen::CAE::Xyplot::TextBoxStyleSetting::SetFillingColor | ( | NXOpen::NXColor * | fillingColor | ) |
Sets the text box filling color
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| fillingColor | fillingcolor |
| void NXOpen::CAE::Xyplot::TextBoxStyleSetting::SetVisibility | ( | bool | visibility | ) |
Sets a value indicating whether to display the text box
Created in NX9.0.0.
License requirements : nx_ftk ("NX Advanced Graphing")
| visibility | visibility |
| bool NXOpen::CAE::Xyplot::TextBoxStyleSetting::Visibility | ( | ) |
Returns a value indicating whether to display the text box
Created in NX9.0.0.
License requirements : None