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

Represents the note display style. More...

Inheritance diagram for NXOpen::CAE::Xyplot::NoteStyleSetting:
NXOpen::CAE::Xyplot::TextStyleSetting NXOpen::CAE::Xyplot::BaseDisplayStyleSetting NXOpen::CAE::Xyplot::IVisibleDisplayStyle NXOpen::TaggedObject NXOpen::CAE::Xyplot::IDisplayStyle

Public Member Functions

std::vector< NXStringGetNoteTexts ()
 Gets the note texts. More...
 
void SetNoteTexts (const std::vector< NXString > &noteTexts)
 Sets the note texts
Created in NX12.0.0. 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...
 
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::LeaderStyleLeaderStyle ()
 Returns the leader style
Created in NX12.0.0. More...
 
NXOpen::CAE::NumberFormatNumberFormat ()
 Returns the number format options
Created in NX12.0.0. More...
 
NXOpen::CAE::Xyplot::TextOrientation Orientation ()
 Returns the text orientation. 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...
 
virtual void SetVisibility (bool visibility)
 Sets the visibility
Created in NX12.0.0. 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...
 
virtual bool Visibility ()
 Returns the visibility
Created in NX12.0.0. More...
 
NXOpen::Display::TransientText::TextSize Weight ()
 Returns the text weight. More...
 
- Public Member Functions inherited from NXOpen::CAE::Xyplot::BaseDisplayStyleSetting
virtual void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
NXOpen::TaggedObjectFind (const NXString &journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXOpen::TaggedObjectFind (const char *journalIdentifier)
 Finds the NXOpen::TaggedObject with the given identifier as recorded in a journal. More...
 
NXString JournalIdentifier ()
 Returns the identifier that would be recorded in a journal for this object. More...
 
virtual
NXOpen::CAE::Xyplot::IDisplayStyle
Owner ()
 Returns the owner style
Created in NX10.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents the note display style.

Call CAE::Xyplot::BaseDisplayStyleSetting::CommitChange to apply style changes to corresponding plot after it's modified.
Not support KF.

Created in NX12.0.0.

Member Function Documentation

std::vector<NXString> NXOpen::CAE::Xyplot::NoteStyleSetting::GetNoteTexts ( )

Gets the note texts.

Returns
Note Texts
Created in NX12.0.0.

License requirements : None
void NXOpen::CAE::Xyplot::NoteStyleSetting::SetNoteTexts ( const std::vector< NXString > &  noteTexts)

Sets the note texts
Created in NX12.0.0.



License requirements : None

Parameters
noteTextsNote Texts

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