Uses of Class
org.apache.poi.util.Internal

Packages that use Internal
org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. 
org.apache.poi.ss.util   
org.apache.poi.xslf   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.model   
org.apache.poi.xssf.usermodel   
org.apache.poi.xssf.usermodel.charts   
org.apache.poi.xssf.usermodel.extensions   
org.apache.poi.xwpf.usermodel   
 

Uses of Internal in org.apache.poi.hssf.model
 

Classes in org.apache.poi.hssf.model with annotations of type Internal
 class InternalSheet
          Low level model implementation of a Sheet (one workbook contains many sheets) This file contains the low level binary records starting at the sheets BOF and ending with the sheets EOF.
 class InternalWorkbook
          Low level model implementation of a Workbook.
 

Uses of Internal in org.apache.poi.ss.util
 

Classes in org.apache.poi.ss.util with annotations of type Internal
 class SSCellRange<K extends Cell>
          For POI internal use only
 

Uses of Internal in org.apache.poi.xslf
 

Methods in org.apache.poi.xslf with annotations of type Internal
 org.openxmlformats.schemas.presentationml.x2006.main.CTNotesSlide XSLFSlideShow.getNotes(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns the low level notes object for the given slide, as found from the supplied slide reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTPresentation XSLFSlideShow.getPresentation()
          Returns the low level presentation base object
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlide XSLFSlideShow.getSlide(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns the low level slide object from the supplied slide reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList XSLFSlideShow.getSlideComments(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry slide)
          Returns all the comments for the given slide
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMaster XSLFSlideShow.getSlideMaster(org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdListEntry master)
          Returns the low level slide master object from the supplied slide master reference
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideMasterIdList XSLFSlideShow.getSlideMasterReferences()
          Returns the references from the presentation to its slide masters.
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList XSLFSlideShow.getSlideReferences()
          Returns the references from the presentation to its slides.
 

Uses of Internal in org.apache.poi.xslf.usermodel
 

Methods in org.apache.poi.xslf.usermodel with annotations of type Internal
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlide XSLFSlide._getCTSlide()
          While developing only!
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdListEntry XSLFSlide._getCTSlideId()
          While developing only!
 

Uses of Internal in org.apache.poi.xssf.model
 

Classes in org.apache.poi.xssf.model with annotations of type Internal
 class IndexedUDFFinder
          A UDFFinder that can retrieve functions both by name and by fake index.
 

Uses of Internal in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel with annotations of type Internal
 CalculationChain XSSFWorkbook.getCalculationChain()
          Return the CalculationChain object for this workbook
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf XSSFCellStyle.getCoreXf()
          Used so that StylesSource can figure out our location
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCell XSSFCell.getCTCell()
          Returns the xml bean containing information about the cell's location (reference), value, data type, formatting, and formula
 org.openxmlformats.schemas.drawingml.x2006.chart.CTChart XSSFChart.getCTChart()
          Return the underlying CTChart bean, within the Chart Space
 org.openxmlformats.schemas.drawingml.x2006.chart.CTChartSpace XSSFChart.getCTChartSpace()
          Return the underlying CTChartSpace bean, the root element of the SpreadsheetML Chart part.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor XSSFColor.getCTColor()
          Returns the underlying XML bean
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTConnector XSSFConnector.getCTConnector()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTDrawing XSSFDrawing.getCTDrawing()
          Return the underlying CTDrawing bean, the root element of the SpreadsheetML Drawing part.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFont XSSFFont.getCTFont()
          get the underlying CTFont font
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGraphicalObjectFrame XSSFGraphicFrame.getCTGraphicalObjectFrame()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTGroupShape XSSFShapeGroup.getCTGroupShape()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMap XSSFMap.getCtMap()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTPicture XSSFPicture.getCTPicture()
          Return the underlying CTPicture bean that holds all properties for this picture
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRow XSSFRow.getCTRow()
          Returns the underlying CTRow xml bean containing all cell definitions in this row
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTRst XSSFRichTextString.getCTRst()
          Return the underlying xml bean
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSchema XSSFMap.getCTSchema()
           
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTShape XSSFSimpleShape.getCTShape()
           
 org.openxmlformats.schemas.drawingml.x2006.main.CTTransform2D XSSFChildAnchor.getCTTransform2D()
           
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorkbook XSSFWorkbook.getCTWorkbook()
          Return the underlying XML bean
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet XSSFSheet.getCTWorksheet()
          Provide access to the CTWorksheet bean holding this sheet's data
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getFrom()
          Return starting anchor point
 MapInfo XSSFWorkbook.getMapInfo()
           
 SharedStringsTable XSSFWorkbook.getSharedStringSource()
          Returns SharedStringsTable - tha cache of string for this workbook
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTXf XSSFCellStyle.getStyleXf()
          Used so that StylesSource can figure out our location
 org.openxmlformats.schemas.drawingml.x2006.spreadsheetDrawing.CTMarker XSSFClientAnchor.getTo()
          Return ending anchor point
 

Uses of Internal in org.apache.poi.xssf.usermodel.charts
 

Methods in org.apache.poi.xssf.usermodel.charts with annotations of type Internal
 org.openxmlformats.schemas.drawingml.x2006.chart.CTLegend XSSFChartLegend.getCTLegend()
          Return the underlying CTLegend bean.
 

Uses of Internal in org.apache.poi.xssf.usermodel.extensions
 

Methods in org.apache.poi.xssf.usermodel.extensions with annotations of type Internal
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBorder XSSFCellBorder.getCTBorder()
          Returns the underlying XML bean.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellAlignment XSSFCellAlignment.getCTCellAlignment()
          Access to low-level data
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTFill XSSFCellFill.getCTFill()
          Returns the underlying XML bean.
 org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter XSSFHeaderFooter.getHeaderFooter()
          Returns the underlying CTHeaderFooter xml bean
 

Uses of Internal in org.apache.poi.xwpf.usermodel
 

Methods in org.apache.poi.xwpf.usermodel with annotations of type Internal
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtr XWPFHeaderFooter._getHdrFtr()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSdtBlock TOC.getBlock()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTP XWPFParagraph.getCTP()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTR XWPFRun.getCTR()
          Get the currently used CTR object
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTRow XWPFTableRow.getCtRow()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTbl XWPFTable.getCTTbl()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTTc XWPFTableCell.getCTTc()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 XWPFDocument.getDocument()
          Returns the low level document base object
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles XWPFDocument.getStyle()
          Returns the styles object used
 



Copyright 2011 The Apache Software Foundation or its licensors, as applicable.