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