Drawings.Picture| 构造器和说明 |
|---|
XMLDrawings(ExcelReader reader) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int[] |
dimEle(org.dom4j.Element e,
org.dom4j.Namespace xdr) |
protected Dimension |
dimension(org.dom4j.Element e,
org.dom4j.Namespace xdr) |
List<Drawings.Picture> |
getPictures() |
boolean |
isParsed() |
List<Drawings.Picture> |
listPictures()
List all picture in excel
|
protected List<Drawings.Picture> |
parse()
Parse picture
|
protected List<Drawings.Picture> |
parseDrawings(Path path) |
void |
setParsed(boolean parsed) |
void |
setPictures(List<Drawings.Picture> pictures) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlistPicturespublic XMLDrawings(ExcelReader reader)
public List<Drawings.Picture> listPictures()
listPictures 在接口中 DrawingsDrawings.Picture, or null if not exists.protected List<Drawings.Picture> parse()
Drawings.Pictureprotected List<Drawings.Picture> parseDrawings(Path path)
protected Dimension dimension(org.dom4j.Element e, org.dom4j.Namespace xdr)
protected int[] dimEle(org.dom4j.Element e,
org.dom4j.Namespace xdr)
public List<Drawings.Picture> getPictures()
public void setPictures(List<Drawings.Picture> pictures)
public boolean isParsed()
public void setParsed(boolean parsed)
Copyright © 2022. All rights reserved.