Interface Paragraph

All Superinterfaces:
Serializable
All Known Implementing Classes:
ParagraphImpl

public interface Paragraph extends Serializable
The Interface Paragraph.
  • Method Details

    • getSequence

      int getSequence()
      Gets the sequence.
      Returns:
      the sequence
    • setSequence

      void setSequence(int sequence)
      Sets the sequence.
      Parameters:
      sequence - the new sequence
    • getBbox

      BBox getBbox()
      BBox Gets the bbox.
      Returns:
      the bbox
    • setBbox

      void setBbox(BBox bbox)
      BBox Sets the bbox.
      Parameters:
      bbox - the new bbox
      See Also:
    • getArea

      Area getArea()
      Area Gets the area.
      Returns:
      the area
      See Also:
    • setArea

      void setArea(Area area)
      Area Sets the area.
      Parameters:
      area - the new area
      See Also:
    • getContent

      List<Content> getContent()
      Content Gets the content list.
      Returns:
      the content list
      See Also:
    • setContent

      void setContent(List<Content> content)
      Content Sets the content.
      Parameters:
      content - the new content
      See Also: