Interface Textflow

All Superinterfaces:
Serializable
All Known Implementing Classes:
TextflowImpl

public interface Textflow extends Serializable
The Interface Textflow.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets, whether there is overset in any of the tables contained in this element.
    int
    Gets the overset chars.
    void
    setHasOversetInTables(boolean hasOversetInTables)
    Sets the oversetInTables property.
    void
    setOversetChars(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