C E G I O P R S 
All Classes All Packages

C

clickSave() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
clickSave(boolean) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
close() - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 

E

export(URL, String, String) - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
Click on the export button and wait for the PDF document to be generated.

G

getChromeDockerContainerName() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getChromeRemoteDebuggingPort() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getCover() - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
 
getCoverCheckbox() - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
 
getDockerNetwork() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getFooter() - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
 
getFooterCheckbox() - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
 
getGeneratorSelect() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getGeneratorStatus(boolean) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getHeader() - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
 
getHeaderCheckbox() - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
 
getHeight() - Method in class org.xwiki.export.pdf.test.po.PDFImage
 
getImages() - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getImagesFromPage(int) - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getLinks() - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getLinksFromPage(int) - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getNumberOfPages() - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getTableOfContents() - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
 
getTemplateSelect() - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
 
getTemplatesInput() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
getText() - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getTextFromPage(int) - Method in class org.xwiki.export.pdf.test.po.PDFDocument
 
getTocCheckbox() - Method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
 
getWidth() - Method in class org.xwiki.export.pdf.test.po.PDFImage
 
getXWikiHost() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
gotoPage() - Static method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Open the PDF export administration section.

I

isChromeDockerContainerNameValid() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
isChromeRemoteDebuggingPortValid() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 
isDockerNetworkValid() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
 

O

open(ViewPage) - Static method in class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
Opens the PDF export options modal for the given page.
org.xwiki.export.pdf.test.po - package org.xwiki.export.pdf.test.po
 

P

PDFDocument - Class in org.xwiki.export.pdf.test.po
Utility class to verify the content of a PDF document.
PDFDocument(URL) - Constructor for class org.xwiki.export.pdf.test.po.PDFDocument
Fetches and parses a PDF document from a given URL.
PDFDocument(URL, String, String) - Constructor for class org.xwiki.export.pdf.test.po.PDFDocument
Fetches and parses a PDF document from a given URL.
PDFExportAdministrationSectionPage - Class in org.xwiki.export.pdf.test.po
Represents the actions possible on the PDF export administration section.
PDFExportAdministrationSectionPage() - Constructor for class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Default constructor.
PDFExportOptionsModal - Class in org.xwiki.export.pdf.test.po
Represents the actions possible on the modal used to configure and trigger the PDF export.
PDFExportOptionsModal() - Constructor for class org.xwiki.export.pdf.test.po.PDFExportOptionsModal
Default constructor.
PDFImage - Class in org.xwiki.export.pdf.test.po
Represents an image from a PDF document.
PDFImage(PDImageXObject) - Constructor for class org.xwiki.export.pdf.test.po.PDFImage
Creates a new instance wrapping the given PDF image.
PDFTemplateEditPage - Class in org.xwiki.export.pdf.test.po
Represents the actions possible when editing a PDF template.
PDFTemplateEditPage() - Constructor for class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
 

R

reset() - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Restore the default configuration.

S

setChromeDockerContainerName(String) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Sets the name of the Chrome Docker container.
setChromeRemoteDebuggingPort(String) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Sets the port used to connect to the Chrome web browser.
setCover(String) - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
Sets the code that controls the PDF cover
setDockerNetwork(String) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Set the value of the Docker network configuration.
setFooter(String) - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
Sets the code that controls the PDF footer.
setHeader(String) - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
Sets the code that controls the PDF header.
setTableOfContents(String) - Method in class org.xwiki.export.pdf.test.po.PDFTemplateEditPage
Sets the code that controls the PDF table of content
setXWikiHost(String) - Method in class org.xwiki.export.pdf.test.po.PDFExportAdministrationSectionPage
Sets the value of the XWiki host configuration
C E G I O P R S 
All Classes All Packages