PdfAttachmentRelationship enum
Specifies the file relationship of attachment.
Values
- source → const PdfAttachmentRelationship
-
The original source material for the associated content
- data → const PdfAttachmentRelationship
-
Represents information used to derive a visual presentation
- alternative → const PdfAttachmentRelationship
-
Alternative representation of the PDF contents
- supplement → const PdfAttachmentRelationship
-
supplemental representation of the original source or data that may be more easily consumable
- unspecified → const PdfAttachmentRelationship
-
Relationship is not known or cannot be described using one of the other values
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfAttachmentRelationship> - A constant List of the values in this enum, in order of their declaration.