CPDFAnnotationModeContextMenu class
Constructors
-
CPDFAnnotationModeContextMenu.new({List<
CPDFContextMenuItem< textSelect = const [CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.copy), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.highlight), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.underline), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.strikeout), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.squiggly)], List<CPDFAnnotationTextSelectMenuKey> >CPDFContextMenuItem< longPress = const [CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.paste), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.note), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.textBox), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.stamp), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.image)], List<CPDFAnnotationLongPressMenuKey> >CPDFContextMenuItem< markup = const [CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.note), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.delete)], List<CPDFAnnotationMarkupMenuKey> >CPDFContextMenuItem< sound = const [CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.play), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.record), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.delete)], List<CPDFAnnotationSoundMenuKey> >CPDFContextMenuItem< ink = const [CPDFContextMenuItem(CPDFAnnotationInkMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.note), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.delete)], List<CPDFAnnotationInkMenuKey> >CPDFContextMenuItem< shape = const [CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.note), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.delete)], List<CPDFAnnotationShapeMenuKey> >CPDFContextMenuItem< freeText = const [CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.edit), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.delete)], List<CPDFAnnotationFreeTextMenuKey> >CPDFContextMenuItem< signStamp = const [CPDFContextMenuItem(CPDFAnnotationSignMenuKey.signHere), CPDFContextMenuItem(CPDFAnnotationSignMenuKey.delete), CPDFContextMenuItem(CPDFAnnotationSignMenuKey.rotate)], List<CPDFAnnotationSignMenuKey> >CPDFContextMenuItem< stamp = const [CPDFContextMenuItem(CPDFAnnotationStampMenuKey.note), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.delete)], List<CPDFAnnotationStampMenuKey> >CPDFContextMenuItem< link = const [CPDFContextMenuItem(CPDFAnnotationLinkMenuKey.edit), CPDFContextMenuItem(CPDFAnnotationLinkMenuKey.delete)]})CPDFAnnotationLinkMenuKey> > -
const
Properties
-
freeText
→ List<
CPDFContextMenuItem< CPDFAnnotationFreeTextMenuKey> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ink
→ List<
CPDFContextMenuItem< CPDFAnnotationInkMenuKey> > -
final
-
link
→ List<
CPDFContextMenuItem< CPDFAnnotationLinkMenuKey> > -
final
-
longPress
→ List<
CPDFContextMenuItem< CPDFAnnotationLongPressMenuKey> > -
final
-
markup
→ List<
CPDFContextMenuItem< CPDFAnnotationMarkupMenuKey> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shape
→ List<
CPDFContextMenuItem< CPDFAnnotationShapeMenuKey> > -
final
-
signStamp
→ List<
CPDFContextMenuItem< CPDFAnnotationSignMenuKey> > -
final
-
sound
→ List<
CPDFContextMenuItem< CPDFAnnotationSoundMenuKey> > -
final
-
stamp
→ List<
CPDFContextMenuItem< CPDFAnnotationStampMenuKey> > -
final
-
textSelect
→ List<
CPDFContextMenuItem< CPDFAnnotationTextSelectMenuKey> > -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited