Uses of Class
org.apache.poi.hwpf.model.OfficeArtContent
-
Packages that use OfficeArtContent Package Description org.apache.poi.hwpf org.apache.poi.hwpf.model org.apache.poi.hwpf.usermodel -
-
Uses of OfficeArtContent in org.apache.poi.hwpf
Methods in org.apache.poi.hwpf that return OfficeArtContent Modifier and Type Method Description OfficeArtContentHWPFDocument. getOfficeArtContent() -
Uses of OfficeArtContent in org.apache.poi.hwpf.model
Constructors in org.apache.poi.hwpf.model with parameters of type OfficeArtContent Constructor Description PicturesTable(HWPFDocument _document, byte[] _dataStream, byte[] _mainStream, FSPATable fspa, OfficeArtContent dgg)Deprecated. -
Uses of OfficeArtContent in org.apache.poi.hwpf.usermodel
Constructors in org.apache.poi.hwpf.usermodel with parameters of type OfficeArtContent Constructor Description OfficeDrawingsImpl(FSPATable fspaTable, OfficeArtContent officeArtContent, byte[] mainStream)
-