Пример #1
0
 /**
  * Creates a new POIXMLPropertiesTextExtractor, for the
  *  same file that another TextExtractor is already
  *  working on.
  */
 public POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
     : base(otherExtractor.Document)
 {
 }
        /**
         * Creates a new POIXMLPropertiesTextExtractor, for the
         *  same file that another TextExtractor is already
         *  working on.
         */
        public POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor)
            : base(otherExtractor.Document)
        {

        }