Uses of Class
org.apache.poi.ooxml.POIXMLDocumentPart
-
-
Uses of POIXMLDocumentPart in org.apache.poi.ooxml
Subclasses of POIXMLDocumentPart in org.apache.poi.ooxml Modifier and Type Class Description classPOIXMLDocumentThis holds the common functionality for all POI OOXML Document classes.Methods in org.apache.poi.ooxml with type parameters of type POIXMLDocumentPart Modifier and Type Method Description <T extends POIXMLDocumentPart>
TPOIXMLDocumentPart.RelationPart. getDocumentPart()Methods in org.apache.poi.ooxml that return POIXMLDocumentPart Modifier and Type Method Description POIXMLDocumentPartPOIXMLFactory. createDocumentPart(POIXMLDocumentPart parent, PackagePart part)Create a POIXMLDocumentPart from existing package part and relation.POIXMLDocumentPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory)Create a new child POIXMLDocumentPartPOIXMLDocumentPartPOIXMLDocumentPart. createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx)Create a new child POIXMLDocumentPartPOIXMLDocumentPartPOIXMLDocumentPart. getParent()Returns the parent POIXMLDocumentPart.POIXMLDocumentPartPOIXMLDocumentPart. getRelationById(String id)Returns the target POIXMLDocumentPart, where aPackageRelationshipis set from thePackagePartof this POIXMLDocumentPart to thePackagePartof the target POIXMLDocumentPart with aPackageRelationship.getId()matching the given parameter value.POIXMLDocumentPartPOIXMLRelation.NoArgConstructor. init()POIXMLDocumentPartPOIXMLRelation.PackagePartConstructor. init(PackagePart part)POIXMLDocumentPartPOIXMLRelation.ParentPartConstructor. init(POIXMLDocumentPart parent, PackagePart part)POIXMLDocumentPartPOIXMLFactory. newDocumentPart(POIXMLRelation descriptor)Create a new POIXMLDocumentPart using the supplied descriptor.Methods in org.apache.poi.ooxml that return types with arguments of type POIXMLDocumentPart Modifier and Type Method Description List<POIXMLDocumentPart>POIXMLDocumentPart. getRelations()Returns the list of child relations for this POIXMLDocumentPartMethods in org.apache.poi.ooxml with parameters of type POIXMLDocumentPart Modifier and Type Method Description static voidPOIXMLDocumentPart. _invokeOnDocumentRead(POIXMLDocumentPart part)Deprecated.This method only exists to allow access to protectedonDocumentRead()fromXWPFDocumentwithout reflection.POIXMLDocumentPart.RelationPartPOIXMLDocumentPart. addRelation(String relId, POIXMLRelation relationshipType, POIXMLDocumentPart part)Add a new child POIXMLDocumentPartPOIXMLDocumentPartPOIXMLFactory. createDocumentPart(POIXMLDocumentPart parent, PackagePart part)Create a POIXMLDocumentPart from existing package part and relation.IntegerPOIXMLRelation. getFileNameIndex(POIXMLDocumentPart part)Returns the index of the filename within the package for the given part.protected PackageRelationshipPOIXMLFactory. getPackageRelationship(POIXMLDocumentPart parent, PackagePart part)Retrieves the package relationship of the child part within the parentStringPOIXMLDocumentPart. getRelationId(POIXMLDocumentPart part)Returns the firstPackageRelationship.getId()of thePackageRelationship, that sources from thePackagePartof this POIXMLDocumentPart to thePackagePartof the given parameter value.POIXMLDocumentPartPOIXMLRelation.ParentPartConstructor. init(POIXMLDocumentPart parent, PackagePart part)protected voidPOIXMLDocumentPart. removeRelation(POIXMLDocumentPart part)Remove the relation to the specified part in this package and remove the part, if it is no longer needed.protected booleanPOIXMLDocumentPart. removeRelation(POIXMLDocumentPart part, boolean removeUnusedParts)Remove the relation to the specified part in this package and remove the part, if it is no longer needed and flag is set to true.Method parameters in org.apache.poi.ooxml with type arguments of type POIXMLDocumentPart Modifier and Type Method Description protected voidPOIXMLDocumentPart. read(POIXMLFactory factory, Map<PackagePart,POIXMLDocumentPart> context)Iterate through the underlying PackagePart and create child POIXMLFactory instances using the specified factoryConstructors in org.apache.poi.ooxml with parameters of type POIXMLDocumentPart Constructor Description POIXMLDocumentPart(POIXMLDocumentPart parent, PackagePart part)Creates an POIXMLDocumentPart representing the given package part, relationship and parent Called byread(POIXMLFactory, Map)when reading in an existing file. -
Uses of POIXMLDocumentPart in org.apache.poi.xddf.usermodel.chart
Subclasses of POIXMLDocumentPart in org.apache.poi.xddf.usermodel.chart Modifier and Type Class Description classXDDFChart -
Uses of POIXMLDocumentPart in org.apache.poi.xdgf.exceptions
Methods in org.apache.poi.xdgf.exceptions with parameters of type POIXMLDocumentPart Modifier and Type Method Description static POIXMLExceptionXDGFException. wrap(POIXMLDocumentPart part, POIXMLException e) -
Uses of POIXMLDocumentPart in org.apache.poi.xdgf.usermodel
Subclasses of POIXMLDocumentPart in org.apache.poi.xdgf.usermodel Modifier and Type Class Description classXDGFBaseContentsContainer of shapes for a page in a Visio diagram.classXDGFMasterContentsContains the actual contents of the master/stencilclassXDGFMastersA collection of masters (typically stencils) in a Visio documentclassXDGFPageContentsclassXDGFPagesContains a list of Page objects (not page content!)classXmlVisioDocumentThis is your high-level starting point for working with Visio XML documents (.vsdx).Methods in org.apache.poi.xdgf.usermodel that return POIXMLDocumentPart Modifier and Type Method Description POIXMLDocumentPartXDGFFactory. createDocumentPart(POIXMLDocumentPart parent, PackagePart part)POIXMLDocumentPartXDGFFactory. newDocumentPart(POIXMLRelation descriptor)Methods in org.apache.poi.xdgf.usermodel with parameters of type POIXMLDocumentPart Modifier and Type Method Description POIXMLDocumentPartXDGFFactory. createDocumentPart(POIXMLDocumentPart parent, PackagePart part) -
Uses of POIXMLDocumentPart in org.apache.poi.xdgf.xml
Subclasses of POIXMLDocumentPart in org.apache.poi.xdgf.xml Modifier and Type Class Description classXDGFXMLDocumentPart -
Uses of POIXMLDocumentPart in org.apache.poi.xslf.usermodel
Subclasses of POIXMLDocumentPart in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXMLSlideShowHigh level representation of an ooxml slideshow.classXSLFChartRepresents a Chart in a .pptx presentationclassXSLFCommentAuthorsclassXSLFCommentsclassXSLFFontDataA container for fontdata files, i.e.classXSLFNotesclassXSLFNotesMasterNotes master object associated with this layout.classXSLFObjectDataAn XSLFOleData instance holds the ole binary stream/objectclassXSLFPictureDataInstantiates sub-classes of POIXMLDocumentPart depending on their relationship typeclassXSLFSheetclassXSLFSlideclassXSLFSlideLayoutclassXSLFSlideMasterSlide master object associated with this layout.classXSLFSlideShowExperimental class to do low level processing of pptx files.classXSLFTableStylesclassXSLFThemeA shared style sheet in a .pptx slide show -
Uses of POIXMLDocumentPart in org.apache.poi.xssf.model
Subclasses of POIXMLDocumentPart in org.apache.poi.xssf.model Modifier and Type Class Description classCalculationChainThe cells in a workbook can be calculated in different orders depending on various optimizations and dependencies.classCommentsTableclassExternalLinksTableHolds details of links to parts of other workbooks (eg named ranges), along with the most recently seen values for what they point to.classMapInfoThis class implements the Custom XML Mapping Part (Open Office XML Part 1: chapter 12.3.6) An instance of this part type contains a schema for an XML file, and information on the behavior that is used when allowing this custom XML schema to be mapped into the spreadsheet.classSharedStringsTableTable of strings shared across all sheets in a workbook.classSingleXmlCellsThis class implements the Single Cell Tables Part (Open Office XML Part 4: chapter 3.5.2)classStylesTableTable of styles shared across all sheets in a workbook.classThemesTableClass that represents theme of XLSX document. -
Uses of POIXMLDocumentPart in org.apache.poi.xssf.usermodel
Subclasses of POIXMLDocumentPart in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFChartRepresents a SpreadsheetML ChartclassXSSFChartSheetHigh level representation of Sheet Parts that are of type 'chartsheet'.classXSSFDialogsheetclassXSSFDrawingRepresents a SpreadsheetML drawingclassXSSFPictureDataRaw picture data, normally attached to a SpreadsheetML Drawing.classXSSFPivotCacheclassXSSFPivotCacheDefinitionclassXSSFPivotCacheRecordsclassXSSFPivotTableclassXSSFSheetHigh level representation of a SpreadsheetML worksheet.classXSSFTableThis class implements the Table Part (Open Office XML Part 4: chapter 3.5.1) Columns of this table may contains mappings to a subtree of an XML.classXSSFVBAPartclassXSSFVMLDrawingRepresents a SpreadsheetML VML drawing.classXSSFWorkbookHigh level representation of a SpreadsheetML workbook. -
Uses of POIXMLDocumentPart in org.apache.poi.xwpf.usermodel
Subclasses of POIXMLDocumentPart in org.apache.poi.xwpf.usermodel Modifier and Type Class Description classXWPFAbstractFootnotesEndnotesBase class for the Footnotes and Endnotes part implementations.classXWPFChartRepresents a Chart in a .docx fileclassXWPFCommentsspecifies all of the comments defined in the current documentclassXWPFDocumentHigh(ish) level class for working with .docx files.classXWPFEndnotesLooks after the collection of end notes for a document.classXWPFFooterSketch of XWPF footer classclassXWPFFootnotesLooks after the collection of Footnotes for a document.classXWPFHeaderSketch of XWPF header classclassXWPFHeaderFooterParent of XWPF headers and footersclassXWPFNumberingclassXWPFPictureDataRaw picture data, normally attached to a WordprocessingML Drawing.classXWPFSettingsclassXWPFStylesHolds details of built-in, default and user styles, which apply to tables / paragraphs / lists etc.Methods in org.apache.poi.xwpf.usermodel that return POIXMLDocumentPart Modifier and Type Method Description POIXMLDocumentPartXWPFAbstractFootnoteEndnote. getOwner()The owning object for this footnotePOIXMLDocumentPartXWPFHeaderFooter. getOwner()POIXMLDocumentPartIBody. getPart()returns the Part, to which the body belongs, which you need for adding relationship to other parts Actually it is needed of the class XWPFTableCell.POIXMLDocumentPartIBodyElement. getPart()POIXMLDocumentPartIRunBody. getPart()POIXMLDocumentPartXWPFAbstractFootnoteEndnote. getPart()Get the Part to which the footnote belongs, which you need for adding relationships to other partsPOIXMLDocumentPartXWPFAbstractSDT. getPart()POIXMLDocumentPartXWPFComment. getPart()Get the Part to which the comment belongs, which you need for adding relationships to other partsPOIXMLDocumentPartXWPFDocument. getPart()returns the Part, to which the body belongs, which you need for adding relationship to other parts Actually it is needed of the class XWPFTableCell.POIXMLDocumentPartXWPFHeaderFooter. getPart()returns the Part, to which the body belongs, which you need for adding relationship to other partsPOIXMLDocumentPartXWPFParagraph. getPart()returns the part of the bodyElementPOIXMLDocumentPartXWPFTable. getPart()returns the part of the bodyElementPOIXMLDocumentPartXWPFTableCell. getPart()get the to which the TableCell belongsConstructors in org.apache.poi.xwpf.usermodel with parameters of type POIXMLDocumentPart Constructor Description XWPFAbstractFootnotesEndnotes(POIXMLDocumentPart parent, PackagePart part)XWPFComments(POIXMLDocumentPart parent, PackagePart part)Construct XWPFComments from a package partXWPFFooter(POIXMLDocumentPart parent, PackagePart part)XWPFHeader(POIXMLDocumentPart parent, PackagePart part)XWPFHeaderFooter(POIXMLDocumentPart parent, PackagePart part)
-