Uses of Class
org.odftoolkit.odfdom.dom.type.OdfNonNegativeLength

Packages that use OdfNonNegativeLength
org.odftoolkit.odfdom.dom.element.draw   
org.odftoolkit.odfdom.dom.element.office   
org.odftoolkit.odfdom.dom.element.style   
org.odftoolkit.odfdom.dom.element.text   
org.odftoolkit.odfdom.dom.type   
 

Uses of OdfNonNegativeLength in org.odftoolkit.odfdom.dom.element.draw
 

Methods in org.odftoolkit.odfdom.dom.element.draw that return OdfNonNegativeLength
 OdfNonNegativeLength OdfTextBoxElement.getCornerRadius()
          Get value of attribute draw:corner-radius.
 OdfNonNegativeLength OdfCaptionElement.getCornerRadius()
          Get value of attribute draw:corner-radius.
 OdfNonNegativeLength OdfRectElement.getCornerRadius()
          Get value of attribute draw:corner-radius.
 OdfNonNegativeLength OdfRectElement.getRx()
          Get value of attribute svg:rx.
 OdfNonNegativeLength OdfRectElement.getRy()
          Get value of attribute svg:ry.
 

Methods in org.odftoolkit.odfdom.dom.element.draw with parameters of type OdfNonNegativeLength
 void OdfTextBoxElement.setCornerRadius(OdfNonNegativeLength cornerRadius)
          Set value of attribute draw:corner-radius.
 void OdfCaptionElement.setCornerRadius(OdfNonNegativeLength cornerRadius)
          Set value of attribute draw:corner-radius.
 void OdfRectElement.setCornerRadius(OdfNonNegativeLength cornerRadius)
          Set value of attribute draw:corner-radius.
 void OdfRectElement.setRx(OdfNonNegativeLength rx)
          Set value of attribute svg:rx.
 void OdfRectElement.setRy(OdfNonNegativeLength ry)
          Set value of attribute svg:ry.
 

Uses of OdfNonNegativeLength in org.odftoolkit.odfdom.dom.element.office
 

Methods in org.odftoolkit.odfdom.dom.element.office that return OdfNonNegativeLength
 OdfNonNegativeLength OdfAnnotationElement.getCornerRadius()
          Get value of attribute draw:corner-radius.
 

Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfNonNegativeLength
 void OdfAnnotationElement.setCornerRadius(OdfNonNegativeLength cornerRadius)
          Set value of attribute draw:corner-radius.
 

Uses of OdfNonNegativeLength in org.odftoolkit.odfdom.dom.element.style
 

Methods in org.odftoolkit.odfdom.dom.element.style that return OdfNonNegativeLength
 OdfNonNegativeLength OdfListLevelLabelAlignmentElement.getListTabStopPosition()
          Get value of attribute text:list-tab-stop-position.
 

Methods in org.odftoolkit.odfdom.dom.element.style with parameters of type OdfNonNegativeLength
 void OdfListLevelLabelAlignmentElement.setListTabStopPosition(OdfNonNegativeLength listTabStopPosition)
          Set value of attribute text:list-tab-stop-position.
 

Uses of OdfNonNegativeLength in org.odftoolkit.odfdom.dom.element.text
 

Methods in org.odftoolkit.odfdom.dom.element.text that return OdfNonNegativeLength
 OdfNonNegativeLength OdfLinenumberingConfigurationElement.getOffset()
          Get value of attribute text:offset.
 

Methods in org.odftoolkit.odfdom.dom.element.text with parameters of type OdfNonNegativeLength
 void OdfLinenumberingConfigurationElement.setOffset(OdfNonNegativeLength offset)
          Set value of attribute text:offset.
 

Uses of OdfNonNegativeLength in org.odftoolkit.odfdom.dom.type
 

Methods in org.odftoolkit.odfdom.dom.type that return OdfNonNegativeLength
static OdfNonNegativeLength OdfNonNegativeLength.valueOf(String stringValue)
          Returns an OdfNonNegativeLength instance representing the specified String value
 



Copyright © 2009. All Rights Reserved.