org.apache.poi.xssf.model.StylesTable._getNumberFormatSize()
|
org.apache.poi.POIXMLDocumentPart._invokeOnDocumentRead(POIXMLDocumentPart) |
org.apache.poi.POIXMLDocumentPart.addRelation(String, POIXMLDocumentPart)
in POI 3.14, scheduled for removal in POI 3.16
|
org.apache.poi.hwpf.model.TextPiece.adjustForDelete(int, int) |
org.apache.poi.hssf.record.DBCellRecord.calculateSizeOfRecords(int, int)
in POI 3.15-beta2, scheduled for removal in POI 3.17 - this method is not used within POI
|
org.apache.poi.hwpf.model.TextPiece.characterLength() |
org.apache.poi.ss.util.SheetUtil.containsCell(CellRangeAddress, int, int)
|
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String)
|
org.apache.poi.hssf.util.HSSFCellUtil.createCell(HSSFRow, int, String, HSSFCellStyle)
|
org.apache.poi.hssf.usermodel.HSSFRow.createCell(int, int)
POI 3.15 beta 3
|
org.apache.poi.ss.usermodel.Row.createCell(int, int)
|
org.apache.poi.xssf.streaming.SXSSFRow.createCell(int, int)
|
org.apache.poi.xssf.usermodel.XSSFRow.createCell(int, int)
|
org.apache.poi.POIXMLFactory.createDocumentPart(POIXMLDocumentPart, PackageRelationship, PackagePart)
in POI 3.14, scheduled for removal in POI 3.16
|
org.apache.poi.hssf.usermodel.HSSFCreationHelper.createHyperlink(int)
|
org.apache.poi.ss.usermodel.CreationHelper.createHyperlink(int)
|
org.apache.poi.xssf.streaming.SXSSFCreationHelper.createHyperlink(int)
|
org.apache.poi.xssf.usermodel.XSSFCreationHelper.createHyperlink(int)
|
org.apache.poi.ss.formula.BaseFormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.FormulaEvaluator.evaluateFormulaCell(Cell)
3.15. Will return a CellType enum in the future
|
org.apache.poi.xssf.model.CommentsTable.findCellComment(String)
|
org.apache.poi.hssf.usermodel.HSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
org.apache.poi.ss.usermodel.Workbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
org.apache.poi.xssf.model.StylesTable.findFont(short, short, short, String, boolean, boolean, short, byte)
|
org.apache.poi.xssf.streaming.SXSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.findFont(short, short, short, String, boolean, boolean, short, byte)
|
org.apache.poi.common.usermodel.HyperlinkType.forInt(int)
POI 3.15 beta 3
|
org.apache.poi.ss.formula.FormulaType.forInt(int)
POI 3.15 beta 3. Used to transition code from int s to FormulaType s.
|
org.apache.poi.ss.usermodel.CellType.forInt(int)
POI 3.15 beta 3. Used to transition code from int s to CellType s.
|
org.apache.poi.poifs.crypt.EncryptionVerifier.getAlgorithm()
|
org.apache.poi.hssf.converter.AbstractExcelUtils.getAlign(short)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getAlignment()
|
org.apache.poi.ss.usermodel.CellStyle.getAlignment()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getAlignment()
|
org.apache.poi.hssf.usermodel.HSSFFont.getBoldweight()
|
org.apache.poi.ss.usermodel.Font.getBoldweight()
|
org.apache.poi.xssf.usermodel.XSSFFont.getBoldweight()
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderBottom()
|
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderBottom()
|
org.apache.poi.ss.usermodel.BorderFormatting.getBorderBottom()
|
org.apache.poi.ss.usermodel.CellStyle.getBorderBottom()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderBottom()
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderBottom()
|
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderDiagonal()
|
org.apache.poi.ss.usermodel.BorderFormatting.getBorderDiagonal()
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderDiagonal()
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderLeft()
|
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderLeft()
|
org.apache.poi.ss.usermodel.BorderFormatting.getBorderLeft()
|
org.apache.poi.ss.usermodel.CellStyle.getBorderLeft()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderLeft()
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderLeft()
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderRight()
|
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderRight()
|
org.apache.poi.ss.usermodel.BorderFormatting.getBorderRight()
|
org.apache.poi.ss.usermodel.CellStyle.getBorderRight()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderRight()
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderRight()
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getBorderTop()
|
org.apache.poi.hssf.usermodel.HSSFBorderFormatting.getBorderTop()
|
org.apache.poi.ss.usermodel.BorderFormatting.getBorderTop()
|
org.apache.poi.ss.usermodel.CellStyle.getBorderTop()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getBorderTop()
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.getBorderTop()
|
org.apache.poi.hssf.usermodel.HSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.Cell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.xssf.streaming.SXSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.xssf.usermodel.XSSFCell.getCachedFormulaResultType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCachedFormulaResultTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
org.apache.poi.hssf.util.HSSFCellUtil.getCell(HSSFRow, int)
|
org.apache.poi.hssf.usermodel.HSSFSheet.getCellComment(int, int)
|
org.apache.poi.ss.usermodel.Sheet.getCellComment(int, int)
|
org.apache.poi.xssf.streaming.SXSSFSheet.getCellComment(int, int)
|
org.apache.poi.xssf.usermodel.XSSFSheet.getCellComment(int, int)
|
org.apache.poi.hssf.usermodel.HSSFCell.getCellType()
3.15. Will be return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCellType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.usermodel.CellValue.getCellType()
|
org.apache.poi.ss.usermodel.Cell.getCellType()
POI 3.15. Will return a CellType enum in the future.
|
org.apache.poi.xssf.streaming.SXSSFCell.getCellType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.xssf.usermodel.XSSFCell.getCellType()
3.15. Will return a CellType enum in the future.
|
org.apache.poi.ss.formula.EvaluationCell.getCellTypeEnum()
POI 3.15 beta 3.
Will be deleted when we make the CellType enum transition. See bug 59791.
|
org.apache.poi.hwpf.model.StyleSheet.getCharacterStyle(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) |
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.TextPieceTable.getCharIndex(int, int) |
org.apache.poi.hwpf.model.StyleDescription.getCHP() |
org.apache.poi.poifs.crypt.EncryptionVerifier.getCipherMode()
|
org.apache.poi.common.usermodel.HyperlinkType.getCode()
POI 3.15 beta 3
|
org.apache.poi.ss.usermodel.CellType.getCode()
POI 3.15 beta 3
|
org.apache.poi.xssf.model.CommentsTable.getCTComment(String)
|
org.apache.poi.hwpf.usermodel.Picture.getDxaCropLeft()
POI 3.8 beta 4.
|
org.apache.poi.hwpf.usermodel.Picture.getDxaCropRight()
POI 3.8 beta 4.
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropBottom()
POI 3.8 beta 5.
|
org.apache.poi.hwpf.usermodel.Picture.getDyaCropTop()
POI 3.8 beta 5.
|
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()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteContSeparator()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEndnoteSeparator()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenFooter()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getEvenHeader()
3.8 beta 4
|
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()
POI 3.8.
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.getFillPattern()
|
org.apache.poi.ss.usermodel.CellStyle.getFillPattern()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getFillPattern()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstFooter()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFirstHeader()
3.8 beta 4
|
org.apache.poi.hwpf.extractor.WordExtractor.getFooterText()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContNote()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteContSeparator()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getFootnoteSeparator()
3.8 beta 4
|
org.apache.poi.xssf.usermodel.XSSFDataFormat.getFormat(int)
|
org.apache.poi.hwpf.model.types.FibBaseAbstractType.getFSpare0()
This field should not be used according to specification
|
org.apache.poi.poifs.crypt.EncryptionHeader.getHashAlgorithmEx()
|
org.apache.poi.hwpf.extractor.WordExtractor.getHeaderText()
3.8 beta 4
|
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.xssf.streaming.SXSSFWorkbook.getNameAt(int)
3.16. New projects should avoid accessing named ranges by index.
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameAt(int)
3.16. New projects should avoid accessing named ranges by index.
|
org.apache.poi.xssf.streaming.SXSSFWorkbook.getNameIndex(String)
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.getNameIndex(String)
|
org.apache.poi.xssf.usermodel.XSSFTable.getNumerOfMappedColumns()
|
org.apache.poi.hwpf.usermodel.HeaderStories.getOddFooter()
3.8 beta 4
|
org.apache.poi.hwpf.usermodel.HeaderStories.getOddHeader()
3.8 beta 4
|
org.apache.poi.POIXMLDocumentPart.getPackageRelationship()
in POI 3.14, scheduled for removal in POI 3.16
|
org.apache.poi.hwpf.model.StyleDescription.getPAP() |
org.apache.poi.xwpf.usermodel.XWPFRun.getParagraph()
|
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.hssf.util.HSSFCellUtil.getRow(int, HSSFSheet)
|
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.common.usermodel.Hyperlink.getType()
|
org.apache.poi.hssf.usermodel.HSSFHyperlink.getType()
|
org.apache.poi.hslf.usermodel.HSLFHyperlink.getType()
|
org.apache.poi.xssf.usermodel.XSSFHyperlink.getType()
|
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.hssf.usermodel.HSSFCellStyle.getVerticalAlignment()
|
org.apache.poi.ss.usermodel.CellStyle.getVerticalAlignment()
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.getVerticalAlignment()
|
org.apache.poi.POIXMLDocument.hasOOXMLHeader(InputStream)
use the method from DocumentFactoryHelper, deprecated as of 3.15-beta1, therefore eligible for removal in 3.17
|
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int)
|
org.apache.poi.hwpf.usermodel.Range.insertAfter(ParagraphProperties, int, String)
|
org.apache.poi.ss.util.CellReference.isColumnWithnRange(String, SpreadsheetVersion)
|
org.apache.poi.ddf.EscherBoolProperty.isFalse()
use !isTrue() instead, planed to be removed in POI 3.17
|
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.ss.util.CellReference.isRowWithnRange(String, SpreadsheetVersion)
|
org.apache.poi.xwpf.usermodel.XWPFRun.isStrike() |
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.xssf.model.CommentsTable.newComment(String)
|
org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int)
|
org.apache.poi.hssf.model.HSSFFormulaParser.parse(String, HSSFWorkbook, int, int)
|
org.apache.poi.hssf.record.DrawingRecord.processContinueRecord(byte[])
POI 3.9
|
org.apache.poi.hssf.record.RecordInputStream.readAllContinuedRemainder()
POI 2.0 Best to write a input stream that wraps this one
where there is special sub record that may overlap continue
records.
|
org.apache.poi.xssf.model.CommentsTable.referenceUpdated(String, CTComment)
|
org.apache.poi.xssf.model.CommentsTable.removeComment(String)
|
org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(int)
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(int)
|
org.apache.poi.xssf.streaming.SXSSFWorkbook.removeName(String)
|
org.apache.poi.xssf.usermodel.XSSFWorkbook.removeName(String)
|
org.apache.poi.xssf.usermodel.XSSFSheet.setActiveCell(String)
|
org.apache.poi.ss.util.CellUtil.setAlignment(Cell, Workbook, short)
|
org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HorizontalAlignment)
|
org.apache.poi.hssf.util.HSSFCellUtil.setAlignment(HSSFCell, HSSFWorkbook, short)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setAlignment(short)
|
org.apache.poi.ss.usermodel.CellStyle.setAlignment(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setAlignment(short)
|
org.apache.poi.hssf.usermodel.HSSFClientAnchor.setAnchorType(int)
|
org.apache.poi.ss.usermodel.ClientAnchor.setAnchorType(int)
|
org.apache.poi.xssf.usermodel.XSSFClientAnchor.setAnchorType(int)
|
org.apache.poi.hssf.usermodel.HSSFFont.setBoldweight(short)
|
org.apache.poi.ss.usermodel.Font.setBoldweight(short)
|
org.apache.poi.xssf.usermodel.XSSFFont.setBoldweight(short)
|
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet)
|
org.apache.poi.ss.util.RegionUtil.setBorderBottom(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderBottom(short)
|
org.apache.poi.ss.usermodel.BorderFormatting.setBorderBottom(short)
|
org.apache.poi.ss.usermodel.CellStyle.setBorderBottom(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderBottom(short)
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderBottom(short)
|
org.apache.poi.ss.usermodel.BorderFormatting.setBorderDiagonal(short)
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderDiagonal(short)
|
org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet)
|
org.apache.poi.ss.util.RegionUtil.setBorderLeft(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderLeft(short)
|
org.apache.poi.ss.usermodel.BorderFormatting.setBorderLeft(short)
|
org.apache.poi.ss.usermodel.CellStyle.setBorderLeft(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderLeft(short)
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderLeft(short)
|
org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet)
|
org.apache.poi.ss.util.RegionUtil.setBorderRight(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderRight(short)
|
org.apache.poi.ss.usermodel.BorderFormatting.setBorderRight(short)
|
org.apache.poi.ss.usermodel.CellStyle.setBorderRight(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderRight(short)
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderRight(short)
|
org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet)
|
org.apache.poi.ss.util.RegionUtil.setBorderTop(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setBorderTop(short)
|
org.apache.poi.ss.usermodel.BorderFormatting.setBorderTop(short)
|
org.apache.poi.ss.usermodel.CellStyle.setBorderTop(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setBorderTop(short)
|
org.apache.poi.xssf.usermodel.XSSFBorderFormatting.setBorderTop(short)
|
org.apache.poi.ss.util.RegionUtil.setBottomBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCell.setCellErrorValue(byte)
|
org.apache.poi.ss.util.CellUtil.setCellStyleProperty(Cell, Workbook, String, Object)
|
org.apache.poi.hssf.util.HSSFCellUtil.setCellStyleProperty(HSSFCell, HSSFWorkbook, String, Object)
|
org.apache.poi.hssf.usermodel.HSSFCell.setCellType(int)
|
org.apache.poi.ss.usermodel.Cell.setCellType(int)
|
org.apache.poi.xssf.streaming.SXSSFCell.setCellType(int)
|
org.apache.poi.xssf.usermodel.XSSFCell.setCellType(int)
|
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.hssf.usermodel.HSSFCellStyle.setFillPattern(short)
|
org.apache.poi.ss.usermodel.CellStyle.setFillPattern(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setFillPattern(short)
|
org.apache.poi.ss.util.CellUtil.setFont(Cell, Workbook, Font)
|
org.apache.poi.hssf.util.HSSFCellUtil.setFont(HSSFCell, HSSFWorkbook, HSSFFont)
|
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.ss.util.RegionUtil.setLeftBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.ss.util.RegionUtil.setRightBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.xwpf.usermodel.XWPFRun.setStrike(boolean) |
org.apache.poi.xssf.usermodel.XSSFSheet.setTabColor(int)
|
org.apache.poi.ss.util.RegionUtil.setTopBorderColor(int, CellRangeAddress, Sheet, Workbook)
|
org.apache.poi.hssf.usermodel.HSSFCellStyle.setVerticalAlignment(short)
|
org.apache.poi.ss.usermodel.CellStyle.setVerticalAlignment(short)
|
org.apache.poi.xssf.usermodel.XSSFCellStyle.setVerticalAlignment(short)
|
org.apache.poi.xwpf.usermodel.XWPFParagraph.setWordWrap(boolean) |
org.apache.poi.ss.usermodel.Sheet.setZoom(int, int)
|
org.apache.poi.xssf.streaming.SXSSFSheet.setZoom(int, int)
|
org.apache.poi.xssf.usermodel.XSSFSheet.setZoom(int, int)
|
org.apache.poi.xssf.usermodel.helpers.XSSFRowShifter.shiftMerged(int, int, int)
|
org.apache.poi.hssf.usermodel.HSSFSheet.shiftMerged(int, int, int, boolean)
|
org.apache.poi.hwpf.model.TextPiece.substring(int, int) |
org.apache.poi.hwpf.model.CHPFormattedDiskPage.toByteArray(CharIndexTranslator, int)
|
org.apache.poi.hssf.util.HSSFCellUtil.translateUnicodeValues(HSSFCell)
|
org.apache.poi.ss.format.CellFormat.ultimateType(Cell)
POI 3.15. This will return a CellType enum in the future
|
org.apache.poi.ss.format.CellFormat.ultimateTypeEnum(Cell)
POI 3.15 beta 3
Will be deleted when we make the CellType enum transition. See bug 59791.
|
org.apache.poi.hwpf.sprm.CharacterSprmUncompressor.uncompressCHP(CharacterProperties, byte[], int) |
org.apache.poi.hwpf.model.FontTable.writeTo(HWPFFileSystem) |
org.apache.poi.hwpf.model.ComplexFileTable.writeTo(HWPFFileSystem) |
org.apache.poi.hwpf.model.SectionTable.writeTo(HWPFFileSystem, int) |
org.apache.poi.hwpf.model.CHPBinTable.writeTo(HWPFFileSystem, int, CharIndexTranslator) |
org.apache.poi.xssf.usermodel.XSSFWorkbook.xssfSheetIterator()
3.13. New projects should use the preferred options. Note: XSSFWorkbook.xssfSheetIterator
is deprecated and will be removed in 3.15.
|