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 PDRectangle
PDTextAppearanceHandler. adjustRectAndBBox(PDAnnotationText annotation, float width, float height)
private void
PDTextAppearanceHandler. drawCheck(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawCircles(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawComment(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawCross(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawCrossHairs(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawHelp(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawInsert(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawKey(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawNewParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawNote(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawParagraph(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawRightArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawRightPointer(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawStar(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawUpArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
private void
PDTextAppearanceHandler. drawUpLeftArrow(PDAnnotationText annotation, PDAppearanceContentStream contentStream)
-
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 PDAnnotationText
TextAnnotationValidator. pdText
PDFBox object which wraps the annotation dictionary
-