Uses of Class
org.odftoolkit.odfdom.type.Duration

Packages that use Duration
org.odftoolkit.odfdom.incubator.meta Provide classes to access the metadata of ODF documents. 
org.odftoolkit.odfdom.type   
 

Uses of Duration in org.odftoolkit.odfdom.incubator.meta
 

Methods in org.odftoolkit.odfdom.incubator.meta that return Duration
 Duration OdfOfficeMeta.getEditingDuration()
          Receives the value of the ODFDOM element representation MetaEditingDurationElement , See .
 

Methods in org.odftoolkit.odfdom.incubator.meta with parameters of type Duration
 void OdfOfficeMeta.setEditingDuration(Duration editingDuration)
          Sets the value of the ODFDOM element representation MetaEditingDurationElement , See .
 

Uses of Duration in org.odftoolkit.odfdom.type
 

Methods in org.odftoolkit.odfdom.type that return Duration
static Duration Duration.valueOf(java.lang.String stringValue)
          Returns a DurationType instance representing the specified String value
 



Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.