Uses of Interface
pro.verron.officestamper.api.OfficeStamper
Packages that use OfficeStamper
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of OfficeStamper in pro.verron.officestamper.api
Constructors in pro.verron.officestamper.api with parameters of type OfficeStamperModifierConstructorDescriptionStreamStamper
(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
Classes in pro.verron.officestamper.experimental that implement OfficeStamperModifier 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 capability for stamping PowerPoint presentations with context and writing the result to an OutputStream. -
Uses of OfficeStamper in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset that return OfficeStamperModifier and TypeMethodDescriptionstatic 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.