예제 #1
0
        public void SetUp()
        {
            /**@todo verify the constructors*/
            _hWPFDocFixture = new HWPFDocFixture(this);

            _hWPFDocFixture.SetUp();
        }
예제 #2
0
        public void SetUp()
        {
            /** @todo verify the constructors */
            _hWPFDocFixture = new HWPFDocFixture(this);

            _hWPFDocFixture.SetUp();
        }
예제 #3
0
        public void SetUp()
        {
            /**@todo verify the constructors*/
            _hWPFDocFixture = new HWPFDocFixture(this);
            _hWPFDocFixture.SetUp();
            FileInformationBlock fib = _hWPFDocFixture._fib;
            byte[] mainStream = _hWPFDocFixture._mainStream;
            byte[] tableStream = _hWPFDocFixture._tableStream;

            _hWPFDocFixture.SetUp();
            _styleSheet = new StyleSheet(tableStream, fib.GetFcStshf());
        }
예제 #4
0
 public void tearDown()
 {
     _cHPBinTable = null;
     _hWPFDocFixture = null;
 }
예제 #5
0
 public void SetUp()
 {
     _hWPFDocFixture = new HWPFDocFixture(this);
     _hWPFDocFixture.SetUp();
 }
예제 #6
0
 public void tearDown()
 {
     _hWPFDocFixture = null;
 }
예제 #7
0
 public void TearDown()
 {
     _plexOfCps = null;
     _hWPFDocFixture = null;
 }
예제 #8
0
        public void TearDown()
        {
            _styleSheet = null;

            _hWPFDocFixture = null;
        }
예제 #9
0
 public void TearDown()
 {
     _hWPFDocFixture = null;
 }