Class TableOptions
Navne til: Aspose.Pdf.Plugins Sammensætning: Aspose.PDF.dll (25.4.0)
Det repræsenterer mulighederne for at tilføje tabellen til dokumentet ved hjælp af Aspose.Pdf.Plugins.TableGenerator plugin.
public sealed class TableOptions : PdfGeneratorOptions, IPluginOptions
Inheritance
object ← PdfGeneratorOptions ← TableOptions
Implements
De arvede medlemmer
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()
Constructors
TableOptions()
public TableOptions()
Methods
AddTable()
Tilføj tabellen til dokumentet.
public TableBuilder AddTable()
Returns
Ny instans af Aspose.Pdf.Plugins.TableBuilder.
Create()
Skab et eksempel på Aspose.Pdf.Plugins.TableOptions.
public static TableOptions Create()
Returns
Ny instans af Aspose.Pdf.Plugins.TableOptions.
InsertPageAfter(Int)
Indsæt siden efter angivet side.
public TableOptions InsertPageAfter(int page)
Parameters
page
int
Sidenummer til at indsætte tabellen efter.
Returns
Instans af nuværende Aspose.Pdf.Plugins.TableOptions.
InsertPageBefore(Int)
Indsæt siden før angivet side.
public TableOptions InsertPageBefore(int page)
Parameters
page
int
Sidenummer til at indsætte tabellen efter.
Returns
Instans af nuværende Aspose.Pdf.Plugins.TableOptions.