Class TableBuilder

Class TableBuilder

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Class represents builder for table in pdf page.

public class TableBuilder

Inheritance

objectTableBuilder

Derived

TableRowBuilder

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

AddRow()

Add new row to table.

public virtual TableRowBuilder AddRow()

Returns

TableRowBuilder

Instance of current Aspose.Pdf.Plugins.TableRowBuilder.

AddTable()

Add new table to document.

public TableBuilder AddTable()

Returns

TableBuilder

Instance of current Aspose.Pdf.Plugins.TableBuilder.

InsertPageAfter(int)

Insert page after specified page.

public TableOptions InsertPageAfter(int page)

Parameters

page int

Page number to insert table after.

Returns

TableOptions

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

TableOptions

Instance of current Aspose.Pdf.Plugins.TableOptions.

Operators

implicit operator TableOptions(TableBuilder)

Converts builder Aspose.Pdf.Plugins.TableBuilder to options Aspose.Pdf.Plugins.TableOptions

public static implicit operator TableOptions(TableBuilder builder)

Parameters

builder TableBuilder

Instance of current Aspose.Pdf.Plugins.TableBuilder.

Returns

TableOptions

Result of conversion to PdfGeneratorTableOptions.

 English