| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| A3 — Static property in class org.alivepdf.layout.Size |
|
Constants representing the various paper sizes. |
| A4 — Static property in class org.alivepdf.layout.Size |
| |
| A5 — Static property in class org.alivepdf.layout.Size |
| |
| addBookmark(text, level, y, color:org.alivepdf.colors:RGBColor) — Method in class org.alivepdf.pdf.PDF |
|
Lets you add a bookmark
|
| addCell(width, height, text, border, ln, align, fill, link) — Method in class org.alivepdf.pdf.PDF |
|
Add a cell with some text to the current page
|
| added — Event in class org.alivepdf.pdf.PDF |
|
Dispatched when a page has been added to the PDF. |
| ADDED — Constant static property in class org.alivepdf.events.PageEvent |
| |
| addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.alivepdf.pdf.PDF |
| |
| addImage(displayObject, x, y, width, height, imageFormat, quality, alpha, resizeMode, blendMode, keepTransformation, link) — Method in class org.alivepdf.pdf.PDF |
|
The addImage method takes an incoming DisplayObject. |
| addImageStream(imageBytes, x, y, width, height, alpha, resizeMode, blendMode, keepTransformation, link) — Method in class org.alivepdf.pdf.PDF |
|
The addImageStream method takes an incoming image as a ByteArray. |
| addLink(x, y, width, height, link, highlight) — Method in class org.alivepdf.pdf.PDF |
|
Lets you add clickable link to a specific position
|
| addMultiCell(width, height, text, border, align, filled) — Method in class org.alivepdf.pdf.PDF |
|
Add a multicell with some text to the current page
|
| addPage(page:org.alivepdf.pages:Page) — Method in class org.alivepdf.pdf.PDF |
|
Lets you add a page to the current PDF
|
| addText(text, x, y) — Method in class org.alivepdf.pdf.PDF |
|
Lets you set some text to any position on the page
|
| addTextNote(x, y, width, height, text) — Method in class org.alivepdf.pdf.PDF |
|
Lets you add a text annotation to the current page
|
| addTransition(style, duration, dimension, motionDirection, transitionDirection) — Method in class org.alivepdf.pages.Page |
| |
| addTransition(style, duration, dimension, motionDirection, transitionDirection) — Method in class org.alivepdf.pdf.PDF |
|
Lets you add a transition between each PDF page
Note : PDF must be shown in fullscreen to see the transitions, use the setDisplayMode method with the PageMode.FULL_SCREEN parameter
|
| AnnotationHighlight — Final class in package org.alivepdf.annotations |
| |
| annotations — Property in class org.alivepdf.pages.Page |
| |
| APPROVED — Constant static property in class org.alivepdf.annotations.StampStyle |
| |
| ARIAL — Constant static property in class org.alivepdf.fonts.FontFamily |
| |
| AS_IS — Constant static property in class org.alivepdf.annotations.StampStyle |
| |
| ATTACHMENT — Constant static property in class org.alivepdf.saving.Download |
Comments [0]