NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::TextColorFontWidth Class Reference

Represents a Line Width block
Created in NX9.0.0. More...

Inheritance diagram for NXOpen::BlockStyler::TextColorFontWidth:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

NXString AvailableFontTypesAsString ()
 Returns the available font types. More...
 
NXString FontValue ()
 Returns the font value
Created in NX9.0.0. More...
 
std::vector< int > GetColorValue ()
 Gets text color values. More...
 
bool IsNxFont ()
 Returns the whether selected font is nx font or standard font. More...
 
NXString LayoutAsString ()
 Returns the layout. More...
 
void SetAvailableFontTypesAsString (const NXString &availableFontTypes)
 Sets the available font types. More...
 
void SetAvailableFontTypesAsString (const char *availableFontTypes)
 Sets the available font types. More...
 
void SetColorValue (const std::vector< int > &colorValueVector)
 Sets text color values
Created in NX9.0.0. More...
 
void SetFontValue (const NXString &fontValue)
 Sets the font value
Created in NX9.0.0. More...
 
void SetFontValue (const char *fontValue)
 Sets the font value
Created in NX9.0.0. More...
 
void SetLayoutAsString (const NXString &layoutString)
 Sets the layout. More...
 
void SetLayoutAsString (const char *layoutString)
 Sets the layout. More...
 
void SetStandardFontStyle (const NXString &fontStyle)
 Sets the standard font style. More...
 
void SetStandardFontStyle (const char *fontStyle)
 Sets the standard font style. More...
 
void SetWidthValueAsString (const NXString &widthValueString)
 Sets the width value. More...
 
void SetWidthValueAsString (const char *widthValueString)
 Sets the width value. More...
 
NXString StandardFontStyle ()
 Returns the standard font style. More...
 
NXString WidthValueAsString ()
 Returns the width value. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Line Width block
Created in NX9.0.0.


Member Function Documentation

NXString NXOpen::BlockStyler::TextColorFontWidth::AvailableFontTypesAsString ( )

Returns the available font types.


Created in NX9.0.0.

License requirements : None

NXString NXOpen::BlockStyler::TextColorFontWidth::FontValue ( )

Returns the font value
Created in NX9.0.0.



License requirements : None

std::vector<int> NXOpen::BlockStyler::TextColorFontWidth::GetColorValue ( )

Gets text color values.

Returns
color values to get from the property
Created in NX9.0.0.

License requirements : None
bool NXOpen::BlockStyler::TextColorFontWidth::IsNxFont ( )

Returns the whether selected font is nx font or standard font.

Returns

Created in NX12.0.0.

License requirements : None
NXString NXOpen::BlockStyler::TextColorFontWidth::LayoutAsString ( )

Returns the layout.


Created in NX9.0.0.

License requirements : None

void NXOpen::BlockStyler::TextColorFontWidth::SetAvailableFontTypesAsString ( const NXString availableFontTypes)

Sets the available font types.


Created in NX9.0.0.

License requirements : None

Parameters
availableFontTypesavailablefonttypes
void NXOpen::BlockStyler::TextColorFontWidth::SetAvailableFontTypesAsString ( const char *  availableFontTypes)

Sets the available font types.


Created in NX9.0.0.

License requirements : None

Parameters
availableFontTypesavailablefonttypes
void NXOpen::BlockStyler::TextColorFontWidth::SetColorValue ( const std::vector< int > &  colorValueVector)

Sets text color values
Created in NX9.0.0.



License requirements : None

Parameters
colorValueVectorcolor values to set for the property.
void NXOpen::BlockStyler::TextColorFontWidth::SetFontValue ( const NXString fontValue)

Sets the font value
Created in NX9.0.0.



License requirements : None

Parameters
fontValuefontvalue
void NXOpen::BlockStyler::TextColorFontWidth::SetFontValue ( const char *  fontValue)

Sets the font value
Created in NX9.0.0.



License requirements : None

Parameters
fontValuefontvalue
void NXOpen::BlockStyler::TextColorFontWidth::SetLayoutAsString ( const NXString layoutString)

Sets the layout.


Created in NX9.0.0.

License requirements : None

Parameters
layoutStringlayoutstring
void NXOpen::BlockStyler::TextColorFontWidth::SetLayoutAsString ( const char *  layoutString)

Sets the layout.


Created in NX9.0.0.

License requirements : None

Parameters
layoutStringlayoutstring
void NXOpen::BlockStyler::TextColorFontWidth::SetStandardFontStyle ( const NXString fontStyle)

Sets the standard font style.


Created in NX12.0.0.

License requirements : None

Parameters
fontStylefontstyle
void NXOpen::BlockStyler::TextColorFontWidth::SetStandardFontStyle ( const char *  fontStyle)

Sets the standard font style.


Created in NX12.0.0.

License requirements : None

Parameters
fontStylefontstyle
void NXOpen::BlockStyler::TextColorFontWidth::SetWidthValueAsString ( const NXString widthValueString)

Sets the width value.


Created in NX9.0.0.

License requirements : None

Parameters
widthValueStringwidthvaluestring
void NXOpen::BlockStyler::TextColorFontWidth::SetWidthValueAsString ( const char *  widthValueString)

Sets the width value.


Created in NX9.0.0.

License requirements : None

Parameters
widthValueStringwidthvaluestring
NXString NXOpen::BlockStyler::TextColorFontWidth::StandardFontStyle ( )

Returns the standard font style.


Created in NX12.0.0.

License requirements : None

NXString NXOpen::BlockStyler::TextColorFontWidth::WidthValueAsString ( )

Returns the width value.


Created in NX9.0.0.

License requirements : None


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