Package org.docx4j.utils
Class AltChunkFinder.LocatedChunk
java.lang.Object
org.docx4j.utils.AltChunkFinder.LocatedChunk
- Enclosing class:
- AltChunkFinder
Track the parent of altChunk. This is a workaround
for the problem getting the parent of something
wrapped in a JAXBElement (which is sometimes the
case).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
altChunk
-
contentList
List contentList -
index
int index
-
-
Constructor Details
-
LocatedChunk
LocatedChunk(CTAltChunk altChunk, List contentList, int index)
-
-
Method Details
-
getAltChunk
-
setAltChunk
-
getContentList
-
getIndex
public int getIndex()
-