Uses of Class
org.cdmckay.coffeedom.output.Format.TextMode

Packages that use Format.TextMode
org.cdmckay.coffeedom.output Classes to output CoffeeDOM documents to various destinations. 
 

Uses of Format.TextMode in org.cdmckay.coffeedom.output
 

Methods in org.cdmckay.coffeedom.output that return Format.TextMode
 Format.TextMode Format.getTextMode()
          Returns the current text output style.
static Format.TextMode Format.TextMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Format.TextMode[] Format.TextMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cdmckay.coffeedom.output with parameters of type Format.TextMode
 Format Format.setTextMode(Format.TextMode mode)
          This sets the text output style.
 



Copyright © 2011. All Rights Reserved.