Search
XmlContext.writeMeasure Method
See Also
 






Writes the specified Measure object as an XML element with the specified name and the specified parent.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public Element writeMeasure (
    Measure measure,
    String elementName,
    Element parentElement
)

 Parameters

measure

The Measure object to write.

elementName

The name of the new XML element.

parentElement

The parent of the new XML element.

 Return Value

The newly created XML element.

 See Also