|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.AFRelationshipValue
public final class AFRelationshipValue
constants for AFRelationship key of Filespec dictionary.
An AFRelationship value represents the relationship of this object to the source that points to it. Predefined values are Source, Data, Alternative, Supplement or Unspecified. Other values may be used to represent other types of relationships, but should follow the rules for second-class names (ISO 32000‑1, Annex E).
Field Summary | |
---|---|
static PdfName |
Alternative
Alternative shall be used if this file specification is an alternative representation of content, for example audio. |
static PdfName |
Data
Data shall be used if this file specification represents information used to derive a visual presentation, such as for a table or a graph. |
static PdfName |
Source
Source shall be used if this file specification is the original source material for the associated content. |
static PdfName |
Supplement
Supplement shall be used if this file specification represents a supplemental representation of the original source or data that may be more easily consumable (e.g. |
static PdfName |
Unspecified
Unspecified shall be used when the relationship is not known or cannot be described using one of the other values. |
Constructor Summary | |
---|---|
AFRelationshipValue()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PdfName Source
public static final PdfName Data
public static final PdfName Alternative
public static final PdfName Supplement
public static final PdfName Unspecified
Constructor Detail |
---|
public AFRelationshipValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |