NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::CAE::Xyplot::TextStyle Struct Reference

Text display style 


More...

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.
 

Detailed Description

Text display style 


Deprecated:
Deprecated in NX9.0.0.

Use CAE::Xyplot::TextStyleSetting instead.

Constructor & Destructor Documentation

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.

Parameters
textFontInitialText font
textSizeInitialText size. The acceptable range is 1-10
textColorInitialText color. The acceptable range is 1-216
textWeightInitialText width
textAlignmentInitialText alignment, only valid for title options, legend options and axis label options
textOrientationInitialText orientation, only invalid for legend options

Member Data Documentation

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.


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