Package org.javlo.service.pdf
Class PDFLayout
- java.lang.Object
-
- org.javlo.service.pdf.PDFLayout
-
public class PDFLayout extends Object
-
-
Constructor Summary
Constructors Constructor Description PDFLayout()
-
Method Summary
-
-
-
Field Detail
-
REQUEST_KEY
public static final String REQUEST_KEY
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
LANDSCAPE
public static final String LANDSCAPE
- See Also:
- Constant Field Values
-
PORTRAIT
public static final String PORTRAIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final PDFLayout getInstance(javax.servlet.http.HttpServletRequest request)
-
getInstance
public static final PDFLayout getInstance(String data) throws IllegalAccessException, InvocationTargetException
-
getHeight
public String getHeight()
-
setHeight
public void setHeight(String height)
-
getWidth
public String getWidth()
-
getContainerWidth
public String getContainerWidth()
-
setWidth
public void setWidth(String width)
-
getPageSize
public String getPageSize()
-
setPageSize
public void setPageSize(String pageSize)
-
getFontFamily
public String getFontFamily()
-
setFontFamily
public void setFontFamily(String fontFamily)
-
getFontSize
public String getFontSize()
-
setFontSize
public void setFontSize(String fontSize)
-
getBackgroundImage
public String getBackgroundImage()
-
setBackgroundImage
public void setBackgroundImage(String backgroundImage)
-
getMarginTop
public String getMarginTop()
-
setMarginTop
public void setMarginTop(String marginTop)
-
getMarginBottom
public String getMarginBottom()
-
setMarginBottom
public void setMarginBottom(String marginBottom)
-
getMarginLeft
public String getMarginLeft()
-
setMarginLeft
public void setMarginLeft(String marginLeft)
-
getMarginRight
public String getMarginRight()
-
setMarginRight
public void setMarginRight(String marginRight)
-
getOrientation
public String getOrientation()
-
setOrientation
public void setOrientation(String orientation)
-
getLandscape
public static String getLandscape()
-
getPortrait
public static String getPortrait()
-
store
public String store()
-
setValues
public void setValues(String jsonString) throws IllegalAccessException, InvocationTargetException
-
getBackgroundSize
public String getBackgroundSize()
-
setBackgroundSize
public void setBackgroundSize(String backgroundSize)
-
-