Uses of Class
com.itextpdf.kernel.xmp.options.IteratorOptions
Packages that use IteratorOptions
Package
Description
-
Uses of IteratorOptions in com.itextpdf.kernel.xmp
Methods in com.itextpdf.kernel.xmp with parameters of type IteratorOptionsModifier and TypeMethodDescriptionXMPMeta.iterator
(IteratorOptions options) Constructs an iterator for the properties within this XMP object using some options.XMPMeta.iterator
(String schemaNS, String propName, IteratorOptions options) Construct an iterator for the properties within an XMP object. -
Uses of IteratorOptions in com.itextpdf.kernel.xmp.impl
Methods in com.itextpdf.kernel.xmp.impl that return IteratorOptionsMethods in com.itextpdf.kernel.xmp.impl with parameters of type IteratorOptionsModifier and TypeMethodDescriptionXMPMetaImpl.iterator
(IteratorOptions options) XMPMetaImpl.iterator
(String schemaNS, String propName, IteratorOptions options) Constructors in com.itextpdf.kernel.xmp.impl with parameters of type IteratorOptionsModifierConstructorDescriptionXMPIteratorImpl
(XMPMetaImpl xmp, String schemaNS, String propPath, IteratorOptions options) Constructor with optionsl initial values. -
Uses of IteratorOptions in com.itextpdf.kernel.xmp.options
Methods in com.itextpdf.kernel.xmp.options that return IteratorOptionsModifier and TypeMethodDescriptionIteratorOptions.setJustChildren
(boolean value) Sets the option and returns the instance.IteratorOptions.setJustLeafname
(boolean value) Sets the option and returns the instance.IteratorOptions.setJustLeafnodes
(boolean value) Sets the option and returns the instance.IteratorOptions.setOmitQualifiers
(boolean value) Sets the option and returns the instance.