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

Text display style. More...

List of all members.

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.


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

Text alignment, only valid for title options, legend options and axis label options.

Text color.

The acceptable range is 1-216

Text font.

Text orientation, only invalid for legend options.

Text size.

The acceptable range is 1-10

Text width.


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