Package | Description |
---|---|
org.apache.poi.xslf | |
org.apache.poi.xslf.usermodel | |
org.apache.poi.xssf.usermodel | |
org.apache.poi.xssf.usermodel.extensions | |
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
CTNotesSlide |
XSLFSlideShow.getNotes(CTSlideIdListEntry slide)
Returns the low level notes object for the given
slide, as found from the supplied slide reference
|
CTPresentation |
XSLFSlideShow.getPresentation()
Returns the low level presentation base object
|
CTSlide |
XSLFSlideShow.getSlide(CTSlideIdListEntry slide)
Returns the low level slide object from
the supplied slide reference
|
CTCommentList |
XSLFSlideShow.getSlideComments(CTSlideIdListEntry slide)
Returns all the comments for the given slide
|
CTSlideMaster |
XSLFSlideShow.getSlideMaster(CTSlideMasterIdListEntry master)
Returns the low level slide master object from
the supplied slide master reference
|
CTSlideMasterIdList |
XSLFSlideShow.getSlideMasterReferences()
Returns the references from the presentation to its
slide masters.
|
CTSlideIdList |
XSLFSlideShow.getSlideReferences()
Returns the references from the presentation to its
slides.
|
Modifier and Type | Method and Description |
---|---|
CTSlide |
XSLFSlide._getCTSlide()
While developing only!
|
CTSlideIdListEntry |
XSLFSlide._getCTSlideId()
While developing only!
|
Modifier and Type | Method and Description |
---|---|
CalculationChain |
XSSFWorkbook.getCalculationChain()
Return the CalculationChain object for this workbook
|
CTXf |
XSSFCellStyle.getCoreXf()
Used so that StylesSource can figure out our location
|
CTCell |
XSSFCell.getCTCell()
Returns the xml bean containing information about the cell's location (reference), value,
data type, formatting, and formula
|
CTColor |
XSSFColor.getCTColor()
Returns the underlying XML bean
|
CTConnector |
XSSFConnector.getCTConnector() |
CTDrawing |
XSSFDrawing.getCTDrawing()
Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.
|
CTFont |
XSSFFont.getCTFont()
get the underlying CTFont font
|
CTGroupShape |
XSSFShapeGroup.getCTGroupShape() |
CTMap |
XSSFMap.getCtMap() |
CTPicture |
XSSFPicture.getCTPicture()
Return the underlying CTPicture bean that holds all properties for this picture
|
CTRow |
XSSFRow.getCTRow()
Returns the underlying CTRow xml bean containing all cell definitions in this row
|
CTRst |
XSSFRichTextString.getCTRst()
Return the underlying xml bean
|
CTSchema |
XSSFMap.getCTSchema() |
CTShape |
XSSFSimpleShape.getCTShape() |
CTTransform2D |
XSSFChildAnchor.getCTTransform2D() |
CTWorkbook |
XSSFWorkbook.getCTWorkbook()
Return the underlying XML bean
|
CTWorksheet |
XSSFSheet.getCTWorksheet()
Provide access to the CTWorksheet bean holding this sheet's data
|
CTMarker |
XSSFClientAnchor.getFrom()
Return starting anchor point
|
MapInfo |
XSSFWorkbook.getMapInfo() |
SharedStringsTable |
XSSFWorkbook.getSharedStringSource()
Returns SharedStringsTable - tha cache of string for this workbook
|
CTXf |
XSSFCellStyle.getStyleXf()
Used so that StylesSource can figure out our location
|
CTMarker |
XSSFClientAnchor.getTo()
Return ending anchor point
|
Modifier and Type | Method and Description |
---|---|
CTBorder |
XSSFCellBorder.getCTBorder()
Returns the underlying XML bean.
|
CTCellAlignment |
XSSFCellAlignment.getCTCellAlignment()
Access to low-level data
|
CTFill |
XSSFCellFill.getCTFill()
Returns the underlying XML bean.
|
CTHeaderFooter |
XSSFHeaderFooter.getHeaderFooter()
Returns the underlying CTHeaderFooter xml bean
|
Modifier and Type | Method and Description |
---|---|
CTHdrFtr |
XWPFHeaderFooter._getHdrFtr() |
CTSdtBlock |
TOC.getBlock() |
CTP |
XWPFParagraph.getCTP() |
CTR |
XWPFRun.getCTR()
Get the currently used CTR object
|
CTRow |
XWPFTableRow.getCtRow() |
CTTbl |
XWPFTable.getCTTbl() |
CTTc |
XWPFTableCell.getCTTc() |
CTDocument1 |
XWPFDocument.getDocument()
Returns the low level document base object
|
CTStyles |
XWPFDocument.getStyle()
Returns the styles object used
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.