|
||||||||||
| 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 Double getW()
public void setW(Double w)
w - widthpublic Double getH()
public void setH(Double h)
h - heightpublic Integer getNumber()
public void setNumber(Integer number)
number - numberpublic List<GetPdf2JavaScriptResponsePagesRow> getRows()
public 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 | |||||||||