178179180181182183184185186187
protected void setUp() throws Exception { super.setUp(); _hWPFDocFixture = new HWPFDocFixture(this); _hWPFDocFixture.setUp(); dirname = System.getProperty("HWPF.testdata.path"); }
7475767778798081828384
throws Exception { super.setUp(); /**@todo verify the constructors*/ _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); _documentProperties = new DocumentProperties(_hWPFDocFixture._tableStream, _hWPFDocFixture._fib.getFcDop(), _hWPFDocFixture._fib.getLcbDop()); }
168169170171172173174175176
protected void setUp() throws Exception { super.setUp(); System.setProperty("org.apache.poi.hwpf.preserveTextTable", Boolean.TRUE.toString()); _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); }
5152535455565758596061
@Override protected void setUp() throws Exception { super.setUp(); /** @todo verify the constructors */ _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); _fileInformationBlock = _hWPFDocFixture._fib; }
168169170171172173174175
protected void setUp() throws Exception { super.setUp(); _hWPFDocFixture = new HWPFDocFixture(this); _hWPFDocFixture.setUp(); }
protected void setUp() throws Exception { super.setUp(); _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); }
179180181182183184185186187188
6566676869707172737475
169170171172173174175176
throws Exception { super.setUp(); System.setProperty( "org.apache.poi.hwpf.preserveTextTable", Boolean.TRUE.toString() ); _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); }
52535455565758596061
protected void setUp() throws Exception { super.setUp(); /**@todo verify the constructors*/ _hWPFDocFixture = new HWPFDocFixture(this, HWPFDocFixture.DEFAULT_TEST_FILE); _hWPFDocFixture.setUp(); _fileInformationBlock = _hWPFDocFixture._fib; }