public class CellDecorator extends Object implements Cell
| Constructor and Description | 
|---|
| CellDecorator(Cell cell) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | render(XHTMLContentHandler handler)Renders the content to the given XHTML SAX event stream. | 
public CellDecorator(Cell cell)
public void render(XHTMLContentHandler handler) throws SAXException
Cellrender in interface CellSAXExceptionCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.