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