TextMarkPropertyName
public enum TextMarkPropertyName : String, PropertyNameProtocol
Undocumented
-
Whether the mark has left gravity. When text is inserted at the mark’s current location, if the mark has left gravity it will be moved to the left of the newly-inserted text, otherwise to the right.
Declaration
Swift
case leftGravity = "left-gravity"
-
The name of the mark or
nil
if the mark is anonymous.Declaration
Swift
case name = "name"