TableCellStyleOverrideOptions
This helper class represents the overridden characteristics of the associated cell.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.TableCellStyleOverrideOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class TableCellStyleOverrideOptions : IDisposableThe 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.
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.
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 the default hash function.
(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)
Remarks
The user can override the text appearance and cell graphic properties by setting the corresponding flag to true. The global base format will control the non-overridden characteristics.