PDFStandardTableAttribute¶
Namespace: O2S.Components.PDF4NET.LogicalStructure
Defines a standard table attribute.
Inheritance Object → PDFStructureElementAttribute → PDFStandardTableAttribute
Constructors¶
PDFStandardTableAttribute()¶
Initializes a new PDFStandardTableAttribute object.
Properties¶
ColSpan¶
Gets or sets the column span.
Property Value
Int32
The number of column in the enclosing table that shall be spanned by the cell.
CosDictionary¶
Gets the underlying COS dictionary.
Property Value
PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.
Headers¶
Gets the headers.
Property Value
PDFStringCollection
A collection of strings, where each string shall be the element identifier (PDFStructureElement.ID)
for a PDFStandardStructureTypes.TableHeaderCell structure element that shall be used as a header associated with this cell.
RowSpan¶
Gets or sets the row span.
Property Value
Int32
The number of rows in the enclosing table that shall be spanned by the cell.
Scope¶
Gets or sets the scope.
Property Value
PDFStandardTableScope
A PDFStandardTableScope enum member specifying the scope.
Short¶
Gets or sets the short content.
Property Value
String
Contains a short form of the content of a PDFStandardStructureTypes.TableHeaderCell structure element's content.