Uses of Interface
com.itextpdf.xmp.properties.XMPPropertyInfo
-
Packages that use XMPPropertyInfo Package Description com.itextpdf.xmp.impl Package containing the xmpcore implementation. -
-
Uses of XMPPropertyInfo in com.itextpdf.xmp.impl
Fields in com.itextpdf.xmp.impl declared as XMPPropertyInfo Modifier and Type Field Description private XMPPropertyInfo
XMPIteratorImpl.NodeIterator. returnProperty
the cachedPropertyInfo
to returnMethods in com.itextpdf.xmp.impl that return XMPPropertyInfo Modifier and Type Method Description protected XMPPropertyInfo
XMPIteratorImpl.NodeIterator. createPropertyInfo(XMPNode node, java.lang.String baseNS, java.lang.String path)
Creates a property info object from anXMPNode
.protected XMPPropertyInfo
XMPIteratorImpl.NodeIterator. getReturnProperty()
Methods in com.itextpdf.xmp.impl with parameters of type XMPPropertyInfo Modifier and Type Method Description protected void
XMPIteratorImpl.NodeIterator. setReturnProperty(XMPPropertyInfo returnProperty)
-