com.itextpdf.tool.xml.css.apply
Class ParagraphCssApplier

java.lang.Object
  extended by com.itextpdf.tool.xml.css.apply.ParagraphCssApplier

public class ParagraphCssApplier
extends Object

Applies CSS on a Paragraph

Author:
itextpdf.com

Constructor Summary
ParagraphCssApplier()
          Construct a ParagraphCssApplier with the given HtmlPipelineContext
 
Method Summary
 Paragraph apply(Paragraph p, Tag t, MarginMemory configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphCssApplier

public ParagraphCssApplier()
Construct a ParagraphCssApplier with the given HtmlPipelineContext

Parameters:
htmlPipelineContext - the context
Method Detail

apply

public Paragraph apply(Paragraph p,
                       Tag t,
                       MarginMemory configuration)


Copyright © 2011. All Rights Reserved.