com.itextpdf.tool.xml.css.apply
Class ParagraphCssApplier
java.lang.Object
com.itextpdf.tool.xml.css.apply.ParagraphCssApplier
public class ParagraphCssApplier
- extends Object
Applies CSS on a Paragraph
- Author:
- itextpdf.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParagraphCssApplier
public ParagraphCssApplier(CssAppliers appliers)
- Construct a ParagraphCssApplier.
apply
public Paragraph apply(Paragraph p,
Tag t,
MarginMemory configuration)
- Styles a paragraph
- Parameters:
p
- the paragrapht
- the tagconfiguration
- the MarginMemory
- Returns:
- a styled
Paragraph
Copyright © 2012. All Rights Reserved.