Class TableSupportBase

java.lang.Object
com.scroogexhtml.xmldom.table.TableSupportBase
All Implemented Interfaces:
TableWriter
Direct Known Subclasses:
TableSupport

public abstract class TableSupportBase extends Object implements TableWriter
Provides low level properties and methods for the TableSupport class.
  • Constructor Details

    • TableSupportBase

      public TableSupportBase(Document document, TablePropConfiguration tablePropConfiguration)
      Constructs a new TableSupportBase instance with the specified document and table property configuration.
      Parameters:
      document - The Document object.
      tablePropConfiguration - The configuration settings for table properties, including details about cell style conversion, width unit, and maximum table width percentage.
  • Method Details