TextBoxStyleSetting Class

class NXOpen.CAE.Xyplot.TextBoxStyleSetting

Bases: NXOpen.TaggedObject

Represents the text box display style.

Call CAE.Xyplot.TextStyleSetting.CommitChange() to apply style changes to corresponding plot after it’s modified. Not support KF.

New in version NX9.0.0.

Properties

Property Description
Color Returns or sets the text box outline color
FillingColor Returns or sets the text box filling color
IsFilled Returns or sets a value indicating whether to fill the text box
Tag Returns the Tag for this object.
Visibility Returns or sets a value indicating whether to display the text box

Methods

Property Detail

Color

TextBoxStyleSetting.Color

Returns or sets the text box outline color

-------------------------------------

Getter Method

Signature Color()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Color(color)

Parameters:color (Id) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

FillingColor

TextBoxStyleSetting.FillingColor

Returns or sets the text box filling color

-------------------------------------

Getter Method

Signature FillingColor()

Returns:
Return type:Id

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature FillingColor(fillingColor)

Parameters:fillingColor (Id) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

IsFilled

TextBoxStyleSetting.IsFilled

Returns or sets a value indicating whether to fill the text box

-------------------------------------

Getter Method

Signature IsFilled()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature IsFilled(isFilled)

Parameters:isFilled (bool) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Visibility

TextBoxStyleSetting.Visibility

Returns or sets a value indicating whether to display the text box

-------------------------------------

Getter Method

Signature Visibility()

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Visibility(visibility)

Parameters:visibility (bool) –

New in version NX9.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)