Aspose::Pdf::Plugins::TableOptions class
TableOptions class
Represents options for add table to document by TableGenerator plugin.
class TableOptions : public Aspose::Pdf::Plugins::PdfGeneratorOptions
Methods
| Method | Description |
|---|---|
| AddTable() | Adding table to document. |
| static Create() | Create instance of TableOptions. |
| InsertPageAfter(int32_t) | Insert page after specified page. |
| InsertPageBefore(int32_t) | Insert page before specified page. |
| TableOptions() | Initializes new instance of the TableOptions object with default options. |
See Also
- Class PdfGeneratorOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++