org.odftoolkit.odfdom.converter.pdf.internal.styles
Class StyleNumFormat

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.styles.StyleNumFormat

public class StyleNumFormat
extends Object


Method Summary
static StyleNumFormat createAlphabetical(boolean lowercase)
           
static StyleNumFormat createNumerical()
           
static StyleNumFormat createRoman(boolean lowercase)
           
 boolean isAlphabetical()
           
 boolean isLowercase()
           
 boolean isRoman()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createNumerical

public static StyleNumFormat createNumerical()

createAlphabetical

public static StyleNumFormat createAlphabetical(boolean lowercase)

createRoman

public static StyleNumFormat createRoman(boolean lowercase)

isAlphabetical

public boolean isAlphabetical()

isRoman

public boolean isRoman()

isLowercase

public boolean isLowercase()


Copyright © 2013. All rights reserved.