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

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

public class NoNewLineParagraphCssApplier
extends Object

Author:
itextpdf.com

Constructor Summary
NoNewLineParagraphCssApplier()
           
 
Method Summary
 NoNewLineParagraph apply(NoNewLineParagraph p, Tag t, MarginMemory configuration)
          Styles a NoNewLineParagraph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoNewLineParagraphCssApplier

public NoNewLineParagraphCssApplier()
Method Detail

apply

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

Parameters:
p - the paragraph to style
t - the tag
configuration - the MarginMemory to check margin sizes
Returns:
a styled NoNewLineParagraph


Copyright © 2012. All Rights Reserved.