Uses of Class
net.sf.mmm.util.text.api.TextColumnInfo.IndentationMode

Packages that use TextColumnInfo.IndentationMode
net.sf.mmm.util.text.api Provides the API for utilities that help with textual operations. 
 

Uses of TextColumnInfo.IndentationMode in net.sf.mmm.util.text.api
 

Fields in net.sf.mmm.util.text.api declared as TextColumnInfo.IndentationMode
private  TextColumnInfo.IndentationMode TextColumnInfo.indentationMode
           
 

Methods in net.sf.mmm.util.text.api that return TextColumnInfo.IndentationMode
 TextColumnInfo.IndentationMode TextColumnInfo.getIndentationMode()
          This method gets the TextColumnInfo.IndentationMode that defines when to add an indentation.
static TextColumnInfo.IndentationMode TextColumnInfo.IndentationMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextColumnInfo.IndentationMode[] TextColumnInfo.IndentationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mmm.util.text.api with parameters of type TextColumnInfo.IndentationMode
 void TextColumnInfo.setIndentationMode(TextColumnInfo.IndentationMode indentationMode)
          This method sets the indentation-mode.
 



Copyright © 2001-2010 mmm-Team. All Rights Reserved.