ตัวเลือกตารางชั้นเรียน

Info

แทนที่ตัวเลือกสำหรับการเพิ่มตารางไปยังเอกสารโดยใช้ปลั๊กอิน Documentize.TableGenerator.

public sealed class TableOptions : PluginBaseOptions, IPluginOptions  

การสืบทอด

object
PluginBaseOptions
TableOptions

การใช้งาน

สมาชิกที่สืบทอด

ตัวสร้าง

TableOptions()

สร้างตัวอย่างใหม่ของวัตถุ Documentize.TableOptions ด้วยตัวเลือกเริ่มต้น.

public TableOptions()  

วิธีการ

AddTable()

เพิ่มตารางไปยังเอกสาร.

public TableBuilder AddTable()  

คืนค่า

TableBuilder : ตัวอย่างใหม่ของ Documentize.TableBuilder.

Create()

สร้างตัวอย่างของ Documentize.TableOptions.

public static TableOptions Create()  

คืนค่า

TableOptions : ตัวอย่างใหม่ของ Documentize.TableOptions.

InsertPageAfter(int)

แทรกหน้าใหม่หลังจากหน้าที่กำหนด.

public TableOptions InsertPageAfter(int page)  

พารามิเตอร์

  • page int: หมายเลขหน้าที่จะเพิ่มตารางหลังจาก.

คืนค่า

TableOptions : ตัวอย่างของ Documentize.TableOptions ปัจจุบัน.

InsertPageBefore(int)

แทรกหน้าใหม่ก่อนหน้าที่กำหนด.

public TableOptions InsertPageBefore(int page)  

พารามิเตอร์

  • page int: หมายเลขหน้าที่จะเพิ่มตารางหลังจาก.

คืนค่า

TableOptions : ตัวอย่างของ Documentize.TableOptions ปัจจุบัน.

Namespace: Documentize
Assembly: Documentize.dll

 แบบไทย