This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


javax.print.attribute.standard
class MediaSize.NA

java.lang.Object extended by javax.print.attribute.standard.MediaSize.NA
Enclosing class:
MediaSize

public static final class MediaSize.NA
extends Object

Class MediaSize.NA includes {@link MediaSize MediaSize} values for North American media.


Field Summary
static MediaSize LEGAL
          Specifies the North American legal size, 8.5 inches by 14 inches.
static MediaSize LETTER
          Specifies the North American letter size, 8.5 inches by 11 inches.
static MediaSize NA_10x13_ENVELOPE
          Specifies the North American 10 inch by 13 inch envelope size.
static MediaSize NA_10x14_ENVELOPE
          Specifies the North American 10 inch by 14 inch envelope size.
static MediaSize NA_10X15_ENVELOPE
          Specifies the North American 10 inch by 15 inch envelope size.
static MediaSize NA_5X7
          Specifies the North American 5 inch by 7 inch paper.
static MediaSize NA_6X9_ENVELOPE
          Specifies the North American 6 inch by 9 inch envelope size.
static MediaSize NA_7X9_ENVELOPE
          Specifies the North American 7 inch by 9 inch envelope size.
static MediaSize NA_8X10
          Specifies the North American 8 inch by 10 inch paper.
static MediaSize NA_9x11_ENVELOPE
          Specifies the North American 9 inch by 11 inch envelope size.
static MediaSize NA_9x12_ENVELOPE
          Specifies the North American 9 inch by 12 inch envelope size.
static MediaSize NA_NUMBER_10_ENVELOPE
          Specifies the North American Number 10 business envelope size, 4.125 inches by 9.5 inches.
static MediaSize NA_NUMBER_11_ENVELOPE
          Specifies the North American Number 11 business envelope size, 4.5 inches by 10.375 inches.
static MediaSize NA_NUMBER_12_ENVELOPE
          Specifies the North American Number 12 business envelope size, 4.75 inches by 11 inches.
static MediaSize NA_NUMBER_14_ENVELOPE
          Specifies the North American Number 14 business envelope size, 5 inches by 11.5 inches.
static MediaSize NA_NUMBER_9_ENVELOPE
          Specifies the North American Number 9 business envelope size, 3.875 inches by 8.875 inches.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LEGAL

public static final MediaSize LEGAL
Specifies the North American legal size, 8.5 inches by 14 inches.

LETTER

public static final MediaSize LETTER
Specifies the North American letter size, 8.5 inches by 11 inches.

NA_10x13_ENVELOPE

public static final MediaSize NA_10x13_ENVELOPE
Specifies the North American 10 inch by 13 inch envelope size.

NA_10x14_ENVELOPE

public static final MediaSize NA_10x14_ENVELOPE
Specifies the North American 10 inch by 14 inch envelope size.

NA_10X15_ENVELOPE

public static final MediaSize NA_10X15_ENVELOPE
Specifies the North American 10 inch by 15 inch envelope size.

NA_5X7

public static final MediaSize NA_5X7
Specifies the North American 5 inch by 7 inch paper.

NA_6X9_ENVELOPE

public static final MediaSize NA_6X9_ENVELOPE
Specifies the North American 6 inch by 9 inch envelope size.

NA_7X9_ENVELOPE

public static final MediaSize NA_7X9_ENVELOPE
Specifies the North American 7 inch by 9 inch envelope size.

NA_8X10

public static final MediaSize NA_8X10
Specifies the North American 8 inch by 10 inch paper.

NA_9x11_ENVELOPE

public static final MediaSize NA_9x11_ENVELOPE
Specifies the North American 9 inch by 11 inch envelope size.

NA_9x12_ENVELOPE

public static final MediaSize NA_9x12_ENVELOPE
Specifies the North American 9 inch by 12 inch envelope size.

NA_NUMBER_10_ENVELOPE

public static final MediaSize NA_NUMBER_10_ENVELOPE
Specifies the North American Number 10 business envelope size, 4.125 inches by 9.5 inches.

NA_NUMBER_11_ENVELOPE

public static final MediaSize NA_NUMBER_11_ENVELOPE
Specifies the North American Number 11 business envelope size, 4.5 inches by 10.375 inches.

NA_NUMBER_12_ENVELOPE

public static final MediaSize NA_NUMBER_12_ENVELOPE
Specifies the North American Number 12 business envelope size, 4.75 inches by 11 inches.

NA_NUMBER_14_ENVELOPE

public static final MediaSize NA_NUMBER_14_ENVELOPE
Specifies the North American Number 14 business envelope size, 5 inches by 11.5 inches.

NA_NUMBER_9_ENVELOPE

public static final MediaSize NA_NUMBER_9_ENVELOPE
Specifies the North American Number 9 business envelope size, 3.875 inches by 8.875 inches.


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.