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. |
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
com.aspose.pdf.tagged.logicalstructure.elements.ils |
The
<b>com.aspose.pdf.tagged.logicalstructure.elements.ils </b> is a namespace for PDF Logical Structure classes. |
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 |
PDF3DAnnotation
Class PDF3DAnnotation.
|
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 |
RichMediaAnnotation
Class describes RichMediaAnnotation which allows embed video/audio data into PDF document.
|
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 |
WatermarkAnnotation
Class describes Watermark annotation object.
|
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
Initializes annotation from PDF object which describes the annotation.
|
Annotation |
AnnotationCollection.findByName(String name)
Returns annotation by its name.
|
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".
|
Annotation |
PopupAnnotation.getParent()
Gets the parent annotation with which this pop-up annotation shall be associated.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
AnnotationSelector.getSelected()
The list of selected objects.
|
com.aspose.ms.System.Collections.IEnumerator<Annotation> |
AnnotationCollection.iterator()
Returns collection enumerator.
|
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.
|
static void |
InternalHelper.annotation_setPage(Annotation radio,
Page _currentPage) |
boolean |
AnnotationCollection.contains(Annotation annotation)
Checks if specified annotation belong to collection.
|
void |
AnnotationCollection.copyTo(Annotation[] array,
int index)
Copies array of annotations into collection.
|
void |
AnnotationCollection.delete(Annotation annotation)
Deletes specified annotation from the collection.
|
static void |
InternalHelper.disableUpdateAppearance(Annotation field,
boolean b) |
int |
Annotation.getPageIndex(Annotation annotation)
Gets index of page which contains annotation.
|
boolean |
AnnotationCollection.remove(Annotation annotation)
Deletes specified annotation from the collection.
|
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.setStructParent(Annotation annotation,
int structParent) |
static void |
InternalHelper.updateAppearances(Annotation annotation) |
abstract void |
InternalHelper.InternalLogic.TestHelper.writeXfdfFile(Annotation annot,
String outFileName) |
void |
InternalHelper.InternalLogic.ForbidenFunctionalityForReleasedProduct.writeXfdfFile(Annotation annot,
String outFileName) |
void |
InternalHelper.InternalLogic.TestUnitFunctional.writeXfdfFile(Annotation annot,
String outFileName) |
Constructor and Description |
---|
AnnotationSelector(Annotation annotation)
Initializes new
AnnotationSelector object. |
Border(Annotation parent)
Constructor for border object.
|
FileSpecification(String fileName,
Annotation annot)
Constructor for FileSpecification.
|
HideAction(Annotation annotation)
Initializes a new instance of the
HideAction class for the specified annotation. |
HideAction(Annotation[] annotations)
Initializes a new instance of the
HideAction class for the specified annotations. |
HideAction(Annotation[] annotations,
boolean isHidden)
Initializes a new instance of the
HideAction class for the specified annotations and for invisibility flag. |
HideAction(Annotation annotation,
boolean isHidden)
Initializes a new instance of the
HideAction class for the specified annotation and invisibility flag. |
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.
|
List<Annotation> |
PdfAnnotationEditor.extractAnnotations(int start,
int end,
String[] annotTypes)
Gets the list of annotations of the specified types.
|
List<Annotation> |
PdfContentEditor.extractLink()
Extracts the collection of Link instances contained in PDF document.
|
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.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.List<Annotation> |
AnnotationElement.getAnnotations() |
Copyright © 2021 Aspose. All Rights Reserved.