Search
XmlContext.readMeasure Method
See Also
 






Reads a Measure value from the element with the specified name.

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

 Syntax

Java  Copy Code

public Measure readMeasure (
    String elementName,
    Element parentElement
)

 Parameters

elementName

A string that identifies the element to read.

parentElement

An instance of the Element class that specifies the parent element.

 Return Value

The Measure read; Empty Measure if reading has failed.

 See Also