public class DetectorParameters extends Object
| Constructor | Description |
|---|---|
DetectorParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
DetectorParameters |
addVerticalSeparatorsItem(Double verticalSeparatorsItem) |
|
boolean |
equals(Object o) |
|
Boolean |
getHasMergedCells() |
Gets or sets the value that indicates whether the table has merged cells.
|
Integer |
getMinColumnCount() |
Gets or sets the minimum number of the table columns.
|
Integer |
getMinRowCount() |
Gets or sets the minimum number of the table rows.
|
Integer |
getMinVerticalSpace() |
Gets or sets the minimum space between the table columns.
|
Rectangle |
getRectangle() |
Gets or sets the rectangular area that contains the table.
|
List<Double> |
getVerticalSeparators() |
Gets or sets the table columns separators.
|
int |
hashCode() |
|
DetectorParameters |
hasMergedCells(Boolean hasMergedCells) |
|
DetectorParameters |
minColumnCount(Integer minColumnCount) |
|
DetectorParameters |
minRowCount(Integer minRowCount) |
|
DetectorParameters |
minVerticalSpace(Integer minVerticalSpace) |
|
DetectorParameters |
rectangle(Rectangle rectangle) |
|
void |
setHasMergedCells(Boolean hasMergedCells) |
|
void |
setMinColumnCount(Integer minColumnCount) |
|
void |
setMinRowCount(Integer minRowCount) |
|
void |
setMinVerticalSpace(Integer minVerticalSpace) |
|
void |
setRectangle(Rectangle rectangle) |
|
void |
setVerticalSeparators(List<Double> verticalSeparators) |
|
String |
toString() |
|
DetectorParameters |
verticalSeparators(List<Double> verticalSeparators) |
public DetectorParameters minRowCount(Integer minRowCount)
public Integer getMinRowCount()
public void setMinRowCount(Integer minRowCount)
public DetectorParameters minColumnCount(Integer minColumnCount)
public Integer getMinColumnCount()
public void setMinColumnCount(Integer minColumnCount)
public DetectorParameters minVerticalSpace(Integer minVerticalSpace)
public Integer getMinVerticalSpace()
public void setMinVerticalSpace(Integer minVerticalSpace)
public DetectorParameters hasMergedCells(Boolean hasMergedCells)
public Boolean getHasMergedCells()
public void setHasMergedCells(Boolean hasMergedCells)
public DetectorParameters rectangle(Rectangle rectangle)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
public DetectorParameters verticalSeparators(List<Double> verticalSeparators)
public DetectorParameters addVerticalSeparatorsItem(Double verticalSeparatorsItem)
public List<Double> getVerticalSeparators()
Copyright © 2025. All rights reserved.