Class TextReplacementInfo

    • Constructor Detail

      • TextReplacementInfo

        public TextReplacementInfo()
      • TextReplacementInfo

        public TextReplacementInfo​(TextReplacementInfo 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

      • getText

        public String getText()
        Get 替换的文本信息。
        Returns:
        Text 替换的文本信息。
      • setText

        public void setText​(String Text)
        Set 替换的文本信息。
        Parameters:
        Text - 替换的文本信息。