Search
XmlContext.writePointF Method (Single, Single, String, Element)
See Also
 






Writes the specified Point2D under the specified name. The x and y components of the point are written as attributes.

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

 Syntax

Java  Copy Code

public Element writePointF (
    float x,
    float y,
    String elementName,
    Element parentElement
)

 Parameters

x

y

elementName

parentElement

 Return Value

 See Also