org.jopendocument.dom.style.data
Class BooleanStyle
java.lang.Object
org.jopendocument.dom.ODNode
org.jopendocument.dom.Style
org.jopendocument.dom.style.data.DataStyle
org.jopendocument.dom.style.data.BooleanStyle
public class BooleanStyle
- extends DataStyle
|
Method Summary |
java.lang.String |
format(java.lang.Object o,
CellStyle defaultStyle,
boolean lenient)
|
static java.lang.Boolean |
toBoolean(java.lang.Object o)
|
static java.lang.String |
toString(boolean b,
java.util.Locale locale,
boolean lenient)
|
| Methods inherited from class org.jopendocument.dom.Style |
dup, equals, getFormattingProperties, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, hashCode, isReferencedAtMostOnce, isStandardStyleResolution, register, registerAllVersions, setStandardStyleResolution, warp |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
BooleanStyle
public BooleanStyle(ODPackage pkg,
org.jdom.Element elem)
toBoolean
public static final java.lang.Boolean toBoolean(java.lang.Object o)
toString
public static final java.lang.String toString(boolean b,
java.util.Locale locale,
boolean lenient)
format
public java.lang.String format(java.lang.Object o,
CellStyle defaultStyle,
boolean lenient)
- Specified by:
format in class DataStyle