PdfAttachmentRelationship enum

Specifies the file relationship of attachment.

Inheritance

Constructors

PdfAttachmentRelationship()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.