Class InlineValueText


  • public class InlineValueText
    extends java.lang.Object
    Provide inline value as text.

    Since 3.17.0

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      Range getRange()
      The document range for which the inline value applies.
      java.lang.String getText()
      The text of the inline value.
      int hashCode()  
      void setRange​(Range range)
      The document range for which the inline value applies.
      void setText​(java.lang.String text)
      The text of the inline value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InlineValueText

        public InlineValueText()
      • InlineValueText

        public InlineValueText​(Range range,
                               java.lang.String text)
    • Method Detail

      • getRange

        public Range getRange()
        The document range for which the inline value applies.
      • setRange

        public void setRange​(Range range)
        The document range for which the inline value applies.
      • getText

        public java.lang.String getText()
        The text of the inline value.
      • setText

        public void setText​(java.lang.String text)
        The text of the inline value.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object