Uses of Interface
pro.verron.officestamper.api.DocxPart
Packages that use DocxPart
Package
Description
Defines the core API for the library.
Provides the core functionality for the OfficeStamper library.
This package contains the preset configurations and utilities for OfficeStamper.
-
Uses of DocxPart in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return DocxPartModifier and TypeMethodDescriptionProcessorContext.part()Returns the document part currently being processed.Methods in pro.verron.officestamper.api with parameters of type DocxPartModifier and TypeMethodDescriptionResolves the expression in the given document with the provided object.final InsertResolves an object to a string and creates a new run with the resolved string as content.Constructors in pro.verron.officestamper.api with parameters of type DocxPartModifierConstructorDescriptionProcessorContext(DocxPart part, Paragraph paragraph, Comment comment, String expression, ContextTree contextTree) Constructs a ProcessorContext. -
Uses of DocxPart in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement DocxPartModifier and TypeClassDescriptionfinal classRepresents a textual part of a DOCX document, encapsulating the content and structure of the part while enabling various operations such as accessing paragraphs, runs, and related parts.Methods in pro.verron.officestamper.core that return DocxPartModifier and TypeMethodDescriptionTag.docxPart()Returns the value of thedocxPartrecord component.Methods in pro.verron.officestamper.core with parameters of type DocxPartModifier and TypeMethodDescriptionstatic DocxHookConverts an object to a hook.static CommentCommentUtil.comment(DocxPart docxPart, org.docx4j.wml.CommentRangeStart crs, org.docx4j.openpackaging.packages.WordprocessingMLPackage document, org.docx4j.wml.ContentAccessor contentAccessor) Creates aCommentobject.static StandardCommentStandardComment.create(DocxPart document, org.docx4j.wml.ContentAccessor parent, String expression, BigInteger id) Creates a new instance ofStandardCommentand initializes it with the given parameters, including a comment, comment range start, comment range end, and a comment reference.static StandardParagraphCreates a new instance ofStandardParagraphfrom the providedDocxPartand parent object.static StandardParagraphCreates a new instance of StandardParagraph from the provided DocxPart and CTSdtContentRun objects.static StandardParagraphCreates a new instance of StandardParagraph using the provided DocxPart and P objects.static DocxHookDocxHook.newCommentHook(DocxPart part, org.docx4j.wml.CTSmartTagRun tag) Creates a new comment hook.static TagCreates a new Tag instance using the provided DocxPart and CTSmartTagRun.static ResetableIterator<DocxHook> Creates an iterator over the hooks in the given content accessor.Resolves the expression in the given document with the provided object.Constructors in pro.verron.officestamper.core with parameters of type DocxPartModifierConstructorDescriptionStandardComment(DocxPart part, org.docx4j.wml.CTSmartTagRun startTagRun, org.docx4j.wml.CommentRangeStart commentRangeStart, org.docx4j.wml.CommentRangeEnd commentRangeEnd, org.docx4j.wml.Comments.Comment comment, @Nullable org.docx4j.wml.R.CommentReference commentReference) Constructs a newStandardCommentobject.StandardRow(DocxPart part, org.docx4j.wml.Tbl tbl, org.docx4j.wml.Tr tr) Constructs a new StandardRow with the specified table row element.Creates an instance of aTagrecord class. -
Uses of DocxPart in pro.verron.officestamper.preset
Methods in pro.verron.officestamper.preset with parameters of type DocxPart