Uses of Class
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper.HtmlTextExtractorState

Packages that use HtmlTextExtractorState
org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper   
 

Uses of HtmlTextExtractorState in org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper that return HtmlTextExtractorState
 HtmlTextExtractorState HtmlTextExtractorState.getParent()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.html.helper with parameters of type HtmlTextExtractorState
HtmlTextExtractorState(HtmlTextExtractorState parent, boolean writtenTag)
           
HtmlTextExtractorState(HtmlTextExtractorState parent, boolean writtenTag, StyleBuilder.StyleCarrier[] style)