Package com.itextpdf.text.pdf
Class AFRelationshipValue
java.lang.Object
com.itextpdf.text.pdf.AFRelationshipValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
-
Field Details
-
Source
Source shall be used if this file specification is the original source material for the associated content. -
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
Alternative shall be used if this file specification is an alternative representation of content, for example audio. -
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
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()
-