Search
XmlContext.writeFloatAttribute Method
See Also
 






Writes a float value with the specified name.

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

 Syntax

Java  Copy Code

public void writeFloatAttribute (
    float value,
    String name,
    Element element
)

 Parameters

value

name

element

 See Also