Deprecated Methods |
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.CharIndexTranslator.getCharIndex(int)
This API were based on incorrect assumption that single byte
offset corresponds to single char offset |
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.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.HWPFDocument.getFieldsTables()
|
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
This field should not be used according to specification |
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.PictureData.getSize()
Use getData().length instead. |
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.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(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(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.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 |