Class ExperimentalStampers
java.lang.Object
pro.verron.officestamper.experimental.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 StreamStamper<org.docx4j.openpackaging.packages.PresentationMLPackage> Returns a new instance of the StreamStamper 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
-
xlsxPackageStamper
public static OfficeStamper<org.docx4j.openpackaging.packages.SpreadsheetMLPackage> xlsxPackageStamper()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:
- 3.0
-
pptxStamper
Returns a new instance of the StreamStamper implementation for stamping PowerPoint presentations with context and writing the result to an OutputStream.- Returns:
- a new StreamStamper instance for PowerPoint presentations
- Since:
- 1.6.8
-
pptxPackageStamper
public static OfficeStamper<org.docx4j.openpackaging.packages.PresentationMLPackage> pptxPackageStamper()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:
- 3.0
-