Uses of Interface
pro.verron.officestamper.core.DocxHook
Packages that use DocxHook
Package
Description
Provides the core functionality for the OfficeStamper library.
-
Uses of DocxHook in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement DocxHookModifier and TypeClassDescriptionclassA hook that processes comments in a document.classHook for processing tags.Methods in pro.verron.officestamper.core that return DocxHookModifier and TypeMethodDescriptionstatic DocxHookConverts an object to a hook.static DocxHookDocxHook.newCommentHook(DocxPart part, org.docx4j.wml.CTSmartTagRun tag) Creates a new comment hook.Methods in pro.verron.officestamper.core that return types with arguments of type DocxHookModifier and TypeMethodDescriptionstatic ResetableIterator<DocxHook> Creates an iterator over the hooks in the given content accessor.