Class ParagraphImpl

    • Constructor Detail

      • ParagraphImpl

        public ParagraphImpl()
    • Method Detail

      • getSequence

        public int getSequence()
        Description copied from interface: Paragraph
        Gets the sequence.
        Specified by:
        getSequence in interface Paragraph
        Returns:
        the sequence
      • setSequence

        public void setSequence​(int sequence)
        Description copied from interface: Paragraph
        Sets the sequence.
        Specified by:
        setSequence in interface Paragraph
        Parameters:
        sequence - the new sequence
      • setBbox

        public void setBbox​(BBox bbox)
        Description copied from interface: Paragraph
        BBox Sets the bbox.
        Specified by:
        setBbox in interface Paragraph
        Parameters:
        bbox - the new bbox
        See Also:
        BBox
      • setArea

        public void setArea​(Area area)
        Description copied from interface: Paragraph
        Area Sets the area.
        Specified by:
        setArea in interface Paragraph
        Parameters:
        area - the new area
        See Also:
        Area
      • setContent

        public void setContent​(java.util.List<Content> content)
        Description copied from interface: Paragraph
        Content Sets the content.
        Specified by:
        setContent in interface Paragraph
        Parameters:
        content - the new content
        See Also:
        Content