java.lang.Object
pro.verron.officestamper.preset.ExperimentalStampers
ExperimentalStampers is a class that provides static methods for obtaining instances of OfficeStamper
implementations for stamping PowerPoint presentations and Excel templates with context and writing
the result to an OutputStream.
- Since:
- 1.6.8
-
Method Summary
Modifier and TypeMethodDescriptionstatic OfficeStamper
<org.docx4j.openpackaging.packages.PresentationMLPackage> Returns a new instance of the OfficeStamper implementation for stamping PowerPoint presentations with context and writing the result to an OutputStream.static OfficeStamper
<org.docx4j.openpackaging.packages.SpreadsheetMLPackage> Returns a new instance of the OfficeStamper implementation for stamping Excel templates with context and writing the result to an OutputStream.
-
Method Details
-
pptxStamper
Returns a new instance of the OfficeStamper implementation for stamping PowerPoint presentations with context and writing the result to an OutputStream.- Returns:
- a new OfficeStamper instance for PowerPoint presentations
- Since:
- 1.6.8
-
xlsxStamper
Returns a new instance of the OfficeStamper implementation for stamping Excel templates with context and writing the result to an OutputStream.- Returns:
- a new OfficeStamper instance for Excel templates
- Since:
- 1.6.8
-