Uses of Class
com.itextpdf.tool.xml.svg.SvgPipelineContext

Packages that use SvgPipelineContext
com.itextpdf.tool.xml.svg   
 

Uses of SvgPipelineContext in com.itextpdf.tool.xml.svg
 

Methods in com.itextpdf.tool.xml.svg that return SvgPipelineContext
 SvgPipelineContext SvgPipelineContext.autoBookmark(boolean autoBookmark)
          Set to true to enable the automatic creation of bookmarks on <h1> to <h6> tags.
 SvgPipelineContext SvgPipelineContext.charSet(Charset cSet)
          Set a Charset to use.
 SvgPipelineContext SvgPipelineContext.clone()
          Create a clone of this HtmlPipelineContext, the clone only contains the initial values, not the internal values.
 SvgPipelineContext AbstractGraphicProcessor.getSvgPipelineContext(WorkerContext context)
          Utility method that fetches the HtmlPipelineContext used if any and if it uses the default key.
 SvgPipelineContext SvgPipelineContext.setAcceptUnknown(boolean acceptUnknown)
          Set to true to allow the HtmlPipeline to accept tags it does not find in the given TagProcessorFactory
 SvgPipelineContext SvgPipelineContext.setImageProvider(ImageProvider imageProvider)
          An ImageProvider can be provided and works in conjunction with Image and ListStyleTypeCssApplier for List Images.
 SvgPipelineContext SvgPipelineContext.setLinkProvider(LinkProvider linkprovider)
          Set the LinkProvider to use if any.
 SvgPipelineContext SvgPipelineContext.setPageSize(Rectangle pageSize)
          If no pageSize is set, the default value A4 is used.
 SvgPipelineContext SvgPipelineContext.setRootTags(List<String> roottags)
          Set the root-tags, this matters for margins.
 SvgPipelineContext SvgPipelineContext.setTagFactory(TagProcessorFactory tagFactory)
          Set the TagProcessorFactory to be used.
 

Constructors in com.itextpdf.tool.xml.svg with parameters of type SvgPipelineContext
SvgPipeline(SvgPipelineContext hpc, Pipeline<?> next)
           
 



Copyright © 2012. All Rights Reserved.