Uses of Class
org.apache.fop.afp.modca.InterchangeSet
-
Packages that use InterchangeSet Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. -
-
Uses of InterchangeSet in org.apache.fop.afp
Fields in org.apache.fop.afp declared as InterchangeSet Modifier and Type Field Description private InterchangeSet
DataStream. interchangeSet
The MO:DCA interchange set in use (default to MO:DCA-P IS/2 set)Methods in org.apache.fop.afp that return InterchangeSet Modifier and Type Method Description InterchangeSet
DataStream. getInterchangeSet()
Returns the MO:DCA interchange set in useMethods in org.apache.fop.afp with parameters of type InterchangeSet Modifier and Type Method Description void
DataStream. setInterchangeSet(InterchangeSet interchangeSet)
Sets the MO:DCA interchange set to use -
Uses of InterchangeSet in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca that return InterchangeSet Modifier and Type Method Description static InterchangeSet
InterchangeSet. valueOf(java.lang.String str)
Returns the interchange set value of a given string
-