TableCellStyleOverrideOptions Members


The TableCellStyleOverrideOptions type exposes the following members.

Constructors

Name Description
Public method TableCellStyleOverrideOptions
Creates a new instance with no style characteristics overridden.
Public method TableCellStyleOverrideOptions(TableCellStyleOverrideOptions)
Creates a new instance by copying an existing instance.

Methods

Name Description
Public method Dispose
Releases all resources used by the TableCellStyleOverrideOptions
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method SetAllOverrides
Sets all overrides to a specific value.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property BackgroundColor
Indicates if the background color characteristic is overridden.
Public property Bold
Indicates if the bold characteristic is overridden.
Public property BorderBottomLineStyle
Indicates if the border bottom line style characteristic is overridden.
Public property BorderLeftLineStyle
Indicates if the border left line style characteristic is overridden.
Public property BorderLineStyle
Indicates if the border line style characteristic is overridden.
Public property BorderRightLineStyle
Indicates if the border right line style characteristic is overridden.
Public property BorderTopLineStyle
Indicates if the border top line style characteristic is overridden.
Public property Font
Indicates if the font name characteristic is overridden.
Public property FontColor
Indicates if the font color characteristic is overridden.
Public property FontSize
Indicates if the font size characteristic is overridden.
Public property HorizontalAlignment
Indicates if the horizontal alignment characteristic is overridden.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public property Italics
Indicates if the italics characteristic is overridden.
Public property TextOrientation
Indicates if the text orientation characteristic is overridden.
Public property Underline
Indicates if the underline characteristic is overridden.
Public property VerticalAlignment
Indicates if the vertical alignment characteristic is overridden.

See Also