Uses of Class
org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationSquareCircle
-
Packages that use PDAnnotationSquareCircle Package Description org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.annotation.handlers org.apache.pdfbox.preflight.annotation -
-
Uses of PDAnnotationSquareCircle in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDAnnotationSquareCircle in org.apache.pdfbox.pdmodel.interactive.annotation Modifier and Type Class Description classPDAnnotationCircleclassPDAnnotationSquare -
Uses of PDAnnotationSquareCircle in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers with parameters of type PDAnnotationSquareCircle Modifier and Type Method Description (package private) PDRectanglePDAbstractAppearanceHandler. handleBorderBox(PDAnnotationSquareCircle annotation, float lineWidth) -
Uses of PDAnnotationSquareCircle in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as PDAnnotationSquareCircle Modifier and Type Field Description protected PDAnnotationSquareCircleSquareCircleAnnotationValidator. pdSquareCirclePDFBox object which wraps the annotation dictionaryConstructors in org.apache.pdfbox.preflight.annotation with parameters of type PDAnnotationSquareCircle Constructor Description SquareCircleAnnotationValidator(PreflightContext ctx, PDAnnotationSquareCircle annotation)
-