The TableStyle type exposes the following members.

Methods

  NameDescription
Public methodCopyAsSibling
Copy the current style and add it to the parent node as a sibling.
(Inherited from StyleBase.)
Public methodExportTo(Database, StyleConflictResolverType)
Exports the current style to another drawing.
(Inherited from StyleBase.)
Public methodGetDisplayStyleModel
Gets the DisplayStyle object that specifies model display properties.
Public methodGetDisplayStylePlan
Gets the DisplayStyle object that specifies plan display properties.

Properties

  NameDescription
Public propertyApplication
Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyBorderDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle object that specifies Model display settings such as layer and linetype for the graphic line that forms a boundary around the outside of table.
Public propertyBorderDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle object that specifies Plan display settings such as layer and linetype for the graphic line that forms a boundary around the outside of table.
Public propertyColumnStyles
Gets the ColumnStyles collection of styles defining column width and value properties.
Public propertyCreateBy
Gets or Sets the "Created by" string for the style.
(Inherited from StyleBase.)
Public propertyDataAreaFillDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for all data rows.
Public propertyDataAreaFillDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for all data rows.
Public propertyDataDividerDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the vertical graphic line that separates columns.
Public propertyDataDividerDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the vertical graphic line that separates columns.
Public propertyDataSeparatorDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates data rows.
Public propertyDataSeparatorDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates data rows.
Public propertyDataTextDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the all text in data rows of table.
Public propertyDataTextDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the all text in data rows of table.
Public propertyDataTextHeight
Gets or sets the height for row data text.
Public propertyDataTextStyle
Gets or sets the text style for the row data from the available AutoCAD text styles defined in the current drawing.
Public propertyDateCreated
Gets the "Date created" string for the style.
(Inherited from StyleBase.)
Public propertyDateModified
Gets the "Date modified" string for the style.
(Inherited from StyleBase.)
Public propertyDescription
Gets or sets the description.
(Inherited from DBObject.)
Public propertyDocument
Gets the Document associated with the DBObject. Not implemented.
(Inherited from DBObject.)
Public propertyEnableWordWrapping
Gets or sets the boolean value that determines whether to force text to fit within the specified width of the column boundary by wrapping text to display as multiple lines as necessary.
Public propertyHeaderAreaFillDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Public propertyHeaderAreaFillDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Public propertyHeaderSeparatorDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates column headings from data rows.
Public propertyHeaderSeparatorDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates column headings from data rows.
Public propertyHeaderTextDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the column names in second row of table.
Public propertyHeaderTextDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the column names in second row of table.
Public propertyHeaderTextHeight
Gets or sets the height for column headings text.
Public propertyHeaderTextStyle
Gets or sets the text style for the column headings from the available AutoCAD text styles defined in the current drawing.
Public propertyIsUsed
Gets whether the style is used by other objects in the current drawing.
(Inherited from DBObject.)
Public propertyMaintainViewOrientation
Gets or sets the boolean value that determines whether to realign the table to the view (screen) direction regardless of User Coordinate System or twist settings.
Public propertyModifiedBy
Gets the "Modified by" string for the style.
(Inherited from StyleBase.)
Public propertyName
Sets the "Name" string for the style.
(Inherited from StyleBase.)
Public propertyRepeatHeaderInSplitTables
Gets or sets the boolean value that determines whether to show the column headers when displaying split tables.
Public propertyRepeatTitleInSplitTables
Gets or sets the boolean value that determines whether to show the title header when displaying split tables.
Public propertySortData
Gets or sets the boolean value that specifies whether to enable the table style data sorting option.
Public propertySortingColumn
Gets or sets the column that determines whether to organize drawing information for clear and quick reference.
Public propertySortingOrder
Gets or sets the AeccTableSortingOrderType enum value that specifies the table style sort order as either ascending or descending.
Public propertyTableType
Gets the type of feature to which this table style applies.
Public propertyTitle
Gets or sets the title that displays as the first row of a table.
Public propertyTitleAreaFillDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the table title area.
Public propertyTitleAreaFillDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for the table title area.
Public propertyTitleJustification
Gets or sets the justification of the title that displays as the first row of a table.
Public propertyTitleSeparatorDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates title from column headings.
Public propertyTitleSeparatorDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates title from column headings.
Public propertyTitleTextDisplayStyleModel Obsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the table name in first row of table.
Public propertyTitleTextDisplayStylePlan Obsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the table name in first row of table.
Public propertyTitleTextHeight
The text height of the table title.
Public propertyTitleTextStyle
Gets or sets the text style for the title text from the available AutoCAD text styles defined in the current drawing.
Public propertyTitleUnformatted
Gets the unformatted table title string.
Public propertyTransposeSectionViewTable
Gets or sets the boolean value that determines whether to transpose the section view table.

See Also