Namespace Syncfusion.Pdf.Tables
Classes
| BeginCellLayoutEventArgs
Represents arguments of StartCellLayout Event. |
| BeginRowLayoutEventArgs
Represents the arguments of StartRowLayout Event. |
| CellLayoutEventArgs
The base class for cell layout arguments. |
| EndCellLayoutEventArgs
Represents arguments of EndCellLayout Event. |
| EndRowLayoutEventArgs
Represents the arguments of EndRowLayoutEvent. |
| LightTableBeginPageLayoutEventArgs
Represents the arguments of BeginPageLayoutEvent. |
| LightTableEndPageLayoutEventArgs
Represents the arguments of LightTableEndPageLayout Event. |
| PdfCellStyle
Represents the information about the cell style. |
| PdfColumn
Represents a single column of the table. |
| PdfColumnCollection
Represents the collection of the columns. |
| PdfLightTable
Create table by entering the data manually or from an external data source. |
| PdfLightTableBuiltinStyleSettings
Represents the light table built-in style settings. |
| PdfLightTableException
Represents as a message deliverer from PdfLightTable class to the user. |
| PdfLightTableLayoutFormat
Represents the parameters for PdfLightTable layout. |
| PdfLightTableLayoutResult
Represents the result of PdfLightTable which contains bounds and resultant page. |
| PdfLightTableStyle
Represents the styles of PdfLightTable. |
| PdfRow
Represents a single row of the table. |
| PdfRowCollection
Represents the collection of the rows in a PdfLightTable. |
| QueryColumnCountEventArgs
Represents the arguments of the ColumnNumberEvent. |
| QueryNextRowEventArgs
Represents arguments of the NextRowEvent. |
| QueryRowCountEventArgs
Represents the arguments of the RowNumberEvent. |
Enums
| PdfHeaderSource
Specifies the values where the header should formed from. |
| PdfLightTableDataSourceType
Specifies the data source type. |
Delegates
| BeginCellLayoutEventHandler
Represents the method that handles StartCellLayout event of PdfLightTable. |
| BeginRowLayoutEventHandler
Represents the method that handles StartRowLayout event of PdfLightTable. |
| EndCellLayoutEventHandler
Represents the method that will handle EndCellLayout event of PdfLightTable. |
| EndRowLayoutEventHandler
Represents the method that will handle EndRowLayout event of PdfLightTable. |
| QueryColumnCountEventHandler
Represents the method for handling ColumnNumberEvent. |
| QueryNextRowEventHandler
Represents the method for handling NextRowEvent of PdfLightTable |
| QueryRowCountEventHandler
Represents the method for handling RowNumberEvent |