ResponsiveTextField Documentation

Enumeration Standard​Edit​Action

public enum StandardEditAction: Equatable, CaseIterable  

Defines all of the standard editing actions that can be performed.

Each action corresponds to a property in StandardEditActionHandling.

%7 StandardEditAction StandardEditAction CaseIterable CaseIterable StandardEditAction->CaseIterable Equatable Equatable StandardEditAction->Equatable

Conforms To

CaseIterable
Equatable

Enumeration Cases

cut

case cut

copy

case copy

paste

case paste

delete

case delete

select

case select

select​All

case selectAll

toggle​Boldface

case toggleBoldface

toggle​Italics

case toggleItalics

toggle​Underline

case toggleUnderline

make​Text​Writing​Direction​Left​ToRight

case makeTextWritingDirectionLeftToRight

make​Text​Writing​Direction​Right​ToLeft

case makeTextWritingDirectionRightToLeft

increase​Size

case increaseSize

decrease​Size

case decreaseSize

update​Text​Attributes

case updateTextAttributes