public class OutputFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static OutputFormat |
AWT
Output is AWT, that means renderer should open an AWT-Window for
each document.
|
static OutputFormat |
HTML
Output format is HTML.
|
static OutputFormat |
MIF
Output format is MIF.
|
static OutputFormat |
PCL
Output format is PDF.
|
static OutputFormat |
PDF
Output format is PDF.
|
static OutputFormat |
PDF_A
Shorthand for output format PDF_A_1A.
|
static OutputFormat |
PDF_A_1A
Output format is PDF with PDF/A-1a profile.
|
static OutputFormat |
PDF_A_1B
Output format is PDF with PDF/A-1b profile.
|
static OutputFormat |
PDF_FORM
Output format is a PDF form.
|
static OutputFormat |
PDF_X_3_2003
Output format is PDF with PDF/X-3:2003 profile.
|
static OutputFormat |
PRINT
Output is a printer.
|
static OutputFormat |
PS
Output format is Postscript.
|
static OutputFormat |
RTF
Output format is plain text.
|
static OutputFormat |
SVG
Output format is SVG.
|
static OutputFormat |
TXT
Output format is plain text.
|
static OutputFormat |
XML_TREE_FOP
Output format is the XML tree of FOP.
|
static OutputFormat |
XSL_FO
Output format is XSL-FO.
|
static OutputFormat |
XSL_STYLESHEET
Output format is XSL-FO.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
displayNames(OutputFormat[] formats) |
boolean |
equals(java.lang.Object o) |
static OutputFormat |
forDisplayName(java.lang.String name) |
java.lang.String |
getDisplayName()
Gets the display name (full qualified name).
|
java.lang.String |
getFileSuffix()
Gets the file suffix.
|
java.lang.String |
getMimeType() |
java.lang.String |
getShortName() |
boolean |
isFileOutput() |
static java.lang.String |
shortNames(OutputFormat[] formats) |
java.lang.String |
toString() |
public static final OutputFormat XSL_FO
public static final OutputFormat XSL_STYLESHEET
public static final OutputFormat PDF
public static final OutputFormat PDF_FORM
public static final OutputFormat PDF_A_1A
public static final OutputFormat PDF_A_1B
public static final OutputFormat PDF_X_3_2003
public static final OutputFormat PDF_A
public static final OutputFormat AWT
public static final OutputFormat MIF
public static final OutputFormat PCL
public static final OutputFormat PRINT
public static final OutputFormat PS
public static final OutputFormat SVG
public static final OutputFormat TXT
public static final OutputFormat RTF
public static final OutputFormat HTML
public static final OutputFormat XML_TREE_FOP
public java.lang.String getFileSuffix()
public java.lang.String getDisplayName()
public java.lang.String getShortName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isFileOutput()
public static final java.lang.String displayNames(OutputFormat[] formats)
public static final java.lang.String shortNames(OutputFormat[] formats)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static OutputFormat forDisplayName(java.lang.String name)
public java.lang.String getMimeType()
© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.