com.itextpdf.tool.itextdoc.pdf
Interface PdfUtil

All Known Implementing Classes:
PdfUtilImpl

public interface PdfUtil

Author:
redlab_b http://www.redlab.be/

Method Summary
 void closeBookMark(DocumentationPipelineContext dpc)
           
 void createBookMark(DocumentationPipelineContext dpc, Map<String,String> attr)
           
 void createIBookMark(DocumentationPipelineContext dpc, Map<String,String> attr)
           
 HeaderNode createPDFBookmark(DocumentationPipelineContext dpc, String title, HeaderNode master)
          Create a bookmark in the PDF.
 void setImageProvider(WorkerContext ctx, Tag t)
           
 void setLinkProvider(WorkerContext ctx, Tag t)
           
 

Method Detail

createPDFBookmark

HeaderNode createPDFBookmark(DocumentationPipelineContext dpc,
                             String title,
                             HeaderNode master)
Create a bookmark in the PDF.

Parameters:
dpc - the DocumentationPipelineContext
title - the title for the bookmark
master - the parent node
Returns:
the created HeaderNode

createBookMark

void createBookMark(DocumentationPipelineContext dpc,
                    Map<String,String> attr)
Parameters:
dpc - the DocumentationPipelineContext
attr - the tags attributes

createIBookMark

void createIBookMark(DocumentationPipelineContext dpc,
                     Map<String,String> attr)
Parameters:
dpc - the DocumentationPipelineContext
attr - the tags attributes

closeBookMark

void closeBookMark(DocumentationPipelineContext dpc)
Parameters:
dpc - the DocumentationPipelineContext

setImageProvider

void setImageProvider(WorkerContext ctx,
                      Tag t)
                      throws NoCustomContextException
Parameters:
ctx - the WorkerContext
t - the tag
Throws:
NoCustomContextException - if HtmlPipelineContext is not found

setLinkProvider

void setLinkProvider(WorkerContext ctx,
                     Tag t)
                     throws NoCustomContextException
Parameters:
ctx - the WorkerContext
t - the tag
Throws:
NoCustomContextException - if HtmlPipelineContext is not found


Copyright © 2011 1T3XT BVBA. All Rights Reserved.