pub enum PdfAnnotationKey {
Show 34 variants
AdditionalActions,
AppearanceDictionary,
AppearanceState,
DefaultAppearance,
Destination,
Flags,
HighlightingMode,
IconName,
InkList,
InteriorColor,
LineEndingStyles,
LinePoints,
Name,
Open,
Page,
Parent,
Popup,
QuadPoints,
Quadding,
TextLabel,
WidgetAppearanceDictionary,
WidgetBackgroundColor,
WidgetBorderColor,
WidgetCaption,
WidgetDefaultValue,
WidgetDownCaption,
WidgetFieldFlags,
WidgetFieldType,
WidgetMaxLen,
WidgetOptions,
WidgetRolloverCaption,
WidgetRotation,
WidgetTextLabelUi,
WidgetValue,
}Expand description
Wraps PdfAnnotationKey values.
Variants§
AdditionalActions
Wraps the corresponding PdfAnnotationKey value.
AppearanceDictionary
Wraps the corresponding PdfAnnotationKey value.
AppearanceState
Wraps the corresponding PdfAnnotationKey value.
DefaultAppearance
Wraps the corresponding PdfAnnotationKey value.
Destination
Wraps the corresponding PdfAnnotationKey value.
Flags
Wraps the corresponding PdfAnnotationKey value.
HighlightingMode
Wraps the corresponding PdfAnnotationKey value.
IconName
Wraps the corresponding PdfAnnotationKey value.
InkList
Wraps the corresponding PdfAnnotationKey value.
InteriorColor
Wraps the corresponding PdfAnnotationKey value.
LineEndingStyles
Wraps the corresponding PdfAnnotationKey value.
LinePoints
Wraps the corresponding PdfAnnotationKey value.
Name
Wraps the corresponding PdfAnnotationKey value.
Open
Wraps the corresponding PdfAnnotationKey value.
Page
Wraps the corresponding PdfAnnotationKey value.
Parent
Wraps the corresponding PdfAnnotationKey value.
Popup
Wraps the corresponding PdfAnnotationKey value.
QuadPoints
Wraps the corresponding PdfAnnotationKey value.
Quadding
Wraps the corresponding PdfAnnotationKey value.
TextLabel
Wraps the corresponding PdfAnnotationKey value.
WidgetAppearanceDictionary
Wraps the corresponding PdfAnnotationKey value.
WidgetBackgroundColor
Wraps the corresponding PdfAnnotationKey value.
WidgetBorderColor
Wraps the corresponding PdfAnnotationKey value.
WidgetCaption
Wraps the corresponding PdfAnnotationKey value.
WidgetDefaultValue
Wraps the corresponding PdfAnnotationKey value.
WidgetDownCaption
Wraps the corresponding PdfAnnotationKey value.
WidgetFieldFlags
Wraps the corresponding PdfAnnotationKey value.
WidgetFieldType
Wraps the corresponding PdfAnnotationKey value.
WidgetMaxLen
Wraps the corresponding PdfAnnotationKey value.
WidgetOptions
Wraps the corresponding PdfAnnotationKey value.
WidgetRolloverCaption
Wraps the corresponding PdfAnnotationKey value.
WidgetRotation
Wraps the corresponding PdfAnnotationKey value.
WidgetTextLabelUi
Wraps the corresponding PdfAnnotationKey value.
WidgetValue
Wraps the corresponding PdfAnnotationKey value.
Implementations§
Trait Implementations§
Source§impl Clone for PdfAnnotationKey
impl Clone for PdfAnnotationKey
Source§fn clone(&self) -> PdfAnnotationKey
fn clone(&self) -> PdfAnnotationKey
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for PdfAnnotationKey
impl Debug for PdfAnnotationKey
Source§impl PartialEq for PdfAnnotationKey
impl PartialEq for PdfAnnotationKey
Source§fn eq(&self, other: &PdfAnnotationKey) -> bool
fn eq(&self, other: &PdfAnnotationKey) -> bool
self and other values to be equal, and is used by ==.