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 final Double getL()
Returns:

setL

public final void setL(Double l)
Parameters:
l -

getT

public final Double getT()
Returns:

setT

public final void setT(Double t)
Parameters:
t -

getW

public final Double getW()
Returns:

setW

public final void setW(Double w)
Parameters:
w -

getH

public final Double getH()
Returns:

setH

public final void setH(Double h)
Parameters:
h -

getC

public final List<Double> getC()
Returns:

setC

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

getS

public final String getS()
Returns:

setS

public final void setS(String s)
Parameters:
s -

getCh

public final List<Double> getCh()
Returns:

setCh

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


Copyright © 2014. All rights reserved.