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(CssAppliers appliers)
          Construct a ParagraphCssApplier.
 
Method Summary
 Paragraph apply(Paragraph p, Tag t, MarginMemory configuration)
          Styles a paragraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParagraphCssApplier

public ParagraphCssApplier(CssAppliers appliers)
Construct a ParagraphCssApplier.

Method Detail

apply

public Paragraph apply(Paragraph p,
                       Tag t,
                       MarginMemory configuration)
Styles a paragraph

Parameters:
p - the paragraph
t - the tag
configuration - the MarginMemory
Returns:
a styled Paragraph


Copyright © 2012. All Rights Reserved.