Uses of Class
com.scroogexhtml.configuration.TablePropConfiguration
Packages that use TablePropConfiguration
Package
Description
Provides the main converter classes.
Provides a 'document object model' based on javax.xml.
Provides RTF table support classes.
-
Uses of TablePropConfiguration in com.scroogexhtml.converter
Methods in com.scroogexhtml.converter that return TablePropConfiguration -
Uses of TablePropConfiguration in com.scroogexhtml.xmldom
Constructors in com.scroogexhtml.xmldom with parameters of type TablePropConfigurationModifierConstructorDescriptionXMLDOMWriter
(ConversionConfiguration configuration, HtmlHeadConfiguration htmlHeadConfig, TablePropConfiguration tablePropConfig, Charset charset) Initializes an instance of the XMLDOMWriter class with the given parameters. -
Uses of TablePropConfiguration in com.scroogexhtml.xmldom.table
Constructors in com.scroogexhtml.xmldom.table with parameters of type TablePropConfigurationModifierConstructorDescriptionTableSupport
(Document document, TablePropConfiguration tablePropConfiguration) Constructs an instance of TableSupport with the specified document and table property configuration.TableSupportBase
(Document document, TablePropConfiguration tablePropConfiguration) Constructs a new TableSupportBase instance with the specified document and table property configuration.