NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAE::Xyplot::CustomTextStyleSetting Class Reference

Represents the text content definition in title options. More...

Inheritance diagram for NXOpen::CAE::Xyplot::CustomTextStyleSetting:
NXOpen::CAE::Xyplot::TextStyleSetting NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle

Public Member Functions

std::vector< NXStringGetUseDefinedText ()
 Returns the text content defined by user. More...
 
void SetUseAutomatic (bool useAutomatic)
 Sets a value indicating whether to define text content automatically . More...
 
void SetUseDefinedText (const std::vector< NXString > &text)
 Sets the text content defined by user. More...
 
bool UseAutomatic ()
 Returns a value indicating whether to define text content automatically . More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::TextStyleSetting
NXOpen::CAE::Xyplot::TextAlignment Alignment ()
 Returns the text alignment. More...
 
NXOpen::NXColorColor ()
 Returns the text color
Created in NX9.0.0. More...
 
virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
NXString Font ()
 Returns the text font
Created in NX9.0.0. More...
 
NXOpen::Preferences::VisualizationFonts::StyleType FontStyle ()
 Returns the text font style. More...
 
NXOpen::CAE::Xyplot::Fonttype FontType ()
 Returns the text font type
Created in NX9.0.0. More...
 
double GlobalSizeScale ()
 Returns the scale of global text size. More...
 
bool IsGlobalSizeAutoScaled ()
 Returns a value indicating whether to automatically adjust the scale of global text size to fit the screen. More...
 
NXOpen::CAE::Xyplot::TextOrientation Orientation ()
 Returns the text orientation. More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
void SetAlignment (NXOpen::CAE::Xyplot::TextAlignment alignment)
 Sets the text alignment. More...
 
void SetColor (NXOpen::NXColor *color)
 Sets the text color
Created in NX9.0.0. More...
 
void SetFont (const NXString &font)
 Sets the text font
Created in NX9.0.0. More...
 
void SetFont (const char *font)
 Sets the text font
Created in NX9.0.0. More...
 
void SetFontStyle (NXOpen::Preferences::VisualizationFonts::StyleType fontStyle)
 Sets the text font style. More...
 
void SetFontType (NXOpen::CAE::Xyplot::Fonttype fontType)
 Sets the text font type
Created in NX9.0.0. More...
 
void SetGlobalSizeAutoScaled (bool isGlobalSizeAutoScaled)
 Sets a value indicating whether to automatically adjust the scale of global text size to fit the screen. More...
 
void SetGlobalSizeScale (double sizeScale)
 Sets the scale of global text size. More...
 
void SetOrientation (NXOpen::CAE::Xyplot::TextOrientation orientation)
 Sets the text orientation. More...
 
void SetSize (int size)
 Sets the text size. More...
 
void SetUseGlobalFontSetting (bool useGlobalFontSetting)
 Sets a value indicating whether to use the global setting of text font, font style and font size. More...
 
void SetWeight (NXOpen::Display::TransientText::TextSize weight)
 Sets the text weight. More...
 
int Size ()
 Returns the text size. More...
 
NXOpen::CAE::Xyplot::TextBoxStyleSettingTextBoxStyle ()
 Returns the style of text box
Created in NX9.0.0. More...
 
bool UseGlobalFontSetting ()
 Returns a value indicating whether to use the global setting of text font, font style and font size. More...
 
NXOpen::Display::TransientText::TextSize Weight ()
 Returns the text weight. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the text content definition in title options.


Not support KF.

Created in NX9.0.0.

Member Function Documentation

std::vector<NXString> NXOpen::CAE::Xyplot::CustomTextStyleSetting::GetUseDefinedText ( )

Returns the text content defined by user.

Returns

Created in NX9.0.0.

License requirements : None
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")

Parameters
useAutomaticuseautomatic
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")

Parameters
texttext
bool NXOpen::CAE::Xyplot::CustomTextStyleSetting::UseAutomatic ( )

Returns a value indicating whether to define text content automatically .


Created in NX9.0.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.