com.itextpdf.tool.itextdoc.pdf
Interface PdfUtil
- All Known Implementing Classes:
- PdfUtilImpl
public interface PdfUtil
- Author:
- redlab_b http://www.redlab.be/
createPDFBookmark
HeaderNode createPDFBookmark(DocumentationPipelineContext dpc,
String title,
HeaderNode master)
- Create a bookmark in the PDF.
- Parameters:
dpc
- the DocumentationPipelineContexttitle
- the title for the bookmarkmaster
- the parent node
- Returns:
- the created HeaderNode
createBookMark
void createBookMark(DocumentationPipelineContext dpc,
Map<String,String> attr)
- Parameters:
dpc
- the DocumentationPipelineContextattr
- the tags attributes
createIBookMark
void createIBookMark(DocumentationPipelineContext dpc,
Map<String,String> attr)
- Parameters:
dpc
- the DocumentationPipelineContextattr
- the tags attributes
closeBookMark
void closeBookMark(DocumentationPipelineContext dpc)
- Parameters:
dpc
- the DocumentationPipelineContext
setImageProvider
void setImageProvider(WorkerContext ctx,
Tag t)
throws NoCustomContextException
- Parameters:
ctx
- the WorkerContextt
- the tag
- Throws:
NoCustomContextException
- if HtmlPipelineContext is not found
setLinkProvider
void setLinkProvider(WorkerContext ctx,
Tag t)
throws NoCustomContextException
- Parameters:
ctx
- the WorkerContextt
- the tag
- Throws:
NoCustomContextException
- if HtmlPipelineContext is not found
Copyright © 2011 1T3XT BVBA. All Rights Reserved.