Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IShape Interface / fromJson Method
the json string represents a shape
In This Topic
    fromJson Method
    In This Topic
    Generate a new shape from the json string.
    Syntax
    void fromJson( 
       java.lang.String json
    )

    Parameters

    json
    the json string represents a shape
    See Also