2022 Members
Changes 4
M

TableCellStyleOverrideOptions

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 a hash function for a particular type. (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 bool 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.