State
Swift
public enum State
Possible states of an annotation as detailed under section “Annotation States” in Chapter 8.4.5 of the PDF Reference, sixth edition.
-
The author has not indicated which state model from the reference they are following.
Declaration
Swift
case unspecified
-
The author decided to use the “Marked” model.
Declaration
Swift
case marking(MarkedModel)
-
The author decided to use the “Review” model.
Declaration
Swift
case reviewing(ReviewModel)
-
Possible states in the “Marked” model.
See moreDeclaration
Swift
public enum MarkedModel
-
Possible states in the “Review” model.
See moreDeclaration
Swift
public enum ReviewModel