writer2latex.util
Class XhtmlFormatOption

java.lang.Object
  extended by writer2latex.util.Option
      extended by writer2latex.util.IntegerOption
          extended by writer2latex.util.XhtmlFormatOption

 class XhtmlFormatOption
extends IntegerOption


Field Summary
 
Fields inherited from class writer2latex.util.IntegerOption
nValue
 
Fields inherited from class writer2latex.util.Option
sValue
 
Constructor Summary
XhtmlFormatOption(java.lang.String sName, java.lang.String sDefaultValue)
           
 
Method Summary
(package private)  void setString(java.lang.String sValue)
           
 
Methods inherited from class writer2latex.util.IntegerOption
getValue
 
Methods inherited from class writer2latex.util.Option
getName, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlFormatOption

XhtmlFormatOption(java.lang.String sName,
                  java.lang.String sDefaultValue)
Method Detail

setString

void setString(java.lang.String sValue)
Overrides:
setString in class Option