TableCellStyleOverrideOptions
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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.TableCellStyleOverrideOptions
System.Object
Autodesk.Revit.DB.TableCellStyleOverrideOptions
public class TableCellStyleOverrideOptions : IDisposable
| Name | Return Type | Description |
|---|---|---|
| TableCellStyleOverrideOptions() | None | Creates a new instance with no style characteristics overridden. |
| TableCellStyleOverrideOptions(TableCellStyleOverrideOptions) | None | Creates a new instance by copying an existing instance. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| SetAllOverrides(Boolean) | None | Sets all overrides to a specific value. |
| Name | Return Type | Description |
|---|---|---|
| BackgroundColor | bool | Indicates if the background color characteristic is overridden. |
| Bold | bool | Indicates if the bold characteristic is overridden. |
| BorderBottomLineStyle | bool | Indicates if the border bottom line style characteristic is overridden. |
| BorderLeftLineStyle | bool | Indicates if the border left line style characteristic is overridden. |
| BorderLineStyle | bool | Indicates if the border line style characteristic is overridden. |
| BorderRightLineStyle | bool | Indicates if the border right line style characteristic is overridden. |
| BorderTopLineStyle | bool | Indicates if the border top line style characteristic is overridden. |
| FontColor | bool | Indicates if the font color characteristic is overridden. |
| Font | bool | Indicates if the font name characteristic is overridden. |
| FontSize | bool | Indicates if the font size characteristic is overridden. |
| HorizontalAlignment | bool | Indicates if the horizontal alignment characteristic is overridden. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Italics | bool | Indicates if the italics characteristic is overridden. |
| TextOrientation | bool | Indicates if the text orientation characteristic is overridden. |
| Underline | bool | Indicates if the underline characteristic is overridden. |
| VerticalAlignment | bool | Indicates if the vertical alignment characteristic is overridden. |