NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Properties | List of all members
NXOpen.CAE.Xyplot.TextStyleSetting Class Reference

Represents the text display style. More...

Inheritance diagram for NXOpen.CAE.Xyplot.TextStyleSetting:
NXOpen.CAE.Xyplot.BaseDisplayStyleSetting NXOpen.CAE.Xyplot.IVisibleDisplayStyle NXOpen.TaggedObject NXOpen.CAE.Xyplot.IDisplayStyle NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.CAE.Xyplot.AxisItemStyle NXOpen.CAE.Xyplot.CustomTextStyleSetting NXOpen.CAE.Xyplot.GraphNameStyle NXOpen.CAE.Xyplot.LegendTableTextStyle NXOpen.CAE.Xyplot.MarkerStyleSetting NXOpen.CAE.Xyplot.NoteStyleSetting NXOpen.CAE.Xyplot.AxisLabelStyle

Properties

unsafe
NXOpen.CAE.Xyplot.TextAlignment 
Alignment [get, set]
 Returns or sets the text alignment. More...
 
unsafe NXOpen.NXColor Color [get, set]
 Returns or sets the text color More...
 
unsafe string Font [get, set]
 Returns or sets the text font More...
 
unsafe
NXOpen.Preferences.VisualizationFonts.StyleType 
FontStyle [get, set]
 Returns or sets the text font style. More...
 
unsafe NXOpen.CAE.Xyplot.Fonttype FontType [get, set]
 Returns or sets the text font type More...
 
unsafe double GlobalSizeScale [get, set]
 Returns or sets the scale of global text size. More...
 
unsafe bool IsGlobalSizeAutoScaled [get, set]
 Returns or sets a value indicating whether to automatically adjust the scale of global text size to fit the screen. More...
 
unsafe
NXOpen.CAE.Xyplot.LeaderStyle 
LeaderStyle [get]
 Returns the leader style More...
 
unsafe NXOpen.CAE.NumberFormat NumberFormat [get]
 Returns the number format options More...
 
unsafe
NXOpen.CAE.Xyplot.TextOrientation 
Orientation [get, set]
 Returns or sets the text orientation. More...
 
unsafe int Size [get, set]
 Returns or sets the text size. More...
 
unsafe
NXOpen.CAE.Xyplot.TextBoxStyleSetting 
TextBoxStyle [get]
 Returns the style of text box More...
 
unsafe bool UseGlobalFontSetting [get, set]
 Returns or sets a value indicating whether to use the global setting of text font, font style and font size. More...
 
unsafe bool Visibility [get, set]
 Returns or sets the visibility More...
 
unsafe
NXOpen.Display.TransientText.TextSize 
Weight [get, set]
 Returns or sets the text weight. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
unsafe
NXOpen.CAE.Xyplot.IDisplayStyle 
Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IDisplayStyle
NXOpen.CAE.Xyplot.IDisplayStyle Owner [get]
 Returns the owner style More...
 
- Properties inherited from NXOpen.CAE.Xyplot.IVisibleDisplayStyle
bool Visibility [get, set]
 Returns or sets the visibility More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.CAE.Xyplot.BaseDisplayStyleSetting
unsafe void CommitChange ()
 Commits any edits that have been applied to the display style. More...
 
unsafe NXOpen.TaggedObject Find (string journalIdentifier)
 Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the text display style.

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

Not support KF.

Created in NX9.0.0

Property Documentation

unsafe NXOpen.CAE.Xyplot.TextAlignment NXOpen.CAE.Xyplot.TextStyleSetting.Alignment
getset

Returns or sets the text alignment.

Only valid for title options, legend options and axis label options.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXColor NXOpen.CAE.Xyplot.TextStyleSetting.Color
getset

Returns or sets the text color

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.CAE.Xyplot.TextStyleSetting.Font
getset

Returns or sets the text font

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Preferences.VisualizationFonts.StyleType NXOpen.CAE.Xyplot.TextStyleSetting.FontStyle
getset

Returns or sets the text font style.

Available when the text font is standard font.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.Fonttype NXOpen.CAE.Xyplot.TextStyleSetting.FontType
getset

Returns or sets the text font type

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.CAE.Xyplot.TextStyleSetting.GlobalSizeScale
getset

Returns or sets the scale of global text size.

It will be taken only when CAE.Xyplot.TextStyleSetting.UseGlobalFontSetting is true, and CAE.Xyplot.TextStyleSetting.IsGlobalSizeAutoScaled is false.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.TextStyleSetting.IsGlobalSizeAutoScaled
getset

Returns or sets a value indicating whether to automatically adjust the scale of global text size to fit the screen.

It will be taken only when CAE.Xyplot.TextStyleSetting.UseGlobalFontSetting is true.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.LeaderStyle NXOpen.CAE.Xyplot.TextStyleSetting.LeaderStyle
get

Returns the leader style

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.NumberFormat NXOpen.CAE.Xyplot.TextStyleSetting.NumberFormat
get

Returns the number format options

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.CAE.Xyplot.TextOrientation NXOpen.CAE.Xyplot.TextStyleSetting.Orientation
getset

Returns or sets the text orientation.

Only invalid for legend options.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.CAE.Xyplot.TextStyleSetting.Size
getset

Returns or sets the text size.

The acceptable range is 1-10.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.CAE.Xyplot.TextBoxStyleSetting NXOpen.CAE.Xyplot.TextStyleSetting.TextBoxStyle
get

Returns the style of text box

Created in NX9.0.0

License requirements: None.

unsafe bool NXOpen.CAE.Xyplot.TextStyleSetting.UseGlobalFontSetting
getset

Returns or sets a value indicating whether to use the global setting of text font, font style and font size.

If True, you need to set text size scale by setting CAE.Xyplot.TextStyleSetting.IsGlobalSizeAutoScaled or CAE.Xyplot.TextStyleSetting.GlobalSizeScale

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.CAE.Xyplot.TextStyleSetting.Visibility
getset

Returns or sets the visibility

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Display.TransientText.TextSize NXOpen.CAE.Xyplot.TextStyleSetting.Weight
getset

Returns or sets the text weight.

Available when the text font is NX font.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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