Class TableGenerator
Class TableGenerator
A név: Aspose.Pdf.Plugins Összefoglaló: Aspose.PDF.dll (25.4.0)
Képesítse el az Aspose.PDF TableGenerator plugin-t.
public sealed class TableGenerator : IPlugin, IDisposable
Inheritance
Implements
Örökletes tagok
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
A példa azt mutatja, hogyan kell hozzáadni egy táblát a PDF fájlhoz.
// create TableGenerator
var generator = new TableGenerator();
// create TableOptions object to set instructions
var opt = new TableOptions();
// add input file paths
opt.AddInput(new FileDataSource(inputPath1));
opt.AddInput(new FileDataSource(inputPath2));
// set output file path
opt.AddOutput(new FileDataSource(outputPath));
// perform extraction process
generator.Process(opt);
Constructors
TableGenerator()
public TableGenerator()
Methods
Dispose()
Végrehajtása IDisposable. valójában nem szükséges a TableGenerator.
public void Dispose()
Process(IPluginOpciók)
Kezdődik a PdfGenerator feldolgozása a meghatározott paraméterekkel.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Egy opció objektum tartalmaz utasításokat a PdfGenerator.
Returns
Egy ResultContainer objektum tartalmazza a művelet eredményét.