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

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

public class AnyDocumentDescription
extends Object
implements DocumentDescription

Author:
Alex Bobkov

Constructor Summary
AnyDocumentDescription()
           
 
Method Summary
 Double getMaxPageHeight()
          Get max page height
 List<Page> getPages()
          Get pages
 Double getWidthForMaxHeight()
          Get width for max height
 void setMaxPageHeight(Double maxPageHeight)
          Set max page height
 void setPages(List<Page> pages)
          Set pages
 void setWidthForMaxHeight(Double widthForMaxHeight)
          Set width for max height
 String toJson()
          To json
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyDocumentDescription

public AnyDocumentDescription()
Method Detail

toJson

public String toJson()
To json

Specified by:
toJson in interface DocumentDescription
Returns:
json

getPages

public List<Page> getPages()
Get pages

Returns:
pages

setPages

public void setPages(List<Page> pages)
Set pages

Parameters:
pages - pages

getMaxPageHeight

public Double getMaxPageHeight()
Get max page height

Returns:
max page height

setMaxPageHeight

public void setMaxPageHeight(Double maxPageHeight)
Set max page height

Parameters:
maxPageHeight - max page height

getWidthForMaxHeight

public Double getWidthForMaxHeight()
Get width for max height

Returns:
width

setWidthForMaxHeight

public void setWidthForMaxHeight(Double widthForMaxHeight)
Set width for max height

Parameters:
widthForMaxHeight - width


Copyright © 2014. All rights reserved.