// Assembly: UnityEngine.UIElementsModule
// Full name: UnityEngine.UIElements.ITextSelection

namespace UnityEngine.UIElements
{
public class ITextSelection // TypeDefIndex: 6152
{

	// Methods
	// RVA: -1
	public abstract type#15313 get_isSelectable() { }
	// RVA: -1
	public abstract type#28660 set_isSelectable(type#15313 value) { }
	// RVA: -1
	public abstract type#20867 get_cursorIndex() { }
	// RVA: -1
	public abstract type#28660 set_cursorIndex(type#20867 value) { }
	// RVA: -1
	public abstract type#15313 get_doubleClickSelectsWord() { }
	// RVA: -1
	public abstract type#28660 set_doubleClickSelectsWord(type#15313 value) { }
	// RVA: -1
	public abstract type#20867 get_selectIndex() { }
	// RVA: -1
	public abstract type#28660 set_selectIndex(type#20867 value) { }
	// RVA: -1
	public abstract type#15313 get_tripleClickSelectsLine() { }
	// RVA: -1
	public abstract type#28660 set_tripleClickSelectsLine(type#15313 value) { }
	// RVA: -1
	public abstract type#15313 HasSelection() { }
	// RVA: -1
	public abstract type#28660 SelectAll() { }
	// RVA: -1
	public abstract type#28660 SelectNone() { }
	// RVA: -1
	public abstract type#15313 get_selectAllOnFocus() { }
	// RVA: -1
	public abstract type#28660 set_selectAllOnFocus(type#15313 value) { }
	// RVA: -1
	public abstract type#15313 get_selectAllOnMouseUp() { }
	// RVA: -1
	public abstract type#28660 set_selectAllOnMouseUp(type#15313 value) { }
	// RVA: -1
	public abstract type#28439 get_cursorPosition() { }
	// RVA: -1
	internal abstract type#26059 get_lineHeightAtCursorPosition() { }
	// RVA: -1
	internal abstract type#26059 get_cursorWidth() { }
}
}
