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
SyntaxJava
Copy Code
|
|---|
public Element writeRectangle ( |
The Rectangle object to write.
The name of the new XML element.
The parent of the new XML element.
The newly created XML element.
See Also