Class TableOptions

Class TableOptions

Името на пространството: Aspose.Pdf.Plugins Асамблея: Aspose.PDF.dll (25.4.0)

Aspose.Pdf.Plugins.TableGenerator.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

Inheritance

object PdfGeneratorOptions TableOptions

Implements

IPluginOptions

наследници

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()

Добавяне на таблица към документа.

public TableBuilder AddTable()

Returns

TableBuilder

Aspose.Pdf.Plugins.TableBuilder.

Create()

Aspose.Pdf.Plugins.TableOptions.

public static TableOptions Create()

Returns

TableOptions

Aspose.Pdf.Plugins.TableOptions.

InsertPageAfter(инт)

Вмъкнете страницата след определена страница.

public TableOptions InsertPageAfter(int page)

Parameters

page int

Номер на страницата, за да въведете таблицата след това.

Returns

TableOptions

Aspose.Pdf.Plugins.TableOptions.

InsertPageBefore(инт)

Вмъкнете страницата преди посочената страница.

public TableOptions InsertPageBefore(int page)

Parameters

page int

Номер на страницата, за да въведете таблицата след това.

Returns

TableOptions

Aspose.Pdf.Plugins.TableOptions.

 Български