2027 Class
Changes 0
C

TableCellStyleOverrideOptions

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