com.itextpdf.text.pdf
Class AFRelationshipValue

java.lang.Object
  extended by com.itextpdf.text.pdf.AFRelationshipValue

public final class AFRelationshipValue
extends Object

See Also:
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

Source

public static final PdfName Source
Source shall be used if this file specification is the original source material for the associated content.


Data

public static final 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.


Alternative

public static final PdfName Alternative
Alternative shall be used if this file specification is an alternative representation of content, for example audio.


Supplement

public static final 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. A MathML version of an equation). NOTE 1 Supplement is to be used only when the file is not the source or an alternative.


Unspecified

public static final PdfName Unspecified
Unspecified shall be used when the relationship is not known or cannot be described using one of the other values. NOTE 2 Unspecified is to be used only when no other value correctly reflects the relationship.

Constructor Detail

AFRelationshipValue

public AFRelationshipValue()


Copyright © 2014. All Rights Reserved.