Package org.apache.poi.hemf.usermodel
Class HemfEmbeddedIterator
java.lang.Object
org.apache.poi.hemf.usermodel.HemfEmbeddedIterator
- All Implemented Interfaces:
Iterator<HwmfEmbedded>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intbooleanhasNext()next()static voidsetMaxRecordLength(int length) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
HemfEmbeddedIterator
-
HemfEmbeddedIterator
-
-
Method Details
-
setMaxRecordLength
public static void setMaxRecordLength(int length) - Parameters:
length- the max record length allowed for HemfEmbeddedIterator
-
getMaxRecordLength
public static int getMaxRecordLength()- Returns:
- the max record length allowed for HemfEmbeddedIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<HwmfEmbedded>
-
next
- Specified by:
nextin interfaceIterator<HwmfEmbedded>
-