Uses of Interface
pro.verron.officestamper.api.Hook
Packages that use Hook
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
-
Uses of Hook in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return types with arguments of type HookModifier and TypeMethodDescriptionTable.Row.hooks()Returns the hooks associated with this row.static ResetableIterator<Hook> Hooks.ofHooks(org.docx4j.wml.ContentAccessor contentAccessor) Creates aResetableIteratorof Hook instances for a specific document part, based on the provided content accessor. -
Uses of Hook in pro.verron.officestamper.core
Subinterfaces of Hook in pro.verron.officestamper.coreModifier and TypeInterfaceDescriptioninterfaceInterface for hooks that process specific parts of a DOCX document.Classes in pro.verron.officestamper.core that implement HookModifier and TypeClassDescriptionclassA hook that processes comments in a document.classHook for processing tags.Methods in pro.verron.officestamper.core that return types with arguments of type Hook