Uses of Interface
com.scroogexhtml.table.TableWriter
-
Packages that use TableWriter Package Description com.scroogexhtml.converter Provides the main converter classes.com.scroogexhtml.xmldom Provides a 'document object model' based on javax.xml.com.scroogexhtml.xmldom.table Provides RTF table support classes. -
-
Uses of TableWriter in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return TableWriter Modifier and Type Method Description TableWriter
Writer. getTableWriter()
-
Uses of TableWriter in com.scroogexhtml.xmldom
Methods in com.scroogexhtml.xmldom that return TableWriter Modifier and Type Method Description TableWriter
XMLDOMWriter. getTableWriter()
-
Uses of TableWriter in com.scroogexhtml.xmldom.table
Classes in com.scroogexhtml.xmldom.table that implement TableWriter Modifier and Type Class Description class
TableSupport
TableSupport is used to build the DOM which represents an RTF table.
-