uk.co.spudsoft.birt.emitters.excel.handlers.NestedTableContainer Maven / Gradle / Ivy
/*************************************************************************************
* Copyright (c) 2011, 2012, 2013 James Talbut.
* [email protected]
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* James Talbut - Initial implementation.
************************************************************************************/
package uk.co.spudsoft.birt.emitters.excel.handlers;
public interface NestedTableContainer extends IHandler {
void addNestedTable(NestedTableHandler nestedTableHandler);
boolean rowHasNestedTable(int rowNum);
int extendRowBy(int rowNum);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy