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

MethodDescription
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