站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.openide.text.PrintPreferences.Alignment (Text API) - NetBeans API Javadoc (Current Development Version)

org.openide.text 6.16

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're 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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.