Class TableOptions
Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll
แสดงตัวเลือกสำหรับการเพิ่มตารางลงในเอกสารโดยใช้ปลั๊กอิน Aspose.Pdf.Plugins.TableGenerator
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
การสืบทอด
object ← PdfGeneratorOptions ← TableOptions
การนำไปใช้
สมาชิกที่สืบทอด
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()
คืนค่า
อินสแตนซ์ใหม่ของ Aspose.Pdf.Plugins.TableBuilder
Create()
สร้างอินสแตนซ์ของ Aspose.Pdf.Plugins.TableOptions
public static TableOptions Create()
คืนค่า
อินสแตนซ์ใหม่ของ Aspose.Pdf.Plugins.TableOptions
InsertPageAfter(int)
แทรกหน้าใหม่หลังหน้าที่ระบุ
public TableOptions InsertPageAfter(int page)
พารามิเตอร์
page
int
หมายเลขหน้าที่จะเพิ่มตารางหลังจากนั้น
คืนค่า
อินสแตนซ์ของ Aspose.Pdf.Plugins.TableOptions ปัจจุบัน
InsertPageBefore(int)
แทรกหน้าใหม่ก่อนหน้าที่ระบุ
public TableOptions InsertPageBefore(int page)
พารามิเตอร์
page
int
หมายเลขหน้าที่จะเพิ่มตารางหลังจากนั้น
คืนค่า
อินสแตนซ์ของ Aspose.Pdf.Plugins.TableOptions ปัจจุบัน