|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.groupdocs.annotation.domain.response.GetPdf2JavaScriptResponsePages
public class GetPdf2JavaScriptResponsePages
Get PDF to javaScript response pages
Constructor Summary | |
---|---|
GetPdf2JavaScriptResponsePages()
|
Method Summary | |
---|---|
Double |
getH()
Get height |
Integer |
getNumber()
Get number |
List<GetPdf2JavaScriptResponsePagesRow> |
getRows()
Get list of response page rows |
Double |
getW()
Get width |
void |
setH(Double h)
Set height |
void |
setNumber(Integer number)
Set number |
void |
setRows(List<GetPdf2JavaScriptResponsePagesRow> rows)
Set list of response page rows |
void |
setW(Double w)
Set width |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetPdf2JavaScriptResponsePages()
Method Detail |
---|
public final Double getW()
public final void setW(Double w)
w
- widthpublic final Double getH()
public final void setH(Double h)
h
- heightpublic final Integer getNumber()
public final void setNumber(Integer number)
number
- numberpublic final List<GetPdf2JavaScriptResponsePagesRow> getRows()
public final void setRows(List<GetPdf2JavaScriptResponsePagesRow> rows)
rows
- list of response page rows
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |