Module pro.verron.officestamper
module pro.verron.officestamper
The module descriptor for the pro.verron.officestamper module.
This module provides functionalities related to office document manipulation and stamping, leveraging libraries like docx4j and Spring Framework.
Requirements:
- Requires
spring.coreandspring.expressionfor using Spring Framework functionalities. - Requires
org.docx4j.coretransitively for handling office document processing. - Optionally requires
org.apache.commons.io,org.slf4j, andjakarta.xml.bindas static dependencies. - Requires
org.jetbrains.annotationsfor annotation support. - Requires
org.docx4j.openxml_objectsfor OpenXML document handling.
Module Exports:
- Exports
pro.verron.officestamper.apifor public API access. - Exports
pro.verron.officestamper.presetfor predefined document processing utilities. - Exports
pro.verron.officestamper.experimentalandpro.verron.officestamper.preset.preprocessors.placeholderstopro.verron.officestamper.testfor experimental features and testing purposes.
Opens:
- Opens
pro.verron.officestamper.apiandpro.verron.officestamper.presetfor reflective access. - Opens
pro.verron.officestamper.experimentalspecifically topro.verron.officestamper.test.
-
Packages
PackageExported To ModulesOpened To ModulesDescriptionAll ModulesAll ModulesDefines the core API for the library.All ModulesAll ModulesThis package contains experimental implementations of the OfficeStamper API.All ModulesAll ModulesThis package contains the preset configurations and utilities for OfficeStamper.