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 הנוכחית.