addRectangle method
Adds a rectangle to the tileplex. It will be consolidated with an existing rectangle if possible.
addRectangle(theRectangle )
Parameters
TableRectangle theRectangle
The rectangle to be added to the tileplex.
Returns
void
Throws
TableException
INVALID_PARAMETER_ERR: Raised if the rectangle can not be added to the tileplex because it is inconsistent with the existing contents of the tileplex.
这对您有帮助吗?