Uses of Class
com.itextpdf.tool.xml.html.table.TableStyleValues
-
Packages that use TableStyleValues Package Description com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElements.com.itextpdf.tool.xml.html.pdfelement Elements created for specific use when processing HTML.com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
Uses of TableStyleValues in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply with parameters of type TableStyleValues Modifier and Type Method Description private voidHtmlCellCssApplier. setBottomOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)private voidHtmlCellCssApplier. setLeftOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)private voidHtmlCellCssApplier. setRightOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values)private voidHtmlCellCssApplier. setTopOfBorder(HtmlCell cell, java.lang.String key, java.lang.String value, TableStyleValues values) -
Uses of TableStyleValues in com.itextpdf.tool.xml.html.pdfelement
Fields in com.itextpdf.tool.xml.html.pdfelement declared as TableStyleValues Modifier and Type Field Description private TableStyleValuesHtmlCell. valuesMethods in com.itextpdf.tool.xml.html.pdfelement that return TableStyleValues Modifier and Type Method Description TableStyleValuesHtmlCell. getCellValues()Gets theTableStyleValuesof the HtmlCell.Methods in com.itextpdf.tool.xml.html.pdfelement with parameters of type TableStyleValues Modifier and Type Method Description voidHtmlCell. setCellValues(TableStyleValues values)Sets theTableStyleValuesof the HtmlCell. -
Uses of TableStyleValues in com.itextpdf.tool.xml.html.table
Fields in com.itextpdf.tool.xml.html.table declared as TableStyleValues Modifier and Type Field Description private TableStyleValuesCellSpacingEvent. styleValuesprivate TableStyleValuesTableBorderEvent. styleValuesMethods in com.itextpdf.tool.xml.html.table that return TableStyleValues Modifier and Type Method Description TableStyleValuesTableBorderEvent. getTableStyleValues()Returns the used TableStyleValuesstatic TableStyleValuesTable. setBorderAttributeForCell(Tag tag)static TableStyleValuesTable. setStyleValues(Tag tag)Set the table style values in aTableStyleValuesobject based on attributes and css of the given tag.Methods in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValues Modifier and Type Method Description private voidTable. setVerticalMargin(PdfPTable table, Tag t, TableStyleValues values, WorkerContext ctx)Sets the top and bottom margin of the given table.Constructors in com.itextpdf.tool.xml.html.table with parameters of type TableStyleValues Constructor Description CellSpacingEvent(TableStyleValues styleValues)Construct a new CellSpacingEvent with the given TableStyleValuesTableBorderEvent(TableStyleValues styleValues)Construct a new TableBorderEvent with the given TableStyleValues.
-