List of usage examples for com.itextpdf.text.html.simpleparser CellWrapper CellWrapper
public CellWrapper(final String tag, final ChainedProperties chain)
From source file:com.masscustsoft.service.ToPdf.java
License:Open Source License
/** * Creates a Cell.// w w w . j a va2 s . co m * @param tag the tag * @return a CellWrapper object * @since 5.0.6 */ public CellWrapper createCell(final String tag) { return new CellWrapper(tag, chain); }