باني الجدول الفئة
معلومات
الفئة تمثل باني للجدول في صفحة PDF.
public class TableBuilder
الوراثة
المشتقة
الأعضاء الموروثة
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
الطرق
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 الحالي.
المشغلون
implicit operator TableOptions(TableBuilder)
تحويل الباني Documentize.TableBuilder إلى الخيارات Documentize.TableOptions
public static implicit operator TableOptions(TableBuilder builder)
Parameters
builder
TableBuilder: مثيل من Documentize.TableBuilder الحالي.
Returns
TableOptions : نتيجة التحويل إلى PdfGeneratorTableOptions.
Namespace: Documentize Assembly: Documentize.dll