Package pro.verron.officestamper.preset
@NonNullApi
package pro.verron.officestamper.preset
This package provides presets and recommended configurations for docxstamper library users;
It should not be extended upon, put it can be used as a bootstrap for projects.
-
ClassDescriptionFactory class to create the correct comment processor for a given comment.Interface for processors used to delete paragraphs or tables from the document, depending on condition.An interface that defines a processor for repeating a paragraph for each element present in the given iterable collection of objects.An interface that defines a processor for repeating a document part for each element present in the given iterable collection of objects.An interface that defines a processor for repeating a table row for each element present in the given iterable collection of objects.Interface for processors that replace a single word with an expression defined in a comment.Used to resolve a table in the template document.Utility class for configuring the EvaluationContext used by officestamper.The ExceptionResolvers class provides a set of static factory methods to create different types of ExceptionResolver implementations.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.This class describes an image which will be inserted into a document.MapAccessor is an implementation of the
PropertyAccessor
interface, designed for accessing and manipulating properties specifically on Map objects.The OfficeStamperConfigurations class provides static methods to create different configurations for the OfficeStamper.Main class of the docx-stamper library.Represents a collection of paragraphs in a document, providing various methods to access and process the content within the paragraphs.The Postprocessors class provides static utility methods for obtaining implementations of thePostProcessor
interface that perform specific post-processing operations on WordprocessingMLPackage documents.A helper class that provides pre-processing functionality for WordprocessingMLPackage documents.This class provides static methods to create different types ofObjectResolver
.Represents a table with several columns, a header line, and several lines of content