Class AFRelationshipValue

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

public final class AFRelationshipValue extends Object
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PdfName
    Alternative shall be used if this file specification is an alternative representation of content, for example audio.
    static final PdfName
    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 final PdfName
    Source shall be used if this file specification is the original source material for the associated content.
    static final PdfName
    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 final PdfName
    Unspecified shall be used when the relationship is not known or cannot be described using one of the other values.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • AFRelationshipValue

      public AFRelationshipValue()