Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library
which are either directly in it like Document or indirectly through several
subpackages. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from
Aspose.Pdf.Kit. |
Modifier and Type | Class and Description |
---|---|
class |
BarcodeField
Class represents barcode field.
|
class |
ButtonField
Class represents push button field.
|
class |
CaretAnnotation
Class representing Caret annotation.
|
class |
CheckboxField
Class representing checkbox field
|
class |
ChoiceField
Represents base class for choice fields.
|
class |
CircleAnnotation
Class representing Circle annotation.
|
class |
ComboBoxField
Class representing Combobox field of the form.
|
class |
CommonFigureAnnotation
Abstract class representing common figure annotation.
|
class |
Field
Base class for acro form fields.
|
class |
FileAttachmentAnnotation
Class describes file attachment annotation.
|
class |
FileSelectBoxField
Field for file select box element.
|
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 |
LinkAnnotation
Represents either a hypertext link to a destination elsewhere in the document or an action to be
performed.
|
class |
ListBoxField
Class represents ListBox field.
|
class |
MarkupAnnotation
Abstract class representing markup annotation.
|
class |
MovieAnnotation
Represents a movie annotation that contains animated graphics and sound to be presented on the
computer screen and through the speakers.
|
class |
PasswordBoxField
Class descibes text field for entering password.
|
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 |
PopupAnnotation
Represents the pop-up annotation that displays text in a pop-up window for entry and editing.
|
class |
RadioButtonField
Class representing radio button field.
|
class |
RadioButtonOptionField
Class represents item of RadioButton field.
|
class |
RedactionAnnotation
Represents Redact annotation.
|
class |
RichTextBoxField
Class describes rich text editor component.
|
class |
ScreenAnnotation
A screen annotation that specifies a region of a page upon which media clips may be played.
|
class |
SignatureField
Represents signature form field.
|
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 |
TextBoxField
Class representing text box field.
|
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.
|
class |
WidgetAnnotation
Class representing widget annotation.
|
Modifier and Type | Method and Description |
---|---|
static Annotation |
Annotation.createAnnotation(com.aspose.pdf.engine.data.IPdfObject annotEngineObj,
Page page)
For internal usage only
|
Annotation |
AnnotationCollection.get_Item(int index)
The index of the element to get.
|
Annotation |
MarkupAnnotation.getInReplyTo()
A reference to the annotation that this annotation is "in reply to".
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationCollection.add(Annotation annotation)
Adds annotation to the collection.
|
void |
AnnotationCollection.add(Annotation annotation,
boolean considerRotation)
Adds annotation to the collection.
|
void |
AnnotationCollection.delete(Annotation annotation)
Deletes specified annotation from the collection.
|
int |
Annotation.getPageIndex(Annotation annotation)
Gets index of page which contains annotation.
|
static void |
InternalHelper.setFlatteningState(Annotation annotation,
boolean value) |
void |
MarkupAnnotation.setInReplyTo(Annotation value)
A reference to the annotation that this annotation is "in reply to".
|
static void |
InternalHelper.updateAppearances(Annotation annotation) |
Constructor and Description |
---|
AnnotationSelector(Annotation annotation)
Initializes new
AnnotationSelector object. |
Border(Annotation parent)
Constructor for border object.
|
FileSpecification(String fileName,
Annotation annot) |
Measure(Annotation annotation)
Creates Measure object for measure annotations.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
PdfAnnotationEditor.extractAnnotations(int start,
int end,
int[] annotTypes)
Gets the list of annotations of the specified types.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfAnnotationEditor.modifyAnnotations(int start,
int end,
Annotation annotation)
Modifies the annotations of the specifed type on the specified page range.
|
void |
PdfAnnotationEditor.modifyAnnotations(int start,
int end,
int annotType,
Annotation annotation)
Deprecated.
|
Copyright © 2016 Aspose. All Rights Reserved.