Package pro.verron.officestamper.experimental
@NullMarked
package pro.verron.officestamper.experimental
This package contains experimental implementations of the OfficeStamper API.
These classes, such as ExcelStamper and
PptxPart, are still in development
and may be subject to significant changes in future versions. They provide
support for additional office formats like Excel and PowerPoint.
Ensures non-null values by default.
-
ClassDescriptionThe ExcelCollector class is used to collect objects of a specific type from an Excel file.The ExcelParagraph class represents a paragraph in an Excel document.The ExcelStamper class is an implementation of the OfficeStamper interface for stamping Excel templates.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.The Placeholder interface represents a placeholder in a text document.The ExpressionFinder class is responsible for finding expressions in a given text based on a specified pattern and matcher.The Expressions class provides utility methods for finding variables and processors in a given text.The PowerpointCollector class is used to collect instances of a specific class in a PowerPoint presentation.A "Run" defines a region of text within a docx document with a common set of properties.A record that represents a run of text in a PowerPoint slide.The PowerpointStamper class implements the OfficeStamper interface to provide capability for stamping PowerPoint presentations with context and writing the result to an OutputStream.The PptxPart class represents a specific implementation of the DocxPart interface designed for handling parts within a PowerPoint document.The StandardPlaceholder class represents a placeholder with a specific matching condition and associated expression.