|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.GetPdf2JavaScriptResponse
public class GetPdf2JavaScriptResponse
Get PDF to JavaScript response
Constructor Summary | |
---|---|
GetPdf2JavaScriptResponse()
|
Method Summary | |
---|---|
Double |
getMaxPageHeight()
Get maximum page height |
List<GetPdf2JavaScriptResponsePages> |
getPages()
Get list of response pages |
Double |
getWidthForMaxHeight()
Get width for maximum page height |
void |
setMaxPageHeight(Double maxPageHeight)
Set maximum page height |
void |
setPages(List<GetPdf2JavaScriptResponsePages> pages)
Set list of response pages |
void |
setWidthForMaxHeight(Double widthForMaxHeight)
Set width for maximum page height |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetPdf2JavaScriptResponse()
Method Detail |
---|
public List<GetPdf2JavaScriptResponsePages> getPages()
public void setPages(List<GetPdf2JavaScriptResponsePages> pages)
pages
- list of response pagespublic Double getMaxPageHeight()
public void setMaxPageHeight(Double maxPageHeight)
maxPageHeight
- maximum 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 |