Click or drag to resize

PdfTable Class

Represents fast table with few features.
Inheritance Hierarchy
System Object
Spire.Pdf.Graphics PdfGraphicsWidget
Spire.Pdf.Graphics PdfLayoutWidget
Spire.Pdf.Tables PdfTable

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfTable : PdfLayoutWidget

The PdfTable type exposes the following members.

Constructors
Name Description
Public method PdfTable
Initializes a new instance of the PdfTable class
Top
Properties
Name Description
Public property AllowCrossPages
Gets a value Indicates whether can cross a page.
Public property Columns
Gets the columns.
Public property DataMember
Gets or sets the data member.
Public property DataSource
Gets or sets the data source.
Public property DataSourceType
Gets or sets the datasource type of the PdfTable
Public property IgnoreSorting
Gets or sets a value indicating whether PdfTable should ignore sorting in data table.
Public property Rows
Gets the rows.
Public property StructureElement
Gets or sets table structure element.
Public property Style
Gets or sets the properties.
Top
Methods
Name Description
Public method Draw(PdfCanvas)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget .)
Public method Draw(PdfCanvas, PointF)
Draws an element on the Graphics.
(Inherited from PdfGraphicsWidget .)
Public method Draw(PdfCanvas, RectangleF)
Draws an element on the Graphics.
Public method Draw(PdfNewPage, PointF)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, RectangleF)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, PointF)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfCanvas, PointF, Single)
Draws an element on the Graphics.
Public method Draw(PdfCanvas, Single, Single)
Draws an element on the Graphics.
(Overrides PdfGraphicsWidget Draw(PdfCanvas, Single, Single) .)
Public method Draw(PdfNewPage, PointF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, RectangleF, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, Single, Single)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, PointF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, RectangleF, Boolean)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfPageBase, Single, Single)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfCanvas, Single, Single, Single)
Draws an element on the Graphics.
Public method Draw(PdfNewPage, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Public method Draw(PdfNewPage, Single, Single, Single)
Draws the table starting from the specified page.
Public method Draw(PdfPageBase, Single, Single, PdfTextLayout)
Draws the element on the page.
(Inherited from PdfLayoutWidget .)
Public method Draw(PdfNewPage, Single, Single, Single, PdfTableLayoutFormat)
Draws the table starting from the specified page.
Protected method DrawInternal (Overrides PdfGraphicsWidget DrawInternal(PdfCanvas) .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method Layout (Overrides PdfLayoutWidget Layout(PdfLayoutParams) .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Events
Name Description
Public event BeginCellLayout
The event raised on starting cell lay outing.
Public event BeginPageLayout
Event. Raises before the element should be printed on the page.
(Inherited from PdfLayoutWidget .)
Public event BeginRowLayout
The event raised on starting row lay outing.
Public event EndCellLayout
The event raised on having finished cell layout.
Public event EndPageLayout
Event. Raises after the element was printed on the page.
(Inherited from PdfLayoutWidget .)
Public event EndRowLayout
The event raised on having finished row lay outing.
Public event QueryColumnCount
The event raised when the column number is requested.
Public event QueryNextRow
The event raised when the next row data is requested.
Public event QueryRowCount
The event raised when the row number is requested.
Top
See Also