com.groupdocs.annotation.domain.response
Class GetPdf2JavaScriptResponsePagesRow

java.lang.Object
  extended by com.groupdocs.annotation.domain.response.GetPdf2JavaScriptResponsePagesRow

public class GetPdf2JavaScriptResponsePagesRow
extends Object

Get PDF to JavaScript response page row

Author:
Aleksey Permyakov

Constructor Summary
GetPdf2JavaScriptResponsePagesRow()
           
 
Method Summary
 List<Double> getC()
           
 List<Double> getCh()
           
 Double getH()
           
 Double getL()
           
 String getS()
           
 Double getT()
           
 Double getW()
           
 void setC(List<Double> c)
           
 void setCh(List<Double> ch)
           
 void setH(Double h)
           
 void setL(Double l)
           
 void setS(String s)
           
 void setT(Double t)
           
 void setW(Double w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetPdf2JavaScriptResponsePagesRow

public GetPdf2JavaScriptResponsePagesRow()
Method Detail

getL

public Double getL()
Returns:

setL

public void setL(Double l)
Parameters:
l -

getT

public Double getT()
Returns:

setT

public void setT(Double t)
Parameters:
t -

getW

public Double getW()
Returns:

setW

public void setW(Double w)
Parameters:
w -

getH

public Double getH()
Returns:

setH

public void setH(Double h)
Parameters:
h -

getC

public List<Double> getC()
Returns:

setC

public void setC(List<Double> c)
Parameters:
c -

getS

public String getS()
Returns:

setS

public void setS(String s)
Parameters:
s -

getCh

public List<Double> getCh()
Returns:

setCh

public void setCh(List<Double> ch)
Parameters:
ch -


Copyright © 2014. All rights reserved.