Deprecated Methods |
org.apache.poi.hwpf.model.TextPiece.adjustForDelete(int, int)
|
org.apache.poi.hwpf.model.TextPiece.characterLength()
|
org.apache.poi.hwpf.usermodel.CharacterRun.cloneProperties()
This method shall not be public and should not be called from
high-level code |
org.apache.poi.hwpf.usermodel.Picture.getAspectRatioX()
use more precise Picture.getHorizontalScalingFactor() |
org.apache.poi.hwpf.usermodel.Picture.getAspectRatioY()
use more precise Picture.getVerticalScalingFactor() |
org.apache.poi.hwpf.model.StyleSheet.getCharacterStyle(int)
|
org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int)
|
org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int)
This API were based on incorrect assumption that single byte
offset corresponds to single char offset |
org.apache.poi.hwpf.model.TextPieceTable.getCharIndex(int, int)
|
org.apache.poi.hwpf.model.CharIndexTranslator.getCharIndex(int, int)
This API were based on incorrect assumption that single byte
offset corresponds to single char offset |
org.apache.poi.hwpf.model.StyleDescription.getCHP()
|
org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()
|
org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()
|
org.apache.poi.hwpf.model.BytePropertyNode.getEndBytes()
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved. |
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContNote()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldAtn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldEdn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldFtn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdr()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldHdrtxbx()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldMom()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcffldTxbx()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcfLst()
|
org.apache.poi.hwpf.model.FileInformationBlock.getFcPlcspaMom()
|
org.apache.poi.hwpf.model.FieldsTables.getFieldsPLCF(int)
|
org.apache.poi.hwpf.HWPFDocument.getFieldsTables()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()
|
org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()
|
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
This field should not be used according to specification |
org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()
|
org.apache.poi.hsmf.MAPIMessage.getHmtlBody()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldAtn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldEdn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldFtn()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdr()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldHdrtxbx()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldMom()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcffldTxbx()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcfLst()
|
org.apache.poi.hwpf.model.FileInformationBlock.getLcbPlcspaMom()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()
|
org.apache.poi.hwpf.model.StyleDescription.getPAP()
|
org.apache.poi.hwpf.model.PAPX.getParagraphProperties(StyleSheet)
|
org.apache.poi.hwpf.model.StyleSheet.getParagraphStyle(int)
|
org.apache.poi.hwpf.extractor.Word6Extractor.getParagraphText()
|
org.apache.poi.hwpf.model.types.LSTFAbstractType.getReserved1()
This field should not be used according to specification |
org.apache.poi.hwpf.HWPFDocument.getShapesTable()
use HWPFDocument.getOfficeDrawingsMain() instead |
org.apache.poi.hslf.usermodel.HSLFPictureData.getSize()
Use getData().length instead. |
org.apache.poi.hslf.record.PersistPtrHolder.getSlideOffsetDataLocationsLookup()
since POI 3.11, not supported anymore |
org.apache.poi.hwpf.model.BytePropertyNode.getStartBytes()
Though bytes are actually stored in file, it is advised to
use char positions for all operations. Including save
operations, because only char positions are preserved. |
org.apache.poi.hwpf.model.TextPiece.getStringBuffer()
|
org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused1()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.LFOLVLBaseAbstractType.getUnused2()
This field should not be used according to specification |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, int, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, String)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertAfter(String, CharacterProperties)
User code should not work with CharacterProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int, int, int)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(ParagraphProperties, int, String)
Use code shall not work with ParagraphProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(String, CharacterProperties)
User code should not work with CharacterProperties |
org.apache.poi.hwpf.usermodel.Range.insertBefore(TableProperties, int)
Use code shall not work with TableProperties . Use
Range.insertTableBefore(short, int) instead |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFEmptySpecial()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isFMac()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved1()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.FibBaseAbstractType.isReserved2()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.LVLFAbstractType.isUnused1()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused1()
This field should not be used according to specification |
org.apache.poi.hwpf.model.types.LSTFAbstractType.isUnused2()
This field should not be used according to specification |
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldAtn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldEdn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldFtn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdr(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldHdrtxbx(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldMom(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcffldTxbx(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setFcPlcfLst(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldAtn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldEdn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldFtn(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdr(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldHdrtxbx(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldMom(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcffldTxbx(int)
|
org.apache.poi.hwpf.model.FileInformationBlock.setLcbPlcfLst(int)
|
org.apache.poi.hwpf.model.TextPiece.substring(int, int)
|
org.apache.poi.hwpf.model.CHPFormattedDiskPage.toByteArray(CharIndexTranslator, int)
Use CHPFormattedDiskPage.toByteArray(CharIndexTranslator) instead |
org.apache.poi.hwpf.usermodel.Range.type()
|
org.apache.poi.hwpf.usermodel.Paragraph.type()
|
org.apache.poi.hwpf.usermodel.ListEntry.type()
|
org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties, byte[], int)
|
org.apache.poi.hwpf.sprm.TableSprmUncompressor.uncompressTAP(byte[], int)
|
org.apache.poi.hwpf.usermodel.Range.usesUnicode()
Range is not linked to any text piece anymore, so to check if
unicode is used please access TextPieceTable during
document load time |
org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem)
|
org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem)
|
org.apache.poi.hwpf.model.PAPBinTable.writeTo(HWPFFileSystem, CharIndexTranslator)
|
org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem, int)
|
org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem, int, CharIndexTranslator)
|