Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
F
H
L
O
P
R
S
T
V
W
A
AutoPagination
- Static variable in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Documentation forthcoming
appendComponent(WOComponent)
- Method in class com.secondmove.wopdfreports.
PDFPage
Has the component generate HTML, converts it to PDF and appends it to the document.
appendComponentWithDisplayGroupNamed(WOComponent, String)
- Method in class com.secondmove.wopdfreports.
PDFPage
Appends the HTML generated by the component for each of the batches in a displaygroup.
appendPageWithHTMLStringAndBaseURL(String, String)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Appends a page to the PDF document converting HTML to pdf
appendPageWithURL(String)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Appends a page to the PDF document converting HTML to pdf
appendToResponse(WOResponse, WOContext)
- Method in class com.secondmove.wopdfreports.
PDFPage
Invokes the convertors' closeDocument method, retrieves the generated PDF document and presents it to the client (browser) by setting the necessary headers.
B
bottomMargin()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the bottom margin in points.
C
ClipPagination
- Static variable in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Documentation forthcoming
closeDocument()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Closes the PDF document
com.secondmove.webpdfreports
- package com.secondmove.webpdfreports
com.secondmove.wopdfreports
- package com.secondmove.wopdfreports
convertor()
- Method in class com.secondmove.wopdfreports.
PDFPage
createDocument()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Creates a PDF document using "A4" as the papername and PortraitOrientation as the orientation.
createDocument(String, int)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Creates a pdf document.
createDocument(PaperSize, int)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Creates a PDF document.
F
FitPagination
- Static variable in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Documentation forthcoming
H
HTML2PDFConvertor
- class com.secondmove.webpdfreports.
HTML2PDFConvertor
.
HTML2PDFConvertor()
- Constructor for class com.secondmove.webpdfreports.
HTML2PDFConvertor
height()
- Method in class com.secondmove.webpdfreports.
PaperSize
horizontalPagination()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the horizontal pagination mode.
L
LandscapeOrientation
- Static variable in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Orientation is landscape (page is wider than it is tall).
leftMargin()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the left margin in points.
O
orientation()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the orientation of the document.
P
PDFPage
- class com.secondmove.wopdfreports.
PDFPage
.
PDFPage(WOContext)
- Constructor for class com.secondmove.wopdfreports.
PDFPage
Basic constructor
PaperSize
- class com.secondmove.webpdfreports.
PaperSize
.
PaperSize(float, float)
- Constructor for class com.secondmove.webpdfreports.
PaperSize
PortraitOrientation
- Static variable in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Orientation is portrait (page is taller than it is wide).
paperName()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the papername currently in use by this document.
paperSize()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the papersize in points.
printScalingFactor()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the scale factor percentage.
printsHorizontallyCentered()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Retrieves the horizontal centration mode.
printsVerticallyCentered()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Retrieves the vertical centration mode.
R
reportName()
- Method in class com.secondmove.wopdfreports.
PDFPage
Returns the name of the report.
rightMargin()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the right margin in points.
S
setBottomMargin(float)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the bottom margin.
setConvertor(HTML2PDFConvertor)
- Method in class com.secondmove.wopdfreports.
PDFPage
Sets the HTML2PDFConvertor used for converting HTML to PDF
setHorizontalPagination(int)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the horizontal pagination mode.
setLeftMargin(float)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the left margin.
setOrientation(int)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the orientation for the document.
setPaperName(String)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the papername for this document Invocation only affects pages yet to be appended, not the pages already appended.
setPaperSize(PaperSize)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the papersize for the document.
setPrintScalingFactor(float)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the scale factor percentage before pagination.
setPrintsHorizontallyCentered(boolean)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the horizontal centration.
setPrintsVerticallyCentered(boolean)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the vertical centration.
setReportName(String)
- Method in class com.secondmove.wopdfreports.
PDFPage
Sets the name of the report.
setRightMargin(float)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the right margin.
setShouldPrintBackgrounds(boolean)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Determines wether or not to print backgrounds
setTopMargin(float)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the top margin.
setVerticalPagination(int)
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Sets the vertical pagination mode.
shouldPrintBackgrounds()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns wether or not backgrounds are printed, true if backgrounds are printed, false otherwise.
T
topMargin()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the top margin in points.
V
verticalPagination()
- Method in class com.secondmove.webpdfreports.
HTML2PDFConvertor
Returns the vertical pagination mode.
W
width()
- Method in class com.secondmove.webpdfreports.
PaperSize
A
B
C
F
H
L
O
P
R
S
T
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes