添加...引用 void ( file){.... pa = new ....();.... pp = pa..Open(file,..Core..,..Core..,..Core..);//開始讀取每一頁 (....Slide slide in pp.){//開始讀取每一個數據塊 (....Shape shape in slide.){if(shape..)//如果是文字怎么快速提取ppt里的文字,文字處理{ text = shape...Text.Trim();...}else//是圖片怎么快速提取ppt里的文字,圖片處理{shape.Copy();Image img = (Image).(.);...//比如圖片存盤 img.Save();}}}}