Class TableOptions

Info

Represents options for add table to document by Documentize.TableGenerator plugin.

public sealed class TableOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsTableOptions

Implements

Inherited Members

Constructors

TableOptions()

Initializes a new instance of the Documentize.TableOptions object with default options.

public TableOptions()

Methods

AddTable()

Adding table to document.

public TableBuilder AddTable()

Returns

TableBuilder : New instance of Documentize.TableBuilder.

Create()

Create instance of Documentize.TableOptions.

public static TableOptions Create()

Returns

TableOptions : New instance of Documentize.TableOptions.

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 Documentize.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 Documentize.TableOptions.

Namespace: Documentize Assembly: Documentize.dll

 English