Uses of Interface
pro.verron.officestamper.api.DocxPart
Packages that use DocxPart
Package
Description
This package provides presets and recommended configurations for docxstamper library users;
-
Uses of DocxPart in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return DocxPartMethods in pro.verron.officestamper.api that return types with arguments of type DocxPartModifier and TypeMethodDescriptionDocxDocument.streamParts
(String type) Streams the parts of the document that match the specified type.Methods in pro.verron.officestamper.api with parameters of type DocxPartModifier and TypeMethodDescriptiondefault void
CommentProcessor.commitChanges
(DocxPart docxPart) Finalizes the processing of aDocxPart
document and commits any changes made to it.default org.docx4j.wml.R
Resolves the expression in the given document with the provided object.default org.docx4j.wml.R
ObjectResolver.resolve
(DocxPart document, Placeholder placeholder, Object object) Resolves the expression in the given document with the provided object.final org.docx4j.wml.R
Resolves an object to a string and creates a new run with the resolved string as content.default void
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph
(DocxPart docxPart, Paragraph paragraph, Object context) Finds expressions in the given paragraph and replaces them with the values provided by the expression resolver. -
Uses of DocxPart in pro.verron.officestamper.experimental
Classes in pro.verron.officestamper.experimental that implement DocxPartMethods in pro.verron.officestamper.experimental that return DocxPartMethods in pro.verron.officestamper.experimental that return types with arguments of type DocxPart -
Uses of DocxPart in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset with parameters of type DocxPart