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 org.wickedsource.docxstamper
Classes in org.wickedsource.docxstamper that implement OfficeStamperModifier and TypeClassDescriptionclassDocxStamper<T>Deprecated, for removal: This API element is subject to removal in a future version.since 1.6.8, This class has been deprecated in the effort of the library modularization, because it exposes too many implementation details to library users, and makes it hard to extend the library comfortably.Methods in org.wickedsource.docxstamper that return OfficeStamperModifier and TypeMethodDescriptionOfficeStamper<org.docx4j.openpackaging.packages.WordprocessingMLPackage> DocxStamperConfiguration.build()Deprecated, for removal: This API element is subject to removal in a future version.use newDocxStamper(OfficeStamperConfiguration)} instead -
Uses of OfficeStamper in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return OfficeStamperModifier and TypeMethodDescriptionOfficeStamper<org.docx4j.openpackaging.packages.WordprocessingMLPackage> OfficeStamperConfiguration.build()Deprecated, for removal: This API element is subject to removal in a future version.This method is marked for removal and should not be used.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 TypeClassDescriptionclassThe ExcelStamper class is an implementation of the OfficeStamper interface for stamping Excel templates.classThe 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
Methods in pro.verron.officestamper.preset that return OfficeStamperModifier 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.