Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationText
-
Packages that use PDAnnotationText Package Description org.apache.pdfbox.pdmodel.interactive.annotation.handlers org.apache.pdfbox.preflight.annotation -
-
Uses of PDAnnotationText in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAnnotationText Modifier and Type Method Description private PDRectanglePDTextAppearanceHandler. adjustRectAndBBox(PDAnnotationText annotation, float width, float height)private voidPDTextAppearanceHandler. drawCircles(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawComment(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawCrossHairs(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawHelp(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawInsert(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawKey(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawNewParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawNote(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawRightArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawUpArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawUpLeftArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)private voidPDTextAppearanceHandler. drawZapf(PDAnnotationText annotation, PDAppearanceContentStream contentStream, int by, int ty, java.lang.String glyphName) -
Uses of PDAnnotationText in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationText Modifier and Type Field Description protected PDAnnotationTextTextAnnotationValidator. pdTextPDFBox object which wraps the annotation dictionary
-