Class TableOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
Đại diện cho các tùy chọn để thêm bảng vào tài liệu bằng plugin Aspose.Pdf.Plugins.TableGenerator.
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
Kế thừa
object ← PdfGeneratorOptions ← TableOptions
Thực hiện
Các thành viên kế thừa
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()
Các hàm khởi tạo
TableOptions()
public TableOptions()
Các phương thức
AddTable()
Thêm bảng vào tài liệu.
public TableBuilder AddTable()
Trả về
Một thể hiện mới của Aspose.Pdf.Plugins.TableBuilder.
Create()
Tạo thể hiện của Aspose.Pdf.Plugins.TableOptions.
public static TableOptions Create()
Trả về
Một thể hiện mới của Aspose.Pdf.Plugins.TableOptions.
InsertPageAfter(int)
Chèn trang sau trang đã chỉ định.
public TableOptions InsertPageAfter(int page)
Tham số
page
int
Số trang để chèn bảng sau.
Trả về
Thể hiện của Aspose.Pdf.Plugins.TableOptions hiện tại.
InsertPageBefore(int)
Chèn trang trước trang đã chỉ định.
public TableOptions InsertPageBefore(int page)
Tham số
page
int
Số trang để chèn bảng sau.
Trả về
Thể hiện của Aspose.Pdf.Plugins.TableOptions hiện tại.