/** * Creates a new POIXMLPropertiesTextExtractor, for the * same file that another TextExtractor is already * working on. */ public POIXMLPropertiesTextExtractor(POIXMLTextExtractor otherExtractor) : base(otherExtractor.Document) { }