| Class and Description |
|---|
| org.apache.poi.hwpf.model.BytePropertyNode
byte positions shall not be saved in memory
|
| Constructor and Description |
|---|
| org.apache.poi.hslf.blip.Bitmap() |
| org.apache.poi.hwpf.model.CHPBinTable(byte[], byte[], int, int, int, TextPieceTable) |
| org.apache.poi.hslf.blip.DIB() |
| org.apache.poi.hwpf.model.DocumentProperties(byte[], int) |
| org.apache.poi.hslf.blip.EMF()
Use
HSLFSlideShow#addPicture(byte[], PictureType) or one of its overloads to create new
EMF. This API led to detached EMF instances (See Bugzilla
46122) and prevented adding additional functionality. |
| org.apache.poi.hslf.usermodel.HSLFPictureData()
Use
HSLFSlideShow#addPicture(byte[], PictureType) or one of its overloads to create new
HSLFPictureData. This API led to detached HSLFPictureData instances (See Bugzilla
46122) and prevented adding additional functionality. |
| org.apache.poi.hslf.blip.JPEG() |
| org.apache.poi.hwpf.model.ListLevel(byte[], int) |
| org.apache.poi.hwpf.model.OldSectionTable(byte[], int, int, int, TextPieceTable)
Use
OldSectionTable.OldSectionTable(byte[],int,int) instead |
| org.apache.poi.hslf.blip.PICT()
Use
HSLFSlideShow#addPicture(byte[], PictureType) or one of its overloads to create new
PICT. This API led to detached PICT instances (See Bugzilla
46122) and prevented adding additional functionality. |
| org.apache.poi.hwpf.model.PicturesTable(HWPFDocument, byte[], byte[], FSPATable, OfficeArtContent) |
| org.apache.poi.hwpf.model.PlexOfField(int, int, byte[]) |
| org.apache.poi.hslf.blip.PNG() |
| org.apache.poi.hslf.blip.WMF()
Use
HSLFSlideShow#addPicture(byte[], PictureType) or one of its overloads to create new
WMF. This API led to detached WMF instances (See Bugzilla
46122) and prevented adding additional functionality. |
| org.apache.poi.hwpf.extractor.Word6Extractor(DirectoryNode, POIFSFileSystem)
Use
Word6Extractor.Word6Extractor(DirectoryNode) instead |
| Enum Constant and Description |
|---|
| org.apache.poi.hwpf.model.SubdocumentType.MACRO |