Class SheetData

  • All Implemented Interfaces:
    JSONNode, JSONAware

    public class SheetData
    extends java.lang.Object
    implements JSONNode
    see http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.html
    Author:
    jumperchen
    • Constructor Summary

      Constructors 
      Constructor Description
      SheetData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAttributes​(java.util.Map<java.lang.String,​java.lang.String> attributes)  
      void addContent​(java.lang.String text)  
      void addElement​(java.lang.String name, JSONAware element)  
      java.lang.Object get​(java.lang.String key)  
      java.lang.String toJSONString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SheetData

        public SheetData()
    • Method Detail

      • toJSONString

        public java.lang.String toJSONString()
        Specified by:
        toJSONString in interface JSONAware
        Returns:
        JSON text
      • addAttributes

        public void addAttributes​(java.util.Map<java.lang.String,​java.lang.String> attributes)
        Specified by:
        addAttributes in interface JSONNode
      • addContent

        public void addContent​(java.lang.String text)
        Specified by:
        addContent in interface JSONNode
      • get

        public java.lang.Object get​(java.lang.String key)
        Specified by:
        get in interface JSONNode