TableStyle Class

Controls the display of tables.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Autodesk.Civil.DatabaseServicesDBObject
              Autodesk.Civil.DatabaseServices.StylesStyleBase
                Autodesk.Civil.DatabaseServices.StylesTableStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public sealed class TableStyle : StyleBase

The TableStyle type exposes the following members.

Properties
 NameDescription
Public propertyApplication Gets the Application associated with the DBObject. Not implemented.
(Inherited from DBObject)
Public propertyBorderDisplayStyleModel 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.
Obsolete
Public propertyBorderDisplayStylePlan 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.
Obsolete
Public propertyColumnStyles Gets the ColumnStyles collection of styles defining column width and value properties.
Public propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyDataAreaFillDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for all data rows.
Obsolete
Public propertyDataAreaFillDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for all data rows.
Obsolete
Public propertyDataDividerDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the vertical graphic line that separates columns.
Obsolete
Public propertyDataDividerDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the vertical graphic line that separates columns.
Obsolete
Public propertyDataSeparatorDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates data rows.
Obsolete
Public propertyDataSeparatorDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates data rows.
Obsolete
Public propertyDataTextDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the all text in data rows of table.
Obsolete
Public propertyDataTextDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the all text in data rows of table.
Obsolete
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 propertyDateCreatedGets the "Date created" string for the style.
(Inherited from StyleBase)
Public propertyDateModifiedGets 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 Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Obsolete
Public propertyHeaderAreaFillDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Obsolete
Public propertyHeaderSeparatorDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates column headings from data rows.
Obsolete
Public propertyHeaderSeparatorDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates column headings from data rows.
Obsolete
Public propertyHeaderTextDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the column names in second row of table.
Obsolete
Public propertyHeaderTextDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the column names in second row of table.
Obsolete
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 propertyModifiedByGets the "Modified by" string for the style.
(Inherited from StyleBase)
Public propertyNameSets 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 Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the table title area.
Obsolete
Public propertyTitleAreaFillDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for the table title area.
Obsolete
Public propertyTitleJustification Gets or sets the justification of the title that displays as the first row of a table.
Public propertyTitleSeparatorDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates title from column headings.
Obsolete
Public propertyTitleSeparatorDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates title from column headings.
Obsolete
Public propertyTitleTextDisplayStyleModel Gets the AeccDisplayStyle that specifies Model display properties for the table name in first row of table.
Obsolete
Public propertyTitleTextDisplayStylePlan Gets the AeccDisplayStyle that specifies Plan display properties for the table name in first row of table.
Obsolete
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.
Top
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.
Top
See Also