isCutEnabled

open fun isCutEnabled(): Boolean

Checks if all currently edited annotations can be cut.

Return

true if all annotations can be cut, false otherwise


open fun isCutEnabled(@Nullable annotations: List<Annotation>): Boolean

Checks if all provided annotations can be cut.

Return

true if all annotations can be cut, false otherwise