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.drawing |
The com.aspose.pdf.drawing package provides classes describing graphic primitives like
arc, line, circle etc.
|
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Class representing annotation object.
|
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 |
ColorBarAnnotation
Class representing ColorBarAnnotation annotation.
|
class |
ComboBoxField
Class representing Combobox field of the form.
|
class |
CommonFigureAnnotation
Abstract class representing common figure annotation.
|
class |
DateField
Date field with calendar view.
|
class |
Field
Base class for acro form fields.
|
class |
FileAttachmentAnnotation
Class describes file attachment annotation.
|
class |
FileSelectBoxField
Field for file select box element.
|
class |
FloatingBox
Represents a FloatingBox in a Pdf document.
|
class |
FormattedFragment
Represents abstract formatted fragment.
|
class |
FreeTextAnnotation
Represents a free text annotation that displays text directly on the page.
|
class |
Heading
Represents heading.
|
class |
HighlightAnnotation
Represents a highlight annotation that highlights a range of text in the document.
|
class |
HtmlFragment
Represents html fragment.
|
class |
Image
Represents image.
|
class |
InkAnnotation
Represents a freehand "scribble" composed of one or more disjoint paths.
|
class |
LatexFragment
Deprecated.
Please use TeXFragment instead
|
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 |
NumberField
Text Field with specified valid chars
|
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 |
PrinterMarkAnnotation
Abstract class representing printer mark annotation.
|
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 |
Table
Represents a table that can be added to the page.
|
class |
TeXFragment
Represents LaTeX fragment.
|
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 |
TextFragment
Represents fragment of Pdf text.
|
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 |
---|---|
BaseParagraph |
Paragraphs.get_Item(int index)
Gets paragraph from collection.
|
BaseParagraph |
LocalHyperlink.getTarget()
Gets the target paragraph.
|
Modifier and Type | Method and Description |
---|---|
void |
Paragraphs.add(BaseParagraph paragraph)
Add paragraph to collection.
|
static void |
InternalHelper.changePosition(BaseParagraph bp,
double[] curX,
double[] curY,
double newX,
double newY,
boolean isNextParagraphInline) |
static void |
InternalHelper.deserialize(BaseParagraph bp,
com.aspose.ms.System.Xml.XmlReader reader) |
void |
Paragraphs.insert(int index,
BaseParagraph paragraph)
Insert paragraph to collection.
|
static void |
InternalHelper.processHyperlink(BaseParagraph bp,
Page page,
Rectangle rect) |
void |
Paragraphs.remove(BaseParagraph paragraph)
Remove paragraph from collection.
|
void |
Paragraphs.set_Item(int index,
BaseParagraph value)
Sets paragraph to collection.
|
void |
LocalHyperlink.setTarget(BaseParagraph value)
Sets the target paragraph.
|
Modifier and Type | Method and Description |
---|---|
void |
Paragraphs.insertRange(int index,
com.aspose.ms.System.Collections.Generic.List<BaseParagraph> collection)
Inserts the elements of a collection into the list at the specified index.
|
Constructor and Description |
---|
LocalHyperlink(BaseParagraph target)
Initializes a new instance of the
LocalHyperlink class. |
Modifier and Type | Class and Description |
---|---|
class |
Graph
Represents graph - graphics generator paragraph.
|
Copyright © 2023 Aspose. All Rights Reserved.