Search
XmlContext.readRectangle Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Rectangle readRectangle (
    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 Rectangle read; An empty rectangle if reading has failed.

 See Also