Class TextflowImpl
java.lang.Object
com.priint.pubserver.metadata.xml.element.TextflowImpl
- All Implemented Interfaces:
Textflow,Serializable
- See Also:
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
TextflowImpl
public TextflowImpl()
-
-
Method Details
-
getOversetChars
public int getOversetChars()Description copied from interface:TextflowGets the overset chars.- Specified by:
getOversetCharsin interfaceTextflow- Returns:
- the overset chars
-
setOversetChars
public void setOversetChars(int oversetChars) Description copied from interface:TextflowSets the overset chars.- Specified by:
setOversetCharsin interfaceTextflow- Parameters:
oversetChars- the new overset chars
-
getHasOversetInTables
public boolean getHasOversetInTables()Description copied from interface:TextflowGets, whether there is overset in any of the tables contained in this element.
- Specified by:
getHasOversetInTablesin interfaceTextflow- Returns:
- true, if there is table overset, false otherwise
-
setHasOversetInTables
public void setHasOversetInTables(boolean hasOversetInTables) Description copied from interface:TextflowSets the oversetInTables property.
- Specified by:
setHasOversetInTablesin interfaceTextflow- Parameters:
hasOversetInTables- true, if there is overset in tables, false otherwise
-