public interface IHTMLLinksProvider
Modifier and Type | Method and Description |
---|---|
HTMLBlock |
getLinksForDHTML(int currentPage,
int totalPage,
java.lang.String fileNamePrefix,
boolean top)
This method is called during DHTML export and provides a way for a user to specify custom
HTML code to display the navigation links.
|
HTMLBlock |
getLinksForHTML(int currentPage,
int totalPage,
java.lang.String fileNamePrefix,
boolean top)
This method is called during HTML export and provides a way for a user to specify custom HTML
code to display the navigation links.
|
HTMLBlock |
getTOCLinkForDHTML(int cPage,
int tPage,
java.lang.String body) |
HTMLBlock getLinksForHTML(int currentPage, int totalPage, java.lang.String fileNamePrefix, boolean top)
currentPage
- Current page numbertotalPage
- Total page numberfileNamePrefix
- The prefix of all the generated files. This is also the name of the first file.top
- Indicate if this section will appear on the top or bottom of the page. This
argument is always true in EspressReport 2.0 since it only supports links on the
top of the page.HTMLBlock getLinksForDHTML(int currentPage, int totalPage, java.lang.String fileNamePrefix, boolean top)
currentPage
- Current page numbertotalPage
- Total page numberfileNamePrefix
- The prefix of all the generated files. This is also the name of the first file.top
- Indicate if this section will appear on the top or bottom of the page. This
argument is always true in EspressReport 2.0 since it only supports links on the
top of the page.HTMLBlock getTOCLinkForDHTML(int cPage, int tPage, java.lang.String body)