Class TextAppearInfo

    • Constructor Detail

      • TextAppearInfo

        public TextAppearInfo()
      • TextAppearInfo

        public TextAppearInfo​(TextAppearInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getIndex

        public Long getIndex()
        Get 文本结果数组中的下标
        Returns:
        Index 文本结果数组中的下标
      • setIndex

        public void setIndex​(Long Index)
        Set 文本结果数组中的下标
        Parameters:
        Index - 文本结果数组中的下标
      • getStartPosition

        public Long getStartPosition()
        Get 关键词在文本中出现的起始偏移量(包含)
        Returns:
        StartPosition 关键词在文本中出现的起始偏移量(包含)
      • setStartPosition

        public void setStartPosition​(Long StartPosition)
        Set 关键词在文本中出现的起始偏移量(包含)
        Parameters:
        StartPosition - 关键词在文本中出现的起始偏移量(包含)
      • getEndPosition

        public Long getEndPosition()
        Get 关键词在文本中出现的结束偏移量(不包含)
        Returns:
        EndPosition 关键词在文本中出现的结束偏移量(不包含)
      • setEndPosition

        public void setEndPosition​(Long EndPosition)
        Set 关键词在文本中出现的结束偏移量(不包含)
        Parameters:
        EndPosition - 关键词在文本中出现的结束偏移量(不包含)