Class TableOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Represents options for add table to document by Aspose.Pdf.Plugins.TableGenerator plugin.
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
Inheritance
object ← PdfGeneratorOptions ← TableOptions
Implements
Inherited Members
PdfGeneratorOptions.AddInput(IDataSource), PdfGeneratorOptions.AddOutput(IDataSource), PdfGeneratorOptions.Inputs, PdfGeneratorOptions.Outputs, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TableOptions()
public TableOptions()
Methods
AddTable()
Adding table to document.
public TableBuilder AddTable()
Returns
New instance of Aspose.Pdf.Plugins.TableBuilder.
Create()
Create instance of Aspose.Pdf.Plugins.TableOptions.
public static TableOptions Create()
Returns
New instance of Aspose.Pdf.Plugins.TableOptions.
InsertPageAfter(int)
Insert page after specified page.
public TableOptions InsertPageAfter(int page)
Parameters
page
int
Page number to insert table after.
Returns
Instance of current Aspose.Pdf.Plugins.TableOptions.
InsertPageBefore(int)
Insert page before specified page.
public TableOptions InsertPageBefore(int page)
Parameters
page
int
Page number to insert table after.
Returns
Instance of current Aspose.Pdf.Plugins.TableOptions.