public class ParagraphCssApplier extends Object implements CssApplier<Paragraph>
Paragraph 
      | Constructor and Description | 
|---|
ParagraphCssApplier(CssAppliers appliers) 
            
              Construct a ParagraphCssApplier. 
               |  
          
| Modifier and Type | Method and Description | 
|---|---|
Paragraph |  
           apply(Paragraph p, Tag t, MarginMemory configuration) 
            
              Styles a paragraph 
               |  
          
Paragraph |  
           apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) 
            
              Styles an element 
               |  
          
public ParagraphCssApplier(CssAppliers appliers)
public Paragraph apply(Paragraph p, Tag t, MarginMemory configuration)
p - the paragraph 
           t - the tag 
           configuration - the MarginMemory 
           Paragraph 
           public Paragraph apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier 
          apply in interface CssApplier<Paragraph> 
           p - the element 
           t - the tag 
           configuration - the MarginMemory 
           psc - the PageSizeContainable 
           ctx - the HtmlPipelineContext 
           Paragraph 
           Copyright © 1998–2019. All rights reserved.