Interface Textflow
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TextflowImpl
The Interface Textflow.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets, whether there is overset in any of the tables contained in this element.intGets the overset chars.voidsetHasOversetInTables(boolean hasOversetInTables) Sets the oversetInTables property.voidsetOversetChars(int oversetChars) Sets the overset chars.
-
Method Details
-
getOversetChars
int getOversetChars()Gets the overset chars.- Returns:
- the overset chars
-
setOversetChars
void setOversetChars(int oversetChars) Sets the overset chars.- Parameters:
oversetChars- the new overset chars
-
getHasOversetInTables
boolean getHasOversetInTables()Gets, whether there is overset in any of the tables contained in this element.
- Returns:
- true, if there is table overset, false otherwise
-
setHasOversetInTables
void setHasOversetInTables(boolean hasOversetInTables) Sets the oversetInTables property.
- Parameters:
hasOversetInTables- true, if there is overset in tables, false otherwise
-