Represents fast table with few features.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfTable : PdfLayoutWidget
Public Class PdfTable Inherits PdfLayoutWidget
public ref class PdfTable : public PdfLayoutWidget
type PdfTable = class inherit PdfLayoutWidget end
Members
All Members | Constructors | Properties | Methods | Events |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfTable()()()() | Initializes a new instance of the PdfTable class | |
AllowCrossPages |
Gets a value Indicates whether can cross a page.
| |
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.
| |
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
| |
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(PdfCanvas) | (Overrides PdfGraphicsWidget..::..DrawInternal(PdfCanvas).) | |
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.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
IgnoreSorting |
Gets or sets a value indicating whether
PdfTable should ignore sorting in data table.
| |
Layout(HtmlToPdfLayoutParams) | (Inherited from PdfLayoutWidget.) | |
Layout(PdfLayoutParams) | (Overrides PdfLayoutWidget..::..Layout(PdfLayoutParams).) | |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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.
| |
Rows |
Gets the rows.
| |
Style |
Gets or sets the properties.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Tables..::..PdfTable
Spire.Pdf.Graphics..::..PdfGraphicsWidget
Spire.Pdf.Graphics..::..PdfLayoutWidget
Spire.Pdf.Tables..::..PdfTable