Interface Paragraph

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    ParagraphImpl

    public interface Paragraph
    extends java.io.Serializable
    The Interface Paragraph.
    • Method Detail

      • 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:
        BBox
      • getArea

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

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

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

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