JavaScript is disabled on your browser.
JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable
, Cloneable
Enclosing class:
DocFlavor
public static class DocFlavor.CHAR_ARRAY
extends DocFlavor
Class DocFlavor.CHAR_ARRAY provides predefined static constant
DocFlavor objects for example doc flavors using a character array
(char[]
) as the print data representation class. As such,
the character set is Unicode.
See Also:
Serialized Form
Field Summary
Fields
Modifier and Type
Field
Description
static DocFlavor.CHAR_ARRAY
TEXT_HTML
Doc flavor with MIME type = "text/html; charset=utf-16"
,
print data representation class name =
"[C"
(character array).
static DocFlavor.CHAR_ARRAY
TEXT_PLAIN
Doc flavor with MIME type = "text/plain; charset=utf-16"
,
print data representation class name =
"[C"
(character array).
Constructor Summary
Constructors
Constructor
Description
CHAR_ARRAY (String mimeType)
Constructs a new doc flavor with the given MIME type and a print
data representation class name of
"[C"
(character array).
Field Detail
TEXT_PLAIN
public static final DocFlavor.CHAR_ARRAY TEXT_PLAIN
Doc flavor with MIME type = "text/plain; charset=utf-16"
,
print data representation class name =
"[C"
(character array).
TEXT_HTML
public static final DocFlavor.CHAR_ARRAY TEXT_HTML
Doc flavor with MIME type = "text/html; charset=utf-16"
,
print data representation class name =
"[C"
(character array).
JavaScript is disabled on your browser.
Report a bug or suggest an enhancement For further API reference and developer documentation see the Java SE Documentation , which contains more detailed, developer-targeted descriptions with conceptual overviews, definitions of terms, workarounds, and working code examples. Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries. Copyright © 1993, 2017, Oracle and/or its affiliates, 500 Oracle Parkway, Redwood Shores, CA 94065 USA. All rights reserved. Use is subject to license terms and the documentation redistribution policy .
Scripting on this page tracks web page traffic, but does not change the content in any way.