Uses of Class
org.wickedsource.docxstamper.api.coordinates.ParagraphCoordinates
-
-
Uses of ParagraphCoordinates in org.wickedsource.docxstamper.api.commentprocessor
Methods in org.wickedsource.docxstamper.api.commentprocessor with parameters of type ParagraphCoordinates Modifier and Type Method Description voidICommentProcessor. setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)Passes the paragraph that is currently being processed (i.e. -
Uses of ParagraphCoordinates in org.wickedsource.docxstamper.processor
Methods in org.wickedsource.docxstamper.processor that return ParagraphCoordinates Modifier and Type Method Description ParagraphCoordinatesBaseCommentProcessor. getCurrentParagraphCoordinates()Methods in org.wickedsource.docxstamper.processor with parameters of type ParagraphCoordinates Modifier and Type Method Description voidBaseCommentProcessor. setCurrentParagraphCoordinates(ParagraphCoordinates coordinates)Constructors in org.wickedsource.docxstamper.processor with parameters of type ParagraphCoordinates Constructor Description CommentProcessingException(String message, ParagraphCoordinates coordinates) -
Uses of ParagraphCoordinates in org.wickedsource.docxstamper.util
Methods in org.wickedsource.docxstamper.util with parameters of type ParagraphCoordinates Modifier and Type Method Description voidObjectDeleter. deleteParagraph(ParagraphCoordinates paragraphCoordinates) -
Uses of ParagraphCoordinates in org.wickedsource.docxstamper.util.walk
Methods in org.wickedsource.docxstamper.util.walk with parameters of type ParagraphCoordinates Modifier and Type Method Description protected voidBaseCoordinatesWalker. onParagraph(ParagraphCoordinates paragraphCoordinates)protected abstract voidCoordinatesWalker. onParagraph(ParagraphCoordinates paragraphCoordinates)protected voidBaseCoordinatesWalker. onRun(RunCoordinates runCoordinates, ParagraphCoordinates paragraphCoordinates)protected abstract voidCoordinatesWalker. onRun(RunCoordinates runCoordinates, ParagraphCoordinates paragraphCoordinates)
-