Skip to content

PDFStandardTableAttribute

Namespace: O2S.Components.PDF4NET.LogicalStructure

Defines a standard table attribute.

public class PDFStandardTableAttribute : PDFStructureElementAttribute

Inheritance ObjectPDFStructureElementAttributePDFStandardTableAttribute

Constructors

PDFStandardTableAttribute()

Initializes a new PDFStandardTableAttribute object.

public PDFStandardTableAttribute()

Properties

ColSpan

Gets or sets the column span.

public int ColSpan { get; set; }

Property Value

Int32
The number of column in the enclosing table that shall be spanned by the cell.


CosDictionary

Gets the underlying COS dictionary.

public PDFCosDictionary CosDictionary { get; }

Property Value

PDFCosDictionary
A PDFCosDictionary object that backs this attribute object.


Headers

Gets the headers.

public PDFStringCollection Headers { get; }

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.

public int RowSpan { get; set; }

Property Value

Int32
The number of rows in the enclosing table that shall be spanned by the cell.


Scope

Gets or sets the scope.

public PDFStandardTableScope Scope { get; set; }

Property Value

PDFStandardTableScope
A PDFStandardTableScope enum member specifying the scope.


Short

Gets or sets the short content.

public string Short { get; set; }

Property Value

String
Contains a short form of the content of a PDFStandardStructureTypes.TableHeaderCell structure element's content.