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

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

public class HtmlDocumentDescription
extends Object
implements DocumentDescription

Author:
Alex Bobkov

Constructor Summary
HtmlDocumentDescription()
           
 
Method Summary
 void setPageCount(Integer pageCount)
           
 String toJson()
          To json
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDocumentDescription

public HtmlDocumentDescription()
Method Detail

toJson

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

Specified by:
toJson in interface DocumentDescription
Returns:
json

setPageCount

public void setPageCount(Integer pageCount)


Copyright © 2014. All rights reserved.