Search
XmlPersistContext.writeFont Method
See Also
 






Writes the specified Font.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Element writeFont (
    Font font,
    String elementName,
    Element parentElement
)

 Parameters

font

The Font value to write.

elementName

The name of the element to write.

parentElement

The parent element.

 Return Value

The newly created Element.

 See Also