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

namespace UnityEngine.UIElements
{
public class ITextEdition // TypeDefIndex: 6151
{

	// Methods
	// RVA: -1
	internal abstract type#15313 get_multiline() { }
	// RVA: -1
	internal abstract type#28660 set_multiline(type#15313 value) { }
	// RVA: -1
	public abstract type#15313 get_isReadOnly() { }
	// RVA: -1
	public abstract type#28660 set_isReadOnly(type#15313 value) { }
	// RVA: -1
	public abstract type#20867 get_maxLength() { }
	// RVA: -1
	public abstract type#28660 set_maxLength(type#20867 value) { }
	// RVA: -1
	public abstract type#26576 get_placeholder() { }
	// RVA: -1
	public abstract type#28660 set_placeholder(type#26576 value) { }
	// RVA: -1
	public abstract type#15313 get_isDelayed() { }
	// RVA: -1
	public abstract type#28660 set_isDelayed(type#15313 value) { }
	// RVA: -1
	internal abstract type#28660 SaveValueAndText() { }
	// RVA: -1
	internal abstract type#28660 RestoreValueAndText() { }
	// RVA: -1
	internal abstract type#5699 get_AcceptCharacter() { }
	// RVA: -1
	internal abstract type#28660 set_AcceptCharacter(type#5699 value) { }
	// RVA: -1
	internal abstract type#3117 get_UpdateScrollOffset() { }
	// RVA: -1
	internal abstract type#28660 set_UpdateScrollOffset(type#3117 value) { }
	// RVA: -1
	internal abstract type#14105 get_UpdateValueFromText() { }
	// RVA: -1
	internal abstract type#28660 set_UpdateValueFromText(type#14105 value) { }
	// RVA: -1
	internal abstract type#14105 get_UpdateTextFromValue() { }
	// RVA: -1
	internal abstract type#28660 set_UpdateTextFromValue(type#14105 value) { }
	// RVA: -1
	internal abstract type#14105 get_MoveFocusToCompositeRoot() { }
	// RVA: -1
	internal abstract type#28660 set_MoveFocusToCompositeRoot(type#14105 value) { }
	// RVA: -1
	internal abstract type#5520 get_GetDefaultValueType() { }
	// RVA: -1
	internal abstract type#28660 set_GetDefaultValueType(type#5520 value) { }
	// RVA: -1
	internal abstract type#28660 UpdateText(type#26576 value) { }
	// RVA: -1
	internal abstract type#26576 CullString(type#26576 s) { }
	// RVA: -1
	public abstract type#15837 get_maskChar() { }
	// RVA: -1
	public abstract type#28660 set_maskChar(type#15837 value) { }
	// RVA: -1
	public abstract type#15313 get_isPassword() { }
	// RVA: -1
	public abstract type#28660 set_isPassword(type#15313 value) { }
	// RVA: -1
	public abstract type#15313 get_hidePlaceholderOnFocus() { }
	// RVA: -1
	public abstract type#28660 set_hidePlaceholderOnFocus(type#15313 value) { }
	// RVA: -1
	public virtual type#15313 get_autoCorrection() { }
	// RVA: -1
	public virtual type#28660 set_autoCorrection(type#15313 value) { }
	// RVA: -1
	public virtual type#15313 get_hideMobileInput() { }
	// RVA: -1
	public virtual type#28660 set_hideMobileInput(type#15313 value) { }
	// RVA: -1
	public virtual type#27561 get_touchScreenKeyboard() { }
	// RVA: -1
	public virtual type#27566 get_keyboardType() { }
	// RVA: -1
	public virtual type#28660 set_keyboardType(type#27566 value) { }
}
}
