public class HtmlCellCssApplier extends Object implements CssApplier<HtmlCell>
| Constructor and Description | 
|---|
HtmlCellCssApplier()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
HtmlCell |  
           apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc) 
            
              Applies css to a HtmlCell 
               |  
          
HtmlCell |  
           apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx) 
            
              Styles an element 
               |  
          
public HtmlCell apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc)
cell - the HtmlCell 
           t - the tag with the styles 
           memory - current margin memory 
           psc - the PageSize container 
           public HtmlCell apply(HtmlCell cell, Tag t, MarginMemory memory, PageSizeContainable psc, HtmlPipelineContext ctx)
CssApplier 
          apply in interface CssApplier<HtmlCell> 
           cell - the element 
           t - the tag 
           memory - the MarginMemory 
           psc - the PageSizeContainable 
           ctx - the HtmlPipelineContext 
           Paragraph 
           Copyright © 1998–2019. All rights reserved.