Class TableOptions

Class TableOptions

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

Aspose.Pdf.Plugins.TableGenerator 플러그인을 사용하여 문서에 테이블을 추가하기 위한 옵션을 나타냅니다.

public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions

상속

objectPdfGeneratorOptionsTableOptions

구현

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

생성자

TableOptions()

public TableOptions()

메서드

AddTable()

문서에 테이블 추가하기.

public TableBuilder AddTable()

반환값

TableBuilder

Aspose.Pdf.Plugins.TableBuilder의 새 인스턴스.

Create()

Aspose.Pdf.Plugins.TableOptions의 인스턴스를 생성합니다.

public static TableOptions Create()

반환값

TableOptions

Aspose.Pdf.Plugins.TableOptions의 새 인스턴스.

InsertPageAfter(int)

지정된 페이지 뒤에 페이지를 삽입합니다.

public TableOptions InsertPageAfter(int page)

매개변수

page int

테이블을 추가할 페이지 번호.

반환값

TableOptions

현재 Aspose.Pdf.Plugins.TableOptions의 인스턴스.

InsertPageBefore(int)

지정된 페이지 앞에 페이지를 삽입합니다.

public TableOptions InsertPageBefore(int page)

매개변수

page int

테이블을 추가할 페이지 번호.

반환값

TableOptions

현재 Aspose.Pdf.Plugins.TableOptions의 인스턴스.

 한국어