Package-level declarations

Types

Link copied to clipboard
public class PdfAnnotation
Represents a base annotation in a PDF document.
Link copied to clipboard
public final class PdfAnnotationCollection implements Iterable<T>
Represents a collection of annotations on a PDF page.
Link copied to clipboard
public final class PdfCircleAnnotation extends PdfShapeAnnotation
Represents a circle (ellipse) annotation.
Link copied to clipboard
public final class PdfFreeTextAnnotation extends PdfMarkupAnnotation
Represents a free text annotation (text box).
Link copied to clipboard
public final class PdfHighlightAnnotation extends PdfMarkupAnnotation
Represents a highlight annotation.
Link copied to clipboard
public final class PdfLineAnnotation extends PdfShapeAnnotation
Represents a line annotation.
Link copied to clipboard
public final class PdfLinkAnnotation extends PdfAnnotation
Represents a link annotation that can navigate to a destination or perform an action.
Link copied to clipboard
public class PdfMarkupAnnotation extends PdfAnnotation
Represents a markup annotation that can have replies and additional properties.
Link copied to clipboard
public final class PdfRedactAnnotation extends PdfMarkupAnnotation
Represents a redaction annotation that marks content to be redacted.
Link copied to clipboard
Base class for shape annotations (Line, Circle, Square).
Link copied to clipboard
public final class PdfSquareAnnotation extends PdfShapeAnnotation
Represents a square (rectangle) annotation.
Link copied to clipboard
public final class PdfSquigglyAnnotation extends PdfMarkupAnnotation
Represents a squiggly underline annotation.
Link copied to clipboard
public final class PdfStampAnnotation extends PdfMarkupAnnotation
Represents a stamp annotation.
Link copied to clipboard
public final class PdfStrikeOutAnnotation extends PdfMarkupAnnotation
Represents a strikeout annotation.
Link copied to clipboard
public final class PdfTextAnnotation extends PdfMarkupAnnotation
Represents a text annotation (sticky note) in a PDF document.
Link copied to clipboard
public final class PdfUnderlineAnnotation extends PdfMarkupAnnotation
Represents an underline annotation.
Link copied to clipboard
public final class PdfWidgetAnnotation extends PdfAnnotation
Represents a widget annotation (form field).