| 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 — Constant Static Property, class org.alivepdf.layout.Size |
|
Constants representing the various paper sizes. |
| A4 — Constant Static Property, class org.alivepdf.layout.Size |
| |
| A5 — Constant Static Property, class org.alivepdf.layout.Size |
| |
| AC — Constant Static Property, class org.alivepdf.fonts.AFMParser |
| |
| add(style:String, font:org.alivepdf.fonts:IFont) — method, class org.alivepdf.fonts.FontCollection |
| |
| add(reg:org.alivepdf.fonts:IFont, b:org.alivepdf.fonts:IFont, i:org.alivepdf.fonts:IFont, bi:org.alivepdf.fonts:IFont) — Static Method , class org.alivepdf.fonts.FontCollections |
| |
| add(fontName:String, metrics:Object) — Static Method , class org.alivepdf.fonts.FontMetrics |
| |
| addAnnotation(annotation:org.alivepdf.annotations:Annotation) — method, class org.alivepdf.pdf.PDF |
|
Lets you add an annotation to the current page
|
| addBookmark(text:String, level:int, y:Number, color:org.alivepdf.colors:RGBColor) — method, class org.alivepdf.pdf.PDF |
|
Lets you add a bookmark. |
| addCadreTVAs() — method, class org.alivepdf.billing.Invoice |
| |
| addCell(width:Number, height:Number, text:String, border:any, ln:Number, align:String, fill:Number, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
Add a cell with some text to the current page. |
| addCell(pdf:org.alivepdf.pdf:PDF) — method, class org.alivepdf.text.Cell |
| |
| addCellFitScale(width:Number, height:Number, text:String, border:any, ln:Number, align:String, fill:Number, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
Adds a cell with horizontal scaling only if necessary
|
| addCellFitScaleForce(width:Number, height:Number, text:String, border:any, ln:Number, align:String, fill:Number, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
Adds a cell with horizontal scaling always
|
| addCellFitSpace(width:Number, height:Number, text:String, border:any, ln:Number, align:String, fill:Number, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
Adds a cell with character spacing only if necessary
|
| addCellFitSpaceForce(width:Number, height:Number, text:String, border:any, ln:Number, align:String, fill:Number, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
Adds a cell with character spacing always
|
| addClientAddress(company:org.alivepdf.billing:Company) — method, class org.alivepdf.billing.Invoice |
| |
| addCodaBar(codaBar:org.alivepdf.codabar:CodaBar) — method, class org.alivepdf.pdf.PDF |
|
Allows you to add a CodaBar (Monarch) to the current page at any position. |
| addCompany(company:org.alivepdf.billing:Company) — method, class org.alivepdf.billing.Invoice |
| |
| addCompanyBox(company:org.alivepdf.billing:Company, y:Number, align:String) — method, class org.alivepdf.billing.Invoice |
| |
| addDate(date:Object) — method, class org.alivepdf.billing.Invoice |
| |
| addEcheance(date:Object) — method, class org.alivepdf.billing.Invoice |
| |
| added — Event, class org.alivepdf.pdf.PDF |
|
Dispatched when a page has been added to the PDF. |
| ADDED — Constant Static Property, class org.alivepdf.events.PageEvent |
| |
| ADDED — Constant Static Property, class org.alivepdf.events.PagingEvent |
| |
| addEPSImage(stream:flash.utils:ByteArray, x:Number, y:Number, w:Number, h:Number, useBoundingBox:Boolean) — method, class org.alivepdf.pdf.PDF |
|
The addEPSImage method takes an incoming EPS (.eps) file or Adobe® Illustrator® file (.ai) and render it on the current page. |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.alivepdf.fonts.CoreFont |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.alivepdf.fonts.unicodefonts.ArialUnicodeMS |
| |
| addEventListener(type:String, listener:Function, useCapture:Boolean, priority:int, useWeakReference:Boolean) — method, class org.alivepdf.pdf.PDF |
| |
| addFont(font:org.alivepdf.fonts:IFont) — method, class org.alivepdf.pdf.UnicodePDF |
| |
| addFrame(im:flash.display:BitmapData) — method, class org.alivepdf.images.gif.encoder.GIFEncoder |
|
The addFrame method takes an incoming BitmapData object to create each frames
|
| addGrid(grid:org.alivepdf.grid:Grid, x:Number, y:Number, repeatHeader:Boolean) — method, class org.alivepdf.pdf.PDF |
|
Adds a dynamic table to the current page. |
| addImage(displayObject:flash.display:DisplayObject, resizeMode:org.alivepdf.layout:Resize, x:Number, y:Number, width:Number, height:Number, rotation:Number, alpha:Number, keepTransformation:Boolean, imageFormat:String, quality:Number, blendMode:String, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
The addImage method takes an incoming DisplayObject. |
| addImageStream(imageBytes:flash.utils:ByteArray, colorSpace:String, resizeMode:org.alivepdf.layout:Resize, x:Number, y:Number, width:Number, height:Number, rotation:Number, alpha:Number, blendMode:String, link:org.alivepdf.links:ILink) — method, class org.alivepdf.pdf.PDF |
|
The addImageStream method takes an incoming image as a ByteArray. |
| addJavaScript(script:String) — method, class org.alivepdf.pdf.PDF |
|
The addJavaScript allows you to inject JavaScript code to be executed when the PDF document is opened. |
| addLink(x:Number, y:Number, width:Number, height:Number, link:org.alivepdf.links:ILink, highlight:String) — method, class org.alivepdf.pdf.PDF |
|
Lets you add clickable link to a specific position
Link can be internal (document level navigation) or external (HTTP). |
| addMultiCell(width:Number, height:Number, text:String, border:any, align:String, filled:int) — method, class org.alivepdf.pdf.PDF |
|
Add a multicell with some text to the current page. |
| addPage(page:org.alivepdf.pages:Page) — method, class org.alivepdf.pdf.PDF |
|
Lets you add a page to the current PDF. |
| addReglement(mode:String) — method, class org.alivepdf.billing.Invoice |
| |
| addRemarque(remarque:String) — method, class org.alivepdf.billing.Invoice |
| |
| address — Property, class org.alivepdf.billing.Company |
| |
| addText(text:String, x:Number, y:Number) — method, class org.alivepdf.pdf.PDF |
|
Lets you set some text to any position on the page. |
| addTransition(style:String, duration:Number, dimension:String, motionDirection:String, transitionDirection:int) — method, class org.alivepdf.pages.Page |
| |
| addTransition(style:String, duration:Number, dimension:String, motionDirection:String, transitionDirection:int) — method, 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. |
| advanceTiming — Property, class org.alivepdf.pages.Page |
| |
| _afmParser — Property, class org.alivepdf.fonts.EmbeddedFont |
| |
| AFMParser — final class, package org.alivepdf.fonts |
| |
| AFMParser(stream:flash.utils:ByteArray, afm:flash.utils:ByteArray, encoding:Class) — Constructor, class org.alivepdf.fonts.AFMParser |
| |
| Align — final class, package org.alivepdf.layout |
| |
| ALL — Constant Static Property, class org.alivepdf.visibility.Visibility |
| |
| ALTERNATIVE — Constant Static Property, class org.alivepdf.grid.GridRowType |
| |
| alternativeCellColor — Property, class org.alivepdf.grid.Grid |
| |
| Annotation — class, package org.alivepdf.annotations |
| |
| Annotation(type:String, text:String, x:int, y:int, width:int, height:int) — Constructor, class org.alivepdf.annotations.Annotation |
| |
| annotations — Property, class org.alivepdf.pages.Page |
| |
| AnnotationType — final class, package org.alivepdf.annotations |
| |
| ARIAL — Constant Static Property, class org.alivepdf.fonts.FontFamily |
| |
| ArialUnicodeMS — class, package org.alivepdf.fonts.unicodefonts |
| |
| ArialUnicodeMS(cid:int) — Constructor, class org.alivepdf.fonts.unicodefonts.ArialUnicodeMS |
|
Constructor
|
| arrUTF8ToUTF16BE(unicode:Array, setbom:Boolean) — method, class org.alivepdf.pdf.UnicodePDF |
|
Converts array of UTF-8 characters to UTF16-BE string.
Based on: http://www.faqs.org/rfcs/rfc2781.html
Encoding UTF-16:
Encoding of a single character from an ISO 10646 character value to
UTF-16 proceeds as follows. |
| _ascender — Property, class org.alivepdf.fonts.AFMParser |
| |
| ascender — Property, class org.alivepdf.fonts.AFMParser |
| |
| ascent — Property, class org.alivepdf.fonts.FontDescription |
| |
| ATTACHMENT — Constant Static Property, class org.alivepdf.saving.Download |
| |
| attr — Property, class org.alivepdf.html.HTMLTag |
| |
| autoPlay — Property, class org.alivepdf.images.gif.player.GIFPlayer |
|
Returns is the autoPlay value
|
| averageWidth — Property, class org.alivepdf.fonts.FontDescription |
| |
|
| 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 |