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.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 represnets 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 |
class |
FloatingBox |
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 |
Image
Represents image.
|
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 |
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 |
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 |
WidgetAnnotation
Class representing widget annotation.
|
Modifier and Type | Method and Description |
---|---|
BaseParagraph |
Paragraphs.get_Item(int index)
Get paragraphs from collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Paragraphs.add(BaseParagraph paragraph)
Add paragraph to collection.
|
void |
Paragraphs.add(BaseParagraph paragraph,
NewParagraphPlacementInfo placementInfo)
Add paragraph to collection.
|
static void |
InternalHelper.changePosition(BaseParagraph bp,
double[] curX,
double[] curY,
double newX,
double newY,
boolean isNextParagraphInline) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
Graph
Represents graph - graphics generator paragraph.
|
Copyright © 2018 Aspose. All Rights Reserved.