Namespace:
Autodesk.Revit.DB
TableCellStyleOverrideOptions
Class
Description:
This helper class represents the overridden characteristics of the associated cell.
This helper class represents the overridden characteristics of the associated cell.
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.
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.
TableCellStyleOverrideOptions Class Members:
Name | Description | Inherited From |
---|---|---|
TableCellStyleOverrideOptions() | Creates a new instance with no style characteristics overridden. | |
TableCellStyleOverrideOptions(TableCellStyleOverrideOptions) | Creates a new instance by copying an existing instance. |
Name | Description | Inherited From |
---|---|---|
BackgroundColor | Indicates if the background color characteristic is overridden. | |
Bold | Indicates if the bold characteristic is overridden. | |
BorderBottomLineStyle | Indicates if the border bottom line style characteristic is overridden. | |
BorderLeftLineStyle | Indicates if the border left line style characteristic is overridden. | |
BorderLineStyle | Indicates if the border line style characteristic is overridden. | |
BorderRightLineStyle | Indicates if the border right line style characteristic is overridden. | |
BorderTopLineStyle | Indicates if the border top line style characteristic is overridden. | |
Font | Indicates if the font name characteristic is overridden. | |
FontColor | Indicates if the font color characteristic is overridden. | |
FontSize | Indicates if the font size characteristic is overridden. | |
HorizontalAlignment | Indicates if the horizontal alignment characteristic is overridden. | |
IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
Italics | Indicates if the italics characteristic is overridden. | |
TextOrientation | Indicates if the text orientation characteristic is overridden. | |
Underline | Indicates if the underline characteristic is overridden. | |
VerticalAlignment | Indicates if the vertical alignment characteristic is overridden. |
Name | Description | Inherited From |
---|---|---|
Dispose | Releases all resources used by the TableCellStyleOverrideOptions | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
GetHashCode | Serves as the default hash function. (Inherited from Object ) | Object |
GetType | Gets the Type of the current instance. (Inherited from Object ) | Object |
SetAllOverrides | Sets all overrides to a specific value. | |
ToString | Returns a string that represents the current object. (Inherited from Object ) | Object |