Click or drag to resize

Spire.Pdf.Tables Namespace

Classes
Class Description
Public class BeginCellLayoutEventArgs
Represents arguments of StartCellLayout Event.
Public class BeginRowLayoutEventArgs
Represents StartRowLayout Event arguments.
Public class CellLayoutEventArgs
The base class for cell layout arguments.
Public class EndCellLayoutEventArgs
Represents arguments of EndCellLayout Event.
Public class EndRowLayoutEventArgs
Represents arguments of EndRowLayoutEvent.
Public class LightTableBeginPageLayoutEventArgs
Arguments of BeginPageLayoutEvent.
Public class LightTableEndPageLayoutEventArgs
Holds arguments for LightTableEndPageLayout Event.
Public class PdfCellStyle
Represents information about cell style.
Public class PdfColumn
Represents a single column of the table.
Public class PdfColumnCollection
Represents the collection of the columns.
Public class PdfRow
Represents a single column of the table.
Public class PdfRowCollection
Represents the collection of the columns.
Public class PdfTable
Represents fast table with few features.
Public class PdfTableException
Represents as a message deliverer from PdfTable class to the user.
Public class PdfTableLayoutFormat
Represents the parameters for Light Table layout.
Public class PdfTableLayoutResult
Represents the results of lay outing tables.
Public class PdfTableStyle
Represents parameters of PdfTable.
Public class QueryColumnCountEventArgs
The arguments of the GettingColumnNumber Event.
Public class QueryNextRowEventArgs
Represents arguments of the NextRow Event.
Public class QueryRowCountEventArgs
The arguments of the GettingRowNumber Event.
Delegates
Delegate Description
Public delegate BeginCellLayoutEventHandler
Delegate for handling StartCellLayoutEvent.
Public delegate BeginRowLayoutEventHandler
Delegate for handling StartRowLayoutEvent.
Public delegate EndCellLayoutEventHandler
Delegate for handling EndCellLayoutEvent.
Public delegate EndRowLayoutEventHandler
Delegate for handling EndRowLayoutEvent.
Public delegate QueryColumnCountEventHandler
Delegate for handling GettingColumnNumber Event.
Public delegate QueryNextRowEventHandler
Delegate for handling NextRowEvent.
Public delegate QueryRowCountEventHandler
Delegate for handling GettingRowNumber Event.
Enumerations
Enumeration Description
Public enumeration PdfHeaderSource
Specifies values specifying where the header should formed from.
Public enumeration PdfTableDataSourceType
Specifies the datasource type.
Public enumeration TableWidthType
Specifies type for table width.