Class TableBuilder
Info
Class แทนที่ Builder สำหรับตารางในหน้า pdf.
public class TableBuilder
Inheritance
Derived
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Methods
AddRow()
เพิ่มแถวใหม่ในตาราง.
public virtual TableRowBuilder AddRow()
Returns
TableRowBuilder : ตัวอย่างของ Documentize.TableRowBuilder ปัจจุบัน.
AddTable()
เพิ่มตารางใหม่ในเอกสาร.
public TableBuilder AddTable()
Returns
TableBuilder : ตัวอย่างของ Documentize.TableBuilder ปัจจุบัน.
InsertPageAfter(int)
แทรกหน้าใหม่หลังจากหน้าที่ระบุ.
public TableOptions InsertPageAfter(int page)
Parameters
page
int: หมายเลขหน้าที่จะทำการแทรกตารางหลัง.
Returns
TableOptions : ตัวอย่างของ Documentize.TableOptions ปัจจุบัน.
InsertPageBefore(int)
แทรกหน้าใหม่ก่อนหน้าที่ระบุ.
public TableOptions InsertPageBefore(int page)
Parameters
page
int: หมายเลขหน้าที่จะทำการแทรกตารางก่อน.
Returns
TableOptions : ตัวอย่างของ Documentize.TableOptions ปัจจุบัน.
Operators
implicit operator TableOptions(TableBuilder)
แปลง Builder ของ Documentize.TableBuilder เป็น Options ของ Documentize.TableOptions
public static implicit operator TableOptions(TableBuilder builder)
Parameters
builder
TableBuilder: ตัวอย่างของ Documentize.TableBuilder ปัจจุบัน.
Returns
TableOptions : ผลลัพธ์ของการแปลงเป็น PdfGeneratorTableOptions.
Namespace: Documentize
Assembly: Documentize.dll