Method Summary |
|
public void | checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL) This method should throw a SecurityException if the resource
found at url and referenced from docURL should not be loaded.
Parameters: scriptURL - url for the script, as defined inthe script's xlink:href attribute. |
float | getBlockHeight(Element elt) Returns the height of the block which directly contains the
given element. |
float | getBlockWidth(Element elt) Returns the width of the block which directly contains the
given element. |
float | getBolderFontWeight(float f) Returns a bolder font-weight. |
Value | getDefaultFontFamily() Returns the value corresponding to the default font-family. |
float | getLighterFontWeight(float f) Returns a lighter font-weight. |
float | getMediumFontSize() Returns the medium font size. |
float | getPixelToMillimeter() Returns the size of a px CSS unit in millimeters. |
float | getPixelUnitToMillimeter() Returns the size of a px CSS unit in millimeters. |
Value | getSystemColor(String ident) Returns the Value corresponding to the given system color. |
public boolean | isDynamic() Returns true if the document is dynamic, false otherwise. |
public boolean | isInteractive() Returns true if the document is interactive, false otherwise. |