Package pro.verron.officestamper.experimental
@NullMarked
package pro.verron.officestamper.experimental
Experimental stampers for additional office formats.
Contains early-stage implementations such as ExcelStamper and PowerpointStamper for XLSX and PPTX templates. These classes are still in development and may change significantly in future versions.
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.