nextGalleyCell method
Returns the next cell in galley order, wrapping around from the last to the first if requested.
nextGalleyCell(wrap )
Parameters
boolean wrap
If true, wrap around from the last cell to the first.
Returns
TableCell. The next cell in galley order, if any.
这对您有帮助吗?