Class CellStyle

  • Direct Known Subclasses:
    CellStyleDocxPpt, CellStyleXlsx

    public abstract class CellStyle
    extends java.lang.Object
    Abstract class for cellstyles.
    • Constructor Summary

      Constructors 
      Constructor Description
      CellStyle()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract com.google.gson.JsonObject getJSON()  
      • Methods inherited from class java.lang.Object

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

      • CellStyle

        public CellStyle()
    • Method Detail

      • getJSON

        public abstract com.google.gson.JsonObject getJSON()
        Returns:
        JSONObject with the tags for this tableCell for the Cloud Office Print server.