Class SemanticParagraph

All Implemented Interfaces:
INode, IObject
Direct Known Subclasses:
SemanticHeading

public class SemanticParagraph extends SemanticTextNode
  • Field Details

    • enclosedTop

      protected boolean enclosedTop
    • enclosedBottom

      protected boolean enclosedBottom
    • indentation

      protected int indentation
  • Constructor Details

    • SemanticParagraph

      public SemanticParagraph(SemanticParagraph paragraph)
    • SemanticParagraph

      public SemanticParagraph()
    • SemanticParagraph

      public SemanticParagraph(SemanticType initialSemanticType)
    • SemanticParagraph

      public SemanticParagraph(BoundingBox bbox, List<TextColumn> columns)
    • SemanticParagraph

      public SemanticParagraph(BoundingBox bbox)
    • SemanticParagraph

      public SemanticParagraph(SemanticTextNode textNode)
  • Method Details

    • isEnclosedTop

      public boolean isEnclosedTop()
    • setEnclosedTop

      public void setEnclosedTop(boolean enclosedTop)
    • isEnclosedBottom

      public boolean isEnclosedBottom()
    • setEnclosedBottom

      public void setEnclosedBottom(boolean enclosedBottom)
    • getIndentation

      public int getIndentation()
    • setIndentation

      public void setIndentation(int indentation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class SemanticTextNode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SemanticTextNode