Class AltChunkFinder.LocatedChunk

java.lang.Object
org.docx4j.utils.AltChunkFinder.LocatedChunk
Enclosing class:
AltChunkFinder

public static class AltChunkFinder.LocatedChunk extends Object
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 Details

    • altChunk

      private CTAltChunk altChunk
    • contentList

      List contentList
    • index

      int index
  • Constructor Details

    • LocatedChunk

      LocatedChunk(CTAltChunk altChunk, List contentList, int index)
  • Method Details

    • getAltChunk

      public CTAltChunk getAltChunk()
    • setAltChunk

      public void setAltChunk(CTAltChunk altChunk)
    • getContentList

      public List getContentList()
    • getIndex

      public int getIndex()