CPDFAnnotationModeContextMenu class

Constructors

CPDFAnnotationModeContextMenu.new({List<CPDFContextMenuItem<CPDFAnnotationTextSelectMenuKey>> textSelect = const [CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.copy), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.highlight), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.underline), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.strikeout), CPDFContextMenuItem(CPDFAnnotationTextSelectMenuKey.squiggly)], List<CPDFContextMenuItem<CPDFAnnotationLongPressMenuKey>> longPress = const [CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.paste), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.note), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.textBox), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.stamp), CPDFContextMenuItem(CPDFAnnotationLongPressMenuKey.image)], List<CPDFContextMenuItem<CPDFAnnotationMarkupMenuKey>> markup = const [CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.note), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationMarkupMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationSoundMenuKey>> sound = const [CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.play), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.record), CPDFContextMenuItem(CPDFAnnotationSoundMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationInkMenuKey>> ink = const [CPDFContextMenuItem(CPDFAnnotationInkMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.note), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationInkMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationShapeMenuKey>> shape = const [CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.note), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationShapeMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationFreeTextMenuKey>> freeText = const [CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.properties), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.edit), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationFreeTextMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationSignMenuKey>> signStamp = const [CPDFContextMenuItem(CPDFAnnotationSignMenuKey.signHere), CPDFContextMenuItem(CPDFAnnotationSignMenuKey.delete), CPDFContextMenuItem(CPDFAnnotationSignMenuKey.rotate)], List<CPDFContextMenuItem<CPDFAnnotationStampMenuKey>> stamp = const [CPDFContextMenuItem(CPDFAnnotationStampMenuKey.note), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.reply), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.viewReply), CPDFContextMenuItem(CPDFAnnotationStampMenuKey.delete)], List<CPDFContextMenuItem<CPDFAnnotationLinkMenuKey>> link = const [CPDFContextMenuItem(CPDFAnnotationLinkMenuKey.edit), CPDFContextMenuItem(CPDFAnnotationLinkMenuKey.delete)]})
const

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