Class Cell

  • All Implemented Interfaces:
    JSONNode, JSONAware

    public class Cell
    extends java.lang.Object
    implements JSONNode
    see http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.html
    Author:
    jumperchen
    • Constructor Summary

      Constructors 
      Constructor Description
      Cell()  
    • 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

      • Cell

        public Cell()
    • Method Detail

      • addAttributes

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

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

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

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