org.jopendocument.dom.style.data
Class TimeStyle

java.lang.Object
  extended by org.jopendocument.dom.ODNode
      extended by org.jopendocument.dom.Style
          extended by org.jopendocument.dom.style.data.DataStyle
              extended by org.jopendocument.dom.style.data.TimeStyle

public class TimeStyle
extends DataStyle


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jopendocument.dom.style.data.DataStyle
DataStyle.DataStyleDesc<S extends DataStyle>
 
Field Summary
static DataStyle.DataStyleDesc<TimeStyle> DESC
           
 
Fields inherited from class org.jopendocument.dom.style.data.DataStyle
DATA_STYLES_DESCS
 
Constructor Summary
TimeStyle(ODPackage pkg, org.jdom.Element elem)
           
 
Method Summary
 java.lang.String format(java.lang.Object o, CellStyle defaultStyle, boolean lenient)
           
 
Methods inherited from class org.jopendocument.dom.style.data.DataStyle
addStringLiteral, canFormat, convert, getDataType, getDecimalPlaces, getEpoch, getTextProperties, getTitle
 
Methods inherited from class org.jopendocument.dom.Style
dup, equals, getFormattingProperties, getFormattingProperties, getFormattingProperties, getName, getNS, getReferencedStyle, getReferencedStyleElement, getReferences, getStyle, getStyleDesc, getStyleStyleDesc, hashCode, isReferencedAtMostOnce, register, warp
 
Methods inherited from class org.jopendocument.dom.ODNode
getElement, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DESC

public static final DataStyle.DataStyleDesc<TimeStyle> DESC
Constructor Detail

TimeStyle

public TimeStyle(ODPackage pkg,
                 org.jdom.Element elem)
Method Detail

format

public java.lang.String format(java.lang.Object o,
                               CellStyle defaultStyle,
                               boolean lenient)
Specified by:
format in class DataStyle