|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.viewer.domain.response.description.AnyDocumentDescription
public class AnyDocumentDescription
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 |
---|
public AnyDocumentDescription()
Method Detail |
---|
public String toJson()
toJson
in interface DocumentDescription
public List<Page> getPages()
public void setPages(List<Page> pages)
pages
- pagespublic Double getMaxPageHeight()
public void setMaxPageHeight(Double maxPageHeight)
maxPageHeight
- max page heightpublic Double getWidthForMaxHeight()
public void setWidthForMaxHeight(Double widthForMaxHeight)
widthForMaxHeight
- width
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |