com.groupdocs.viewer.domain.response.description
Class CellsDocumentDescription

java.lang.Object
  extended by com.groupdocs.viewer.domain.response.description.CellsDocumentDescription
All Implemented Interfaces:
DocumentDescription

public class CellsDocumentDescription
extends Object
implements DocumentDescription

Author:
Alex Bobkov

Constructor Summary
CellsDocumentDescription()
           
 
Method Summary
 List<Sheet> getSheets()
           
 void setSheets(List<Sheet> sheets)
           
 String toJson()
          To json
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellsDocumentDescription

public CellsDocumentDescription()
Method Detail

toJson

public String toJson()
Description copied from interface: DocumentDescription
To json

Specified by:
toJson in interface DocumentDescription
Returns:
json

getSheets

public List<Sheet> getSheets()

setSheets

public void setSheets(List<Sheet> sheets)


Copyright © 2015. All rights reserved.