@API(type=INTERNAL,
src=PUBLIC)
public interface TableHelper
Modifier and Type | Method and Description |
---|---|
boolean |
isNodeOfType(AuthorElement node,
int type)
Test if an
AuthorNode is an element and it has one of the following types:
AuthorTableHelper.TYPE_CELL , AuthorTableHelper.TYPE_ROW or
AuthorTableHelper.TYPE_TABLE . |
boolean |
isTable(AuthorElement node)
Checks if the given node represents the table element.
|
boolean |
isTableGroup(AuthorElement node)
Checks if the given node represents a table group element.
|
boolean isNodeOfType(AuthorElement node, int type)
AuthorNode
is an element and it has one of the following types:
AuthorTableHelper.TYPE_CELL
, AuthorTableHelper.TYPE_ROW
or
AuthorTableHelper.TYPE_TABLE
.node
- The node to be checked.type
- The type to search for.true
if the node
is an element with the specified type.boolean isTable(AuthorElement node)
node
- The node to be checked.true
if the given node is the table element.boolean isTableGroup(AuthorElement node)
node
- The node to be checked.true
if the given node is the table group element.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.