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.8.0.292
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 propertyBorderDisplayStyleModelObsolete.
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 propertyBorderDisplayStylePlanObsolete.
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 propertyCreateByGets or Sets the "Created by" string for the style.
(Inherited from StyleBase)
Public propertyDataAreaFillDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for all data rows.
Public propertyDataAreaFillDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for all data rows.
Public propertyDataDividerDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the vertical graphic line that separates columns.
Public propertyDataDividerDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the vertical graphic line that separates columns.
Public propertyDataSeparatorDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates data rows.
Public propertyDataSeparatorDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates data rows.
Public propertyDataTextDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the all text in data rows of table.
Public propertyDataTextDisplayStylePlanObsolete.
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 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 propertyHeaderAreaFillDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Public propertyHeaderAreaFillDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the solid hatch pattern that serves as background fill for the column heading areas.
Public propertyHeaderSeparatorDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates column headings from data rows.
Public propertyHeaderSeparatorDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates column headings from data rows.
Public propertyHeaderTextDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the column names in second row of table.
Public propertyHeaderTextDisplayStylePlanObsolete.
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 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 propertyTitleAreaFillDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the solid hatch pattern that serves as background fill for the table title area.
Public propertyTitleAreaFillDisplayStylePlanObsolete.
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 propertyTitleSeparatorDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the horizontal graphic line that separates title from column headings.
Public propertyTitleSeparatorDisplayStylePlanObsolete.
Gets the AeccDisplayStyle that specifies Plan display properties for the horizontal graphic line that separates title from column headings.
Public propertyTitleTextDisplayStyleModelObsolete.
Gets the AeccDisplayStyle that specifies Model display properties for the table name in first row of table.
Public propertyTitleTextDisplayStylePlanObsolete.
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.
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