Class TextflowImpl
- java.lang.Object
-
- com.priint.pubserver.metadata.xml.element.TextflowImpl
-
- All Implemented Interfaces:
Textflow,java.io.Serializable
public class TextflowImpl extends java.lang.Object implements java.io.Serializable, Textflow
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextflowImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
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
-
-