Class Row

  • All Implemented Interfaces:
    JSONNode, JSONAware

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

      • Row

        public Row()
    • Method Detail

      • 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
      • toJSONString

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

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