Class AFRelationshipValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      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.
    • 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()