Catalogen

XWPFDocument @Cluster 1 (getpackagerelationship, getrelations, part)


XWPFWordExtractorDecorator.java

test that we get the same value as excel and , for

130. private void extractTableContent(XWPFDocument doc, XHTMLContentHandler xhtml)
132.     for (CTTbl table : doc.getDocument().getBody().getTblArray()) {

WordXMLReader.java

test that we get the same value as excel and , for

78. private final XWPFDocument document;
143.     for (XWPFParagraph p : document.getParagraphs()) {
147.     Iterator<XWPFTable> tableIter = document.getTablesIterator();

OLDXHTMLMapper.java

test that we get the same value as excel and , for

56. private XWPFDocument document;
66.         defaults = document.getStyle().getDocDefaults();
85.     for ( POIXMLDocumentPart part : document.getRelations() )
109.         List<IBodyElement> bodyElement = document.getBodyElements();

XWPFStylesDocument.java

test that we get the same value as excel and , for

148. private final XWPFDocument document;
201.     List<CTStyle> styles = document.getStyle().getStyleList();
256.         return document.getStyle().getDocDefaults();
1192.     for ( POIXMLDocumentPart p : document.getRelations() )
1233.         for ( POIXMLDocumentPart p : document.getRelations() )