class Document extends Object

Annotations
@JSType() @JSGlobal() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Document
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Document(text: String = ???)
  2. new Document()
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyDeltas(deltas: Array[Delta]): Dynamic
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def createAnchor(row: Double, column: Double): Dynamic
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getAllLines(): Array[String]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getLength(): Double
  13. def getLine(row: Double): String
  14. def getLines(firstRow: Double, lastRow: Double): Array[String]
  15. def getNewLineCharacter(): String
  16. def getNewLineMode(): String
  17. def getTextRange(range: Range): String
  18. def getValue(): String
  19. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def indexToPosition(index: Double, startRow: Double): Position
  22. def insert(position: Position, text: String): Dynamic
  23. def insertInLine(position: Any, text: String): Dynamic
  24. def insertLines(row: Double, lines: Array[String]): Dynamic
  25. def insertNewLine(position: Position): Dynamic
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isNewLine(text: String): Boolean
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def on(event: String, fn: Function1[Any, Any]): Dynamic
  33. def positionToIndex(pos: Position, startRow: Double): Double
  34. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  35. def remove(range: Range): Dynamic
  36. def removeInLine(row: Double, startColumn: Double, endColumn: Double): Dynamic
  37. def removeLines(firstRow: Double, lastRow: Double): Array[String]
  38. def removeNewLine(row: Double): Dynamic
  39. def replace(range: Range, text: String): Dynamic
  40. def revertDeltas(deltas: Array[Delta]): Dynamic
  41. def setNewLineMode(newLineMode: String): Dynamic
  42. def setValue(text: String): Dynamic
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def toLocaleString(): String
    Definition Classes
    Object
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def valueOf(): Any
    Definition Classes
    Object
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped