enum
Hpdf::AFRelationship
Overview
Associated File (AF) relationship type for embedded attachments.
Used with Doc#attach_file.
Defined in:
hpdf/enum.crEnum Members
-
Source =
0 -
The embedded file is the source material used to create the document.
-
Data =
1 -
The embedded file contains data used by or associated with the document.
-
Alternative =
2 -
The embedded file is an alternative representation of the document content.
-
Supplement =
3 -
The embedded file supplements the document with additional information.
-
EncryptedPayload =
4 -
The embedded file is an encrypted payload.
-
FormData =
5 -
The embedded file contains form data associated with the document.
-
Schema =
6 -
The embedded file defines a schema used within the document.
-
Unspecified =
7 -
The relationship is not specified or does not fit any other category.
Instance Method Summary
-
#alternative?
Returns
trueif this enum value equalsAlternative -
#data?
Returns
trueif this enum value equalsData -
#encrypted_payload?
Returns
trueif this enum value equalsEncryptedPayload -
#form_data?
Returns
trueif this enum value equalsFormData -
#schema?
Returns
trueif this enum value equalsSchema -
#source?
Returns
trueif this enum value equalsSource -
#supplement?
Returns
trueif this enum value equalsSupplement -
#unspecified?
Returns
trueif this enum value equalsUnspecified