Uses of Interface
pro.verron.officestamper.api.Paragraph
Packages that use Paragraph
Package
Description
Core API interfaces and types for the OfficeStamper library.
Internal implementation of the OfficeStamper engine.
Experimental stampers for additional office formats.
-
Uses of Paragraph in pro.verron.officestamper.api
Methods in pro.verron.officestamper.api that return ParagraphModifier and TypeMethodDescriptionComment.getParagraph()Retrieves the paragraph associated with this comment.protected ParagraphCommentProcessor.paragraph()Returns the paragraph associated with this processor.ProcessorContext.paragraph()Returns the paragraph currently being processed.Constructors in pro.verron.officestamper.api with parameters of type ParagraphModifierConstructorDescriptionProcessorContext(DocxPart part, Paragraph paragraph, Comment comment, String expression, ContextTree contextTree) Constructs a ProcessorContext. -
Uses of Paragraph in pro.verron.officestamper.core
Classes in pro.verron.officestamper.core that implement ParagraphModifier and TypeClassDescriptionclassRepresents a wrapper for managing and manipulating DOCX paragraph elements.Methods in pro.verron.officestamper.core that return ParagraphModifier and TypeMethodDescriptionStandardComment.getParagraph()Tag.getParagraph()Retrieves the paragraph associated with the smart tag's parent element. -
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 with parameters of type ParagraphModifier and TypeMethodDescriptionstatic List<Placeholder> Placeholders.findVariables(Paragraph paragraph) Finds variable expressions in a given paragraph.