org.openide.text 6.16.1

Uses of Class
org.openide.text.PrintPreferences.Alignment

Packages that use PrintPreferences.Alignment
org.openide.text NetBeans is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of PrintPreferences.Alignment in org.openide.text
 

Methods in org.openide.text that return PrintPreferences.Alignment
static PrintPreferences.Alignment PrintPreferences.getFooterAlignment()
           
static PrintPreferences.Alignment PrintPreferences.getHeaderAlignment()
           
static PrintPreferences.Alignment PrintPreferences.Alignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrintPreferences.Alignment[] PrintPreferences.Alignment.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openide.text with parameters of type PrintPreferences.Alignment
static void PrintPreferences.setFooterAlignment(PrintPreferences.Alignment alignment)
           
static void PrintPreferences.setHeaderAlignment(PrintPreferences.Alignment alignment)
           
 


org.openide.text 6.16.1

Built on December 10 2010.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.