コード例 #1
0
ファイル: POITextExtractor.cs プロジェクト: hiodava/Romero
 /// <summary>
 /// Creates a new text extractor, using the same
 /// document as another text extractor. Normally
 /// only used by properties extractors.
 /// </summary>
 /// <param name="otherExtractor">The other extractor.</param>
 protected POITextExtractor(POITextExtractor otherExtractor)
 {
     this.document = otherExtractor.document;
 }
コード例 #2
0
        public HPSFPropertiesExtractor(POITextExtractor mainExtractor)
            : base(mainExtractor)
        {

        }
コード例 #3
0
ファイル: POITextExtractor.cs プロジェクト: Reinakumiko/npoi
 /// <summary>
 /// Creates a new text extractor, using the same
 /// document as another text extractor. Normally
 /// only used by properties extractors.
 /// </summary>
 /// <param name="otherExtractor">The other extractor.</param>
 protected POITextExtractor(POITextExtractor otherExtractor)
 {
     this.document = otherExtractor.document;
 }