Interface ITextReplacerContext

  • All Known Implementing Classes:
    TextReplacerContext

    public interface ITextReplacerContext
    Relevant state and methods during execution of a text replacer.
    Since:
    2.8
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • canAutowrap

        java.lang.Integer canAutowrap()
      • getIndentation

        int getIndentation()
      • getIndentationString

        java.lang.String getIndentationString​(int indentationLevel)
      • getLeadingCharsInLineCount

        int getLeadingCharsInLineCount()
      • getLocalReplacements

        java.lang.Iterable<ITextReplacement> getLocalReplacements()
      • getLocalReplacementsReverse

        java.lang.Iterable<ITextReplacement> getLocalReplacementsReverse()
        Since:
        2.13
      • getNewLinesString

        java.lang.String getNewLinesString​(int count)
      • isAutowrap

        boolean isAutowrap()
      • isWrapInRegion

        boolean isWrapInRegion()
      • isWrapSincePrevious

        boolean isWrapSincePrevious()
      • isInsideFormattedRegion

        boolean isInsideFormattedRegion()
      • setAutowrap

        void setAutowrap​(boolean value)
      • setCanAutowrap

        void setCanAutowrap​(java.lang.Integer value)
      • setNextReplacerIsChild

        void setNextReplacerIsChild()