| public static final enum javax.swing JTable.PrintMode
|
Java SE 6 |
JTables.
| since | 1.5 |
| See also | print(JTable.PrintMode, MessageFormat, MessageFormat, boolean, PrintRequestAttributeSet, boolean), getPrintable |
| Enum constants | |
|---|---|
| final public static JTable.PrintMode | NORMAL Printing mode that prints the table at its current size, spreading both columns and rows across multiple pages if necessary. |
| final public static JTable.PrintMode | FIT_WIDTH Printing mode that scales the output smaller, if necessary, to fit the table's entire width (and thereby all columns) on each page; Rows are spread across multiple pages as necessary. |
| Methods | |
|---|---|
| public static JTable.PrintMode | valueOf(String name) |
| public static JTable.PrintMode[] | values() |
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|