com.spire.pdf.general
Enum PdfAttachmentRelationship

java.lang.Object
  extended by java.lang.Enum<PdfAttachmentRelationship>
      extended by com.spire.pdf.general.PdfAttachmentRelationship
All Implemented Interfaces:
java.lang.Comparable<PdfAttachmentRelationship>

public enum PdfAttachmentRelationship
extends java.lang.Enum<PdfAttachmentRelationship>

Attachment relationship type.


Enum Constant Summary
Alternative
          If this document specification is an alternative representation of the content(such as audio).
Data
          If this document specification represents the information used to generate a visual rendering.
Source
          If this document specification is the original source material for the associated content.
Supplement
          If this document specification represents a supplemental representation of the original source or data that may be easier to process.
Unspecified
          When the relationship is unknown or cannot be described using one of the other values.
 

Enum Constant Detail

Source

public static final PdfAttachmentRelationship Source
If this document specification is the original source material for the associated content.


Data

public static final PdfAttachmentRelationship Data
If this document specification represents the information used to generate a visual rendering.


Alternative

public static final PdfAttachmentRelationship Alternative
If this document specification is an alternative representation of the content(such as audio).


Supplement

public static final PdfAttachmentRelationship Supplement
If this document specification represents a supplemental representation of the original source or data that may be easier to process.


Unspecified

public static final PdfAttachmentRelationship Unspecified
When the relationship is unknown or cannot be described using one of the other values.