Interface Textflow
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
TextflowImpl
public interface Textflow extends java.io.SerializableThe Interface Textflow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetHasOversetInTables()Gets, whether there is overset in any of the tables contained in this element.intgetOversetChars()Gets the overset chars.voidsetHasOversetInTables(boolean hasOversetInTables)Sets the oversetInTables property.voidsetOversetChars(int oversetChars)Sets the overset chars.
-
-
-
Method Detail
-
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
-
-