Uses of Interface
pro.verron.officestamper.api.OfficeStamper
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of OfficeStamper in pro.verron.officestamper.api
ModifierConstructorDescriptionStreamStamper
(Function<InputStream, T> loader, OfficeStamper<T> stamper) Constructs a new StreamStamper with the provided loader and stamper. -
Uses of OfficeStamper in pro.verron.officestamper.experimental
Modifier and TypeClassDescriptionclass
The ExcelStamper class is an implementation of the OfficeStamper interface for stamping Excel templates.class
The PowerpointStamper class implements the OfficeStamper interface to provide functionality for stamping Powerpoint presentations with context and writing the result to an OutputStream. -
Uses of OfficeStamper in pro.verron.officestamper.preset
Modifier and TypeMethodDescriptionstatic OfficeStamper
<org.docx4j.openpackaging.packages.PresentationMLPackage> ExperimentalStampers.pptxStamper()
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> ExperimentalStampers.xlsxStamper()
Returns a new instance of the OfficeStamper implementation for stamping Excel templates with context and writing the result to an OutputStream.