Click or drag to resize

Table Properties

The Table type exposes the following members.

Properties
Name Description
Public property ChildObjects
Gets the child entities.
(Overrides DocumentObject ChildObjects .)
Public property ColumnWidth
Gets or sets the width of each column.
Public property DefaultColumnsNumber
Gets or sets the default column count of per row.
Public property DefaultColumnWidth
Gets or sets the default width of each column.
Public property DefaultRowHeight
Gets or sets the default row height, the unit of measure is point, 1point = 0.3528 mm
Public property DeleteRevision
Gets the delete revision for this objects. Note this can be null. If null does not have delete revision.
(Inherited from BodyRegion .)
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property DocumentObjectType
Gets the type of the document object.
(Overrides DocumentObject DocumentObjectType .)
Public property FirstChild
Gets the first child of the Element.
(Inherited from DocumentObject .)
Public property FirstRow
Get first row of the table.
Public property Format
Gets the table format. Please use it after calling the RestCells method.
Public property IndentFromLeft
Gets or sets indent from left for the table.
Public property InsertRevision
Gets the insert revision for this objects. Note this can be null. If null does not have insert revision.
(Inherited from BodyRegion .)
Public property IsComposite
Indicating whether this instance is composite.
(Inherited from DocumentObject .)
Public property IsDeleteRevision
Gets a value indicating whether this item was deleted from the document.
(Inherited from BodyRegion .)
Public property IsInsertRevision
Gets a value indicating whether this item was inserted to the document.
(Inherited from BodyRegion .)
Public property Item
Get table cell by row and column indexes.
Public property LastCell
Get last cell of the table
Public property LastChild
Gets the last child of the Element.
(Inherited from DocumentObject .)
Public property LastRow
Get last row of the table.
Public property NextSibling
Gets the next sibling.
(Inherited from DocumentObject .)
Public property Owner
Gets the owner of this entity.
(Inherited from DocumentObject .)
Public property OwnerTextBody
Gets the owner text body.
(Inherited from BodyRegion .)
Public property PreferredWidth
This property specifies the preferred horizontal width of a table.
Public property PreviousSibling
Gets the previous sibling.
(Inherited from DocumentObject .)
Public property Rows
Get the table rows
Public property TableDescription
Gets or sets the table description.
Public property TableFormat Obsolete.
Gets the table format. Please use it after calling the RestCells method.
Public property TableStyleName
Gets table style name.
Public property Title
Gets or sets the table title.
Public property Width
Gets the table width
Protected property XDLSHolder (Inherited from DocumentSerializable .)
Top
See Also