Search
XmlContext.readEnum Method
See Also
 






Reads an enumeration object from the element with the specified name.

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

 Syntax

Java  Copy Code

public Integer readEnum (
    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 enumeration object read; 0 if reading has failed.

 See Also