Class SemanticTextNode

    • Constructor Detail

      • SemanticTextNode

        public SemanticTextNode()
      • SemanticTextNode

        public SemanticTextNode​(SemanticType initialSemanticType)
      • SemanticTextNode

        public SemanticTextNode​(BoundingBox bbox)
      • SemanticTextNode

        public SemanticTextNode​(TextChunk textChunk)
    • Method Detail

      • add

        public void add​(TextLine textLine)
      • getLinesNumber

        public int getLinesNumber()
      • getColumnsNumber

        public int getColumnsNumber()
      • getFirstLine

        public TextLine getFirstLine()
      • setFirstLine

        public void setFirstLine​(TextLine firstLine)
      • setLastLine

        public void setLastLine​(TextLine lastLine)
      • setLastColumn

        public void setLastColumn​(TextColumn lastColumn)
      • getFirstColumn

        public TextColumn getFirstColumn()
      • getLastColumn

        public TextColumn getLastColumn()
      • getPenultColumn

        public TextColumn getPenultColumn()
      • getSecondLine

        public TextLine getSecondLine()
      • getPenultLine

        public TextLine getPenultLine()
      • getLastLine

        public TextLine getLastLine()
      • getFirstBaseline

        public double getFirstBaseline()
      • getLastBaseline

        public double getLastBaseline()
      • isEmpty

        public boolean isEmpty()
      • getFontWeight

        public double getFontWeight()
      • getFirstNonSpaceLine

        public TextLine getFirstNonSpaceLine()
      • hasFullLines

        public boolean hasFullLines()
      • getFontSize

        public double getFontSize()
      • getItalicAngle

        public double getItalicAngle()
      • getTextColor

        public double[] getTextColor()
      • getFontName

        public String getFontName()
      • getTextFormat

        public TextFormat getTextFormat()
      • setTextFormat

        public void setTextFormat​(TextFormat textFormat)
      • getMaxFontSize

        public Double getMaxFontSize()
      • getBackgroundColor

        public double[] getBackgroundColor()
      • isSpaceNode

        public boolean isSpaceNode()
      • isStartsWithArabicNumber

        public boolean isStartsWithArabicNumber()
      • getValue

        public String getValue()