* @author Sebastian R�sgen
*/
public ITextTableCellPropertyStore getCellPropertyStore(
int horizontalPosition, int verticalPosition) throws TextException {
if (textTableCellPropertyStore == null) {
textTableCellPropertyStore = new TextTableCellPropertyStore(this);
}
return textTableCellPropertyStore;
}