com.groupdocs.viewer.domain.response
Class DocumentDescription

java.lang.Object
  extended by com.groupdocs.viewer.domain.response.DocumentDescription

public class DocumentDescription
extends Object

Author:
Alex Bobkov

Constructor Summary
DocumentDescription()
           
 
Method Summary
 Double getMaxPageHeight()
           
 List<Pages> getPages()
           
 Double getWidthForMaxHeight()
           
 void setMaxPageHeight(Double maxPageHeight)
           
 void setPages(List<Pages> pages)
           
 void setWidthForMaxHeight(Double widthForMaxHeight)
           
 String toJson()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentDescription

public DocumentDescription()
Method Detail

toJson

public String toJson()

getPages

public List<Pages> getPages()

setPages

public void setPages(List<Pages> pages)

getMaxPageHeight

public Double getMaxPageHeight()

setMaxPageHeight

public void setMaxPageHeight(Double maxPageHeight)

getWidthForMaxHeight

public Double getWidthForMaxHeight()

setWidthForMaxHeight

public void setWidthForMaxHeight(Double widthForMaxHeight)


Copyright © 2014. All rights reserved.