Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.54 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.54 KB

Text Manipulation Documentation

Important functions in the text-manipulation module

Important Interfaces and Classes

  • TextBuffer

    • Creates the abstraction around the text manipulation
      • This is the type that is returned when createBuffer function is called
  • MutableTextRange

    • Provides a mutable TextRange, allowing for ranges to be changed
  • TextPosition

    • Defines a position in a TextBuffer. This is a component used in TextRanges
  • ImmutableTextRange

    • Provides an immutable TextRange (Cannot be changed)

Index

External modules