public class AnyDocumentDescription extends Object implements DocumentDescription
Constructor and Description |
---|
AnyDocumentDescription() |
Modifier and Type | Method and Description |
---|---|
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
|
public String toJson()
toJson
in interface DocumentDescription
public Double getMaxPageHeight()
public void setMaxPageHeight(Double maxPageHeight)
maxPageHeight
- max page heightpublic Double getWidthForMaxHeight()
public void setWidthForMaxHeight(Double widthForMaxHeight)
widthForMaxHeight
- widthCopyright © 2015. All rights reserved.