public class TableCellResult extends AbstractValueResult
| Constructor and Description |
|---|
TableCellResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, Integer rowspan, Integer colspan, String content)
Creates an instance of table cell result.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractValueResult |
cloneWithoutMeta()
Clones this instance without metadata entries.
|
boolean |
equals(Object o) |
Integer |
getColspan()
Get number of columns to which the current cell spans
|
String |
getContent()
Get cell content.
|
FontMetaResult |
getFontMeta()
Get cell's font metadata.
|
PageLocationMetaResult |
getPageLocationMeta()
Get cell's page location.
|
Integer |
getRowspan()
Get number of rows to which the current cell spans.
|
int |
hashCode() |
getResultTypepublic TableCellResult(PageLocationMetaResult pageLocationMeta, FontMetaResult fontMeta, Integer rowspan, Integer colspan, String content)
pageLocationMeta - cell's page location
fontMeta - cell's font metadata
rowspan - number of rows to which the current cell spans
colspan - number of columns to which the current cell spans
content - cell content
public PageLocationMetaResult getPageLocationMeta()
public FontMetaResult getFontMeta()
public Integer getRowspan()
public Integer getColspan()
public String getContent()
public AbstractValueResult cloneWithoutMeta()
AbstractValueResult
cloneWithoutMeta in class AbstractValueResult
public boolean equals(Object o)
equals in class AbstractValueResult
public int hashCode()
hashCode in class AbstractValueResult
Copyright © 2024. All rights reserved.