public class TableMatcher extends Object implements DocumentElementMatcher<Table>
| Modifier and Type | Field and Description |
|---|---|
static TableMatcher |
ANY |
| Constructor and Description |
|---|
TableMatcher(Optional<String> styleId,
Optional<StringMatcher> styleName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Table table) |
static TableMatcher |
styleId(String styleId) |
static TableMatcher |
styleName(String styleName) |
public static final TableMatcher ANY
public TableMatcher(Optional<String> styleId, Optional<StringMatcher> styleName)
public static TableMatcher styleId(String styleId)
public static TableMatcher styleName(String styleName)
public boolean matches(Table table)
matches in interface DocumentElementMatcher<Table>Copyright © 2018. All rights reserved.