# Class: com.pnfsoftware.jeb.core.output.table.impl.AbstractTableDocument

An adapter class for table documents. This class defines a very simple addressing system: the address of a cell is a `"row_index,column_index"` string representation of the cell coordinates. 

 Clients may also override [#dispose()](#dispose()).

## Constructor: AbstractTableDocument


## Method: addressToCoordinates
- parameter: `address`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.output.table.ICellCoordinates`


## Method: coordinatesToAddress
- parameter: `coordinates`, type: `com.pnfsoftware.jeb.core.output.table.ICellCoordinates`
- return type: `java.lang.String`


## Method: dispose

Description: The default implementation does nothing.

## Method: getPropertyManager
- return type: `com.pnfsoftware.jeb.core.properties.IPropertyManager`

Description: The default implementation returns null.

