Review states.
Annotation state model.
Annotation type.
Right sidebar state.
Right sidebar tool.
Line end style.
Field widget type.
Apply inverse matrix transformation.
x, y point
transform matrix
Apply matrix transform.
x, y point
transform matrix
Build sound file using audio data provided by parameter audioData and audioOptions used to generate RIFF header.
Build a header for the WAVE audio format.
Change bounds origin.
Cross-browser element.classList.contains
HTML DOM element
Class name without dot.
Converts viewport coordinates to the PDF location. For examples, useful for converting canvas pixel location into PDF one.
The x-coordinate.
The y-coordinate.
Array containing x
and y
properties of the
point in the PDF coordinate space.
Converts PDF point to the viewport coordinates. For examples, useful for converting PDF location into canvas pixel coordinates.
The x-coordinate.
The y-coordinate.
Array containing x
and y
properties of the
point in the viewport coordinate space.
Creates a Blob object which represents a file-like object of immutable, raw data.
ArrayBuffer, ArrayBufferView, Blob or DOMString object
The content type to assign to the new Blob; this will be the value of its type property. The default value is an empty string.
Creates ObjectURL closure. Used when Blob/createObjectURL is not available, falling back to data schema.
Download binary data.
Download file using specified URL.
Ensure ResizableDialogBehavior is attached.
dialog element to be dragged and resized.
class name for drag handle(s)
allow resize dialog
minimum dialog height
minimum dialog width
Get element's numerical index in its parent element.
HTML DOM element
Search parent element by class name.
HTML DOM element
Class name without dot.
Search parent element by attribute name.
HTML DOM element
This function is based on the word-break detection implemented in: https://hg.mozilla.org/mozilla-central/file/tip/intl/lwbrk/WordBreaker.cpp
Find correct event target.
Checks if element is nested within parent element on any level.
Make absolute url from relative one.
Relative url.
Optional, base url for result url concatenation
Convert a PDF date string to a JavaScript Date
object.
The PDF date string format is described in section 7.9.4 of the official PDF 32000-1:2008 specification. However, in the PDF 1.7 reference (sixth edition) Adobe describes the same format including a trailing apostrophe. This syntax in incorrect, but Adobe Acrobat creates PDF files that contain them. We ignore all apostrophes as they are not necessary for date parsing.
Moreover, Adobe Acrobat doesn't handle changing the date to universal time and doesn't use the user's time zone (effectively ignoring the HH' and mm' parts of the date string).
Scrolls specified element into view of its parent. Note, by default scrolling is done according offsetParent, so, check parent position style if needed.
The element to be visible.
An object with optional top and left properties, specifying the offset from the top left edge.
Ignore elements that have
the CSS rule overflow: hidden;
set. The default is false.
Marked states.