NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Diagramming::Tables::CellSettingsBuilder Class Reference

Represents a CellSettingsBuilder. More...

Inheritance diagram for NXOpen::Diagramming::Tables::CellSettingsBuilder:
NXOpen::Diagramming::BaseTaggedObjectBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

NXOpen::Diagramming::Tables::ContentAlignment ContentAlignment ()
 Returns the content alignment of the cell settings. More...
 
NXOpen::NXColorFillColor ()
 Returns the fill color. More...
 
double FillOpacity ()
 Returns the fill opacity. More...
 
NXOpen::Diagramming::TextStyleBuilderGetContentTextStyle ()
 Gets context text style . More...
 
NXOpen::Diagramming::Tables::OverflowBehavior OverflowBehavior ()
 Returns the overflow behavior of the cell settings. More...
 
void SetContentAlignment (NXOpen::Diagramming::Tables::ContentAlignment contentAlignment)
 Sets the content alignment of the cell settings. More...
 
void SetFillColor (NXOpen::NXColor *colorId)
 Sets the fill color. More...
 
void SetFillOpacity (double opacity)
 Sets the fill opacity. More...
 
void SetOverflowBehavior (NXOpen::Diagramming::Tables::OverflowBehavior overflowBehavior)
 Sets the overflow behavior of the cell settings. More...
 
void SetZeroDisplay (NXOpen::Diagramming::Tables::ZeroDisplay zeroDisplay)
 Sets the zero display of the cell settings. More...
 
NXOpen::Diagramming::Tables::ZeroDisplay ZeroDisplay ()
 Returns the zero display of the cell settings. More...
 
- Public Member Functions inherited from NXOpen::Diagramming::BaseTaggedObjectBuilder
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a CellSettingsBuilder.


This is a sub-builder class and cannot be directly instantiated

Created in NX10.0.0.

Member Function Documentation

NXOpen::Diagramming::Tables::ContentAlignment NXOpen::Diagramming::Tables::CellSettingsBuilder::ContentAlignment ( )

Returns the content alignment of the cell settings.


Created in NX10.0.0.

License requirements : None

NXOpen::NXColor* NXOpen::Diagramming::Tables::CellSettingsBuilder::FillColor ( )

Returns the fill color.


Created in NX10.0.0.

License requirements : None

double NXOpen::Diagramming::Tables::CellSettingsBuilder::FillOpacity ( )

Returns the fill opacity.

The range of opacity is from 0.0 to 1.0. 0.0 is completely transparent and 1.0 is completely opaque.
Created in NX10.0.0.

License requirements : None

NXOpen::Diagramming::TextStyleBuilder* NXOpen::Diagramming::Tables::CellSettingsBuilder::GetContentTextStyle ( )

Gets context text style .

Returns

Created in NX11.0.1.

License requirements : None
NXOpen::Diagramming::Tables::OverflowBehavior NXOpen::Diagramming::Tables::CellSettingsBuilder::OverflowBehavior ( )

Returns the overflow behavior of the cell settings.


Created in NX10.0.0.

License requirements : None

void NXOpen::Diagramming::Tables::CellSettingsBuilder::SetContentAlignment ( NXOpen::Diagramming::Tables::ContentAlignment  contentAlignment)

Sets the content alignment of the cell settings.


Created in NX10.0.0.

License requirements : None

Parameters
contentAlignmentcontentalignment
void NXOpen::Diagramming::Tables::CellSettingsBuilder::SetFillColor ( NXOpen::NXColor colorId)

Sets the fill color.


Created in NX10.0.0.

License requirements : None

Parameters
colorIdcolorid
void NXOpen::Diagramming::Tables::CellSettingsBuilder::SetFillOpacity ( double  opacity)

Sets the fill opacity.

The range of opacity is from 0.0 to 1.0. 0.0 is completely transparent and 1.0 is completely opaque.
Created in NX10.0.0.

License requirements : None

Parameters
opacityopacity
void NXOpen::Diagramming::Tables::CellSettingsBuilder::SetOverflowBehavior ( NXOpen::Diagramming::Tables::OverflowBehavior  overflowBehavior)

Sets the overflow behavior of the cell settings.


Created in NX10.0.0.

License requirements : None

Parameters
overflowBehavioroverflowbehavior
void NXOpen::Diagramming::Tables::CellSettingsBuilder::SetZeroDisplay ( NXOpen::Diagramming::Tables::ZeroDisplay  zeroDisplay)

Sets the zero display of the cell settings.


Created in NX10.0.0.

License requirements : None

Parameters
zeroDisplayzerodisplay
NXOpen::Diagramming::Tables::ZeroDisplay NXOpen::Diagramming::Tables::CellSettingsBuilder::ZeroDisplay ( )

Returns the zero display of the cell settings.


Created in NX10.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.