Uses of Interface
pro.verron.officestamper.api.OfficeStamper
Packages that use OfficeStamper
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
This package contains experimental implementations of the OfficeStamper API.
This package contains the preset configurations and utilities for OfficeStamper.
-
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, BiConsumer<T, OutputStream> exporter) Constructs a newStreamStamperwith the provided loader, stamper and exporter. -
Uses of OfficeStamper in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement OfficeStamperModifier and TypeClassDescriptionclassTheDocxStamperclass is an implementation of theOfficeStamperinterface used to stamp DOCX templates with a context object and write the result to an output stream. -
Uses of OfficeStamper in pro.verron.officestamper.experimental
Classes in pro.verron.officestamper.experimental that implement OfficeStamperModifier and TypeClassDescriptionclassThe ExcelStamper class is an implementation of the OfficeStamper interface for stamping Excel templates.classThe PowerpointStamper class implements the OfficeStamper interface to provide capability for stamping PowerPoint presentations with context and writing the result to an OutputStream.Methods in pro.verron.officestamper.experimental that return OfficeStamperModifier and TypeMethodDescriptionstatic OfficeStamper<org.docx4j.openpackaging.packages.PresentationMLPackage> ExperimentalStampers.pptxPackageStamper()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.xlsxPackageStamper()Returns a new instance of the OfficeStamper implementation for stamping Excel templates 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.WordprocessingMLPackage> OfficeStampers.docxPackageStamper(OfficeStamperConfiguration configuration) Creates anOfficeStamperinstance for processingWordprocessingMLPackagedocuments with the specified configuration.