10 import org.apache.poi.hwpf.HWPFDocument;
11 import org.apache.poi.hwpf.model.PicturesTable;
12 import org.apache.poi.hwpf.usermodel.CharacterRun;
13 import org.apache.poi.hwpf.usermodel.Picture;
14 import org.apache.poi.hwpf.usermodel.Range;
16 /**
17 * Provides access to the pictures both by offset, iteration over the
18 * un-claimed, and peeking forward
19 */
20 public class PicturesSource {//这个类是poi官网找的
21 private PicturesTable picturesTable;
22 private Set