A C O P S

A

addStyleSheet(String) - Method in class com.princexml.Prince
Add a CSS style sheet that will be applied to each document.

C

clearStyleSheets() - Method in class com.princexml.Prince
Clear all of the CSS style sheets.
com.princexml - package com.princexml
 
convert(String) - Method in class com.princexml.Prince
Convert an XML or HTML file to a PDF file.
convert(String, String) - Method in class com.princexml.Prince
Convert an XML or HTML file to a PDF file.
convert(InputStream, OutputStream) - Method in class com.princexml.Prince
Convert an XML or HTML file to a PDF file.

O

onMessage(String, String, String) - Method in interface com.princexml.PrinceEvents
This method will be called when a warning or error message is received from Prince.

P

Prince - Class in com.princexml
The main Prince class.
Prince(String) - Constructor for class com.princexml.Prince
Constructor for Prince.
Prince(String, PrinceEvents) - Constructor for class com.princexml.Prince
Constructor for Prince.
PrinceEvents - Interface in com.princexml
The PrinceEvents interface can be used to receive warning and error messages from Prince.

S

setBaseURL(String) - Method in class com.princexml.Prince
Specify the base URL of the input document.
setCompress(boolean) - Method in class com.princexml.Prince
Specify whether compression should be applied to the output PDF file.
setEmbedFonts(boolean) - Method in class com.princexml.Prince
Specify whether fonts should be embedded in the output PDF file.
setEncrypt(boolean) - Method in class com.princexml.Prince
Specify whether encryption should be applied to the output PDF file.
setEncryptInfo(int, String, String, boolean, boolean, boolean, boolean) - Method in class com.princexml.Prince
Set the parameters used for PDF encryption.
setHTML(boolean) - Method in class com.princexml.Prince
Specify whether documents should be parsed as HTML or XML/XHTML.
setLog(String) - Method in class com.princexml.Prince
Specify a file that Prince should use to log error/warning messages.
setXInclude(boolean) - Method in class com.princexml.Prince
Specify whether XML Inclusions (XInclude) processing should be applied to input documents.

A C O P S