Uses of Interface
pro.verron.officestamper.api.Paragraph
Packages that use Paragraph
-
Uses of Paragraph in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return ParagraphModifier and TypeMethodDescriptionAbstractCommentProcessor.getParagraph()CommentProcessor.getParagraph()Retrieves the current paragraph being processed.ProcessorContext.paragraph()Returns the value of theparagraphrecord component.Methods in pro.verron.officestamper.api that return types with arguments of type ParagraphModifier and TypeMethodDescriptionDocxPart.streamParagraphs()Streams all paragraphs contained within the WordprocessingML-based document part.Methods in pro.verron.officestamper.api with parameters of type ParagraphModifier and TypeMethodDescriptiondefault voidParagraphPlaceholderReplacer.resolveExpressionsForParagraph(DocxPart docxPart, Paragraph paragraph, Object context) Finds expressions in the given paragraph and replaces them with the values provided by the expression resolver.voidParagraphPlaceholderReplacer.resolveExpressionsForParagraph(Paragraph paragraph, Object context, org.docx4j.openpackaging.packages.WordprocessingMLPackage document) Deprecated, for removal: This API element is subject to removal in a future version.voidAbstractCommentProcessor.setParagraph(Paragraph paragraph) Sets the current paragraph being processed.Constructors in pro.verron.officestamper.api with parameters of type ParagraphModifierConstructorDescriptionProcessorContext(Paragraph paragraph, org.docx4j.wml.R run, Comment comment, Placeholder placeholder) Creates an instance of aProcessorContextrecord class. -
Uses of Paragraph in pro.verron.officestamper.experimental
Classes in pro.verron.officestamper.experimental that implement ParagraphModifier and TypeClassDescriptionclassA "Run" defines a region of text within a docx document with a common set of properties.Methods in pro.verron.officestamper.experimental that return types with arguments of type Paragraph
ParagraphPlaceholderReplacer.resolveExpressionsForParagraph(DocxPart, Paragraph, Object)