Class PositionInParagraph


  • public class PositionInParagraph
    extends java.lang.Object
    postion of a character in a paragrapho 1st RunPositon 2nd TextPosition 3rd CharacterPosition
    • Constructor Detail

      • PositionInParagraph

        public PositionInParagraph()
      • PositionInParagraph

        public PositionInParagraph​(int posRun,
                                   int posText,
                                   int posChar)
    • Method Detail

      • getRun

        public int getRun()
      • setRun

        public void setRun​(int beginRun)
      • getText

        public int getText()
      • setText

        public void setText​(int beginText)
      • getChar

        public int getChar()
      • setChar

        public void setChar​(int beginChar)