Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Class and Description |
---|---|
class |
CaretAnnotation
Class representing Caret annotation.
|
class |
CircleAnnotation
Class representing Circle annotation.
|
class |
CommonFigureAnnotation
Abstract class representing common figure annotation.
|
class |
FileAttachmentAnnotation
Class describes file attachment annotation.
|
class |
FreeTextAnnotation
Represents a free text annotation that displays text directly on the page.
|
class |
HighlightAnnotation
Represents a highlight annotation that highlights a range of text in the document.
|
class |
InkAnnotation
Represents a freehand "scribble" composed of one or more disjoint paths.
|
class |
LineAnnotation
Class representing line annotation.
|
class |
PolyAnnotation
Abstract base class for poly-annotations.
|
class |
PolygonAnnotation
Class representing polygon annotation.
|
class |
PolylineAnnotation
Represents polyline annotation that is similar to polygon, except that the first and last vertex
are not implicitly connected.
|
class |
RedactionAnnotation
Represents Redact annotation.
|
class |
SoundAnnotation
Represents a sound annotation that contains sound recorded from the computer's microphone or
imported from a file.
|
class |
SquareAnnotation
Class representing square annotation.
|
class |
SquigglyAnnotation
Represents the squiggly annotation that appears as a jagged underline in the text of a document.
|
class |
StampAnnotation
Represents rubber stamp annotation.
|
class |
StrikeOutAnnotation
Represents a strikeout annotation that appears as a strikeout in the text of the document.
|
class |
TextAnnotation
Represents a text annotation that is a "sticky note" attached to a point in the PDF document.
|
class |
TextMarkupAnnotation
Abstract base class for text markup annotations.
|
class |
UnderlineAnnotation
Represents an underline annotation that appears as an underline in the text of the document.
|
Modifier and Type | Method and Description |
---|---|
void |
PopupAnnotation.setParent(MarkupAnnotation value)
Sets the parent annotation with which this pop-up annotation shall be associated.
|