TableCellStyleOverrideOptions Members

The TableCellStyleOverrideOptions type exposes the following members.

Constructors

  NameDescription
Public methodTableCellStyleOverrideOptions()()()()
Creates a new instance with no style characteristics overridden.
Public methodTableCellStyleOverrideOptions(TableCellStyleOverrideOptions)
Creates a new instance by copying an existing instance.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the TableCellStyleOverrideOptions
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetAllOverrides
Sets all overrides to a specific value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackgroundColor
Indicates if the background color characteristic is overridden.
Public propertyBold
Indicates if the bold characteristic is overridden.
Public propertyBorderBottomLineStyle
Indicates if the border bottom line style characteristic is overridden.
Public propertyBorderLeftLineStyle
Indicates if the border left line style characteristic is overridden.
Public propertyBorderLineStyle
Indicates if the border line style characteristic is overridden.
Public propertyBorderRightLineStyle
Indicates if the border right line style characteristic is overridden.
Public propertyBorderTopLineStyle
Indicates if the border top line style characteristic is overridden.
Public propertyFont
Indicates if the font name characteristic is overridden.
Public propertyFontColor
Indicates if the font color characteristic is overridden.
Public propertyFontSize
Indicates if the font size characteristic is overridden.
Public propertyHorizontalAlignment
Indicates if the horizontal alignment characteristic is overridden.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyItalics
Indicates if the italics characteristic is overridden.
Public propertyTextOrientation
Indicates if the text orientation characteristic is overridden.
Public propertyUnderline
Indicates if the underline characteristic is overridden.
Public propertyVerticalAlignment
Indicates if the vertical alignment characteristic is overridden.

See Also