Uses of Class
com.itextpdf.tool.xml.html.table.TableStyleValues

Packages that use TableStyleValues
com.itextpdf.tool.xml.html.pdfelement Elements created for specific use when processing HTML. 
com.itextpdf.tool.xml.html.table TagProcessor implementations for table tags. 
 

Uses of TableStyleValues in com.itextpdf.tool.xml.html.pdfelement
 

Methods in com.itextpdf.tool.xml.html.pdfelement that return TableStyleValues
 TableStyleValues HtmlCell.getCellValues()
          Gets the TableStyleValues of the HtmlCell.
 

Methods in com.itextpdf.tool.xml.html.pdfelement with parameters of type TableStyleValues
 void HtmlCell.setCellValues(TableStyleValues values)
          Sets the TableStyleValues of the HtmlCell.
 

Uses of TableStyleValues in com.itextpdf.tool.xml.html.table
 

Methods in com.itextpdf.tool.xml.html.table that return TableStyleValues
 TableStyleValues TableBorderEvent.getTableStyleValues()
          Returns the used TableStyleValues
static TableStyleValues Table.setStyleValues(Tag tag)
          Set the table style values in a TableStyleValues object based on attributes and css of the given tag.
 

Constructors in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValues
CellSpacingEvent(TableStyleValues styleValues)
          Construct a new CellSpacingEvent with the given TableStyleValues
TableBorderEvent(TableStyleValues styleValues)
          Construct a new TableBorderEvent with the given TableStyleValues.
 



Copyright © 2012. All Rights Reserved.