Search
XmlContext.writeRectangle Method
See Also
 






Writes the specified Rectangle 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 writeRectangle (
    Rectangle rect,
    String elementName,
    Element parentElement
)

 Parameters

rect

The Rectangle 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