Uses of Class
org.apache.poi.openxml4j.exceptions.InvalidFormatException

Packages that use InvalidFormatException
org.apache.poi   
org.apache.poi.dev   
org.apache.poi.openxml4j.opc   
org.apache.poi.openxml4j.opc.internal   
org.apache.poi.openxml4j.opc.internal.unmarshallers   
org.apache.poi.ss.usermodel   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.eventusermodel   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.usermodel   
 

Uses of InvalidFormatException in org.apache.poi
 

Methods in org.apache.poi that throw InvalidFormatException
 java.io.InputStream POIXMLRelation.getContents(PackagePart corePart)
          Fetches the InputStream to read the contents, based of the specified core part, for which we are defined as a suitable relationship
protected  PackagePart[] POIXMLDocument.getRelatedByType(java.lang.String contentType)
          Retrieves all the PackageParts which are defined as relationships of the base document with the specified content type.
protected  PackagePart POIXMLDocumentPart.getTargetPart(PackageRelationship rel)
          Get the PackagePart that is the target of a relationship from this Part.
protected  void POIXMLDocumentPart.rebase(OPCPackage pkg)
          When you open something like a theme, call this to re-base the XML Document onto the core child of the current core document
 

Uses of InvalidFormatException in org.apache.poi.dev
 

Methods in org.apache.poi.dev that throw InvalidFormatException
 void OOXMLLister.displayParts()
          Displays information on all the different parts of the OOXML file container.
static void OOXMLLister.main(java.lang.String[] args)
           
 

Uses of InvalidFormatException in org.apache.poi.openxml4j.opc
 

Methods in org.apache.poi.openxml4j.opc that throw InvalidFormatException
static PackagePartName PackagingURIHelper.createPartName(java.lang.String partName)
          Create an OPC compliant part name.
static PackagePartName PackagingURIHelper.createPartName(java.lang.String partName, PackagePart relativePart)
          Create an OPC compliant part name by resolving it using a base part.
static PackagePartName PackagingURIHelper.createPartName(java.net.URI partUri)
          Create an OPC compliant part name by throwing an exception if the URI is not valid.
static PackagePartName PackagingURIHelper.createPartName(java.net.URI partName, PackagePart relativePart)
          Create an OPC compliant part name by resolving it using a base part.
 PackageProperties OPCPackage.getPackageProperties()
          Retrieves or creates if none exists, core package property part.
 java.util.ArrayList<PackagePart> OPCPackage.getParts()
          Load the parts of the archive if it has not been done yet.
protected abstract  PackagePart[] OPCPackage.getPartsImpl()
          Get all parts link to the package.
protected  PackagePart[] ZipPackage.getPartsImpl()
          Retrieves the parts from this package.
 PackagePart PackagePart.getRelatedPart(PackageRelationship rel)
          Get the PackagePart that is the target of a relationship.
 PackageRelationshipCollection RelationshipSource.getRelationships()
          Retrieve all the relationships attached to this.
 PackageRelationshipCollection PackagePart.getRelationships()
          Retrieve all the relationships attached to this part.
 PackageRelationshipCollection RelationshipSource.getRelationshipsByType(java.lang.String relationshipType)
          Retrieve all relationships attached to this part which have the specified type.
 PackageRelationshipCollection PackagePart.getRelationshipsByType(java.lang.String relationshipType)
          Retrieve all relationships attached to this part which have the specified type.
abstract  boolean PackagePart.load(java.io.InputStream ios)
          Load the content of this part.
static OPCPackage OPCPackage.open(java.io.File file)
          Open a package with read/write permission.
static OPCPackage OPCPackage.open(java.io.File file, PackageAccess access)
          Open a package.
static OPCPackage OPCPackage.open(java.io.InputStream in)
          Open a package.
static OPCPackage OPCPackage.open(java.lang.String path)
          Open a package with read/write permission.
static OPCPackage OPCPackage.open(java.lang.String path, PackageAccess access)
          Open a package.
static OPCPackage OPCPackage.open(ZipEntrySource zipEntry)
          Open an user provided ZipEntrySource with read-only permission.
static OPCPackage OPCPackage.openOrCreate(java.io.File file)
          Opens a package if it exists, else it creates one.
 void PackageRelationshipCollection.parseRelationshipsPart(PackagePart relPart)
          Parse the relationship part and add all relationship in this collection.
 void OPCPackage.removePartRecursive(PackagePartName partName)
          Remove a part from this package as well as its relationship part, if one exists, and all parts listed in the relationship part.
 void PackagePart.setContentType(java.lang.String contentType)
          Set the content type.
 boolean OPCPackage.validatePackage(OPCPackage pkg)
          Validates the package compliance with the OPC specifications.
 

Constructors in org.apache.poi.openxml4j.opc that throw InvalidFormatException
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType)
          Constructor.
PackagePart(OPCPackage pack, PackagePartName partName, ContentType contentType, boolean loadRelationships)
          Constructor.
PackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType)
          Constructor.
PackageRelationshipCollection(OPCPackage container)
          Constructor.
PackageRelationshipCollection(OPCPackage container, PackagePart part)
          Constructor.
PackageRelationshipCollection(PackagePart part)
          Constructor.
ZipPackagePart(OPCPackage container, PackagePartName partName, java.lang.String contentType)
          Constructor.
ZipPackagePart(OPCPackage container, java.util.zip.ZipEntry zipEntry, PackagePartName partName, java.lang.String contentType)
          Constructor.
 

Uses of InvalidFormatException in org.apache.poi.openxml4j.opc.internal
 

Methods in org.apache.poi.openxml4j.opc.internal that throw InvalidFormatException
 boolean MemoryPackagePart.load(java.io.InputStream ios)
           
 PackagePart PartUnmarshaller.unmarshall(UnmarshallContext context, java.io.InputStream in)
          Save the content of the package in the stream
 

Constructors in org.apache.poi.openxml4j.opc.internal that throw InvalidFormatException
ContentType(java.lang.String contentType)
          Constructor.
ContentTypeManager(java.io.InputStream in, OPCPackage pkg)
          Constructor.
MemoryPackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType)
          Constructor.
MemoryPackagePart(OPCPackage pack, PackagePartName partName, java.lang.String contentType, boolean loadRelationships)
          Constructor.
PackagePropertiesPart(OPCPackage pack, PackagePartName partName)
          Constructor.
ZipContentTypeManager(java.io.InputStream in, OPCPackage pkg)
          Delegate constructor to the super constructor.
 

Uses of InvalidFormatException in org.apache.poi.openxml4j.opc.internal.unmarshallers
 

Methods in org.apache.poi.openxml4j.opc.internal.unmarshallers that throw InvalidFormatException
 void PackagePropertiesUnmarshaller.checkElementForOPCCompliance(org.w3c.dom.Element el)
          Check the element for the following OPC compliance rules:
 PackagePart PackagePropertiesUnmarshaller.unmarshall(UnmarshallContext context, java.io.InputStream in)
           
 

Uses of InvalidFormatException in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that throw InvalidFormatException
static Workbook WorkbookFactory.create(java.io.File file)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable.
static Workbook WorkbookFactory.create(java.io.File file, java.lang.String password)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protected
static Workbook WorkbookFactory.create(java.io.File file, java.lang.String password, boolean readOnly)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given File, which must exist and be readable, and may be password protected
static Workbook WorkbookFactory.create(java.io.InputStream inp)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream.
static Workbook WorkbookFactory.create(java.io.InputStream inp, java.lang.String password)
          Creates the appropriate HSSFWorkbook / XSSFWorkbook from the given InputStream, which may be password protected.
 

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

Methods in org.apache.poi.xslf.usermodel that throw InvalidFormatException
static SlideShow<?,?> XSLFSlideShowFactory.createSlideShow(java.io.File file, boolean readOnly)
          Creates the XMLSlideShow from the given File, which must exist and be readable.
static SlideShow<?,?> XSLFSlideShowFactory.createSlideShow(java.io.InputStream stream)
          Creates a XMLSlideShow from the given InputStream
static Shape<?,?> XSLFMetroShape.parseShape(byte[] metroBytes)
           
 

Uses of InvalidFormatException in org.apache.poi.xssf.eventusermodel
 

Methods in org.apache.poi.xssf.eventusermodel that throw InvalidFormatException
 java.io.InputStream XSSFReader.getSharedStringsData()
          Returns an InputStream to read the contents of the shared strings table.
 SharedStringsTable XSSFReader.getSharedStringsTable()
          Opens up the Shared Strings Table, parses it, and returns a handy object for working with shared strings.
 java.io.InputStream XSSFReader.getSheet(java.lang.String relId)
          Returns an InputStream to read the contents of the specified Sheet.
 java.util.Iterator<java.io.InputStream> XSSFBReader.getSheetsData()
          Returns an Iterator which will let you get at all the different Sheets in turn.
 java.util.Iterator<java.io.InputStream> XSSFReader.getSheetsData()
          Returns an Iterator which will let you get at all the different Sheets in turn.
 java.io.InputStream XSSFReader.getStylesData()
          Returns an InputStream to read the contents of the styles table.
 StylesTable XSSFReader.getStylesTable()
          Opens up the Styles Table, parses it, and returns a handy object for working with cell styles
 java.io.InputStream XSSFReader.getThemesData()
          Returns an InputStream to read the contents of the themes table.
 java.io.InputStream XSSFReader.getWorkbookData()
          Returns an InputStream to read the contents of the main Workbook, which contains key overall data for the file, including sheet definitions.
 

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

Methods in org.apache.poi.xssf.usermodel that throw InvalidFormatException
 void XSSFWorkbook.setVBAProject(XSSFWorkbook macroWorkbook)
          Adds a vbaProject.bin file taken from another, given workbook to this one.
 

Constructors in org.apache.poi.xssf.usermodel that throw InvalidFormatException
XSSFWorkbook(java.io.File file)
          Constructs a XSSFWorkbook object from a given file.
 

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

Methods in org.apache.poi.xwpf.usermodel that throw InvalidFormatException
 XWPFPicture XWPFRun.addPicture(java.io.InputStream pictureData, int pictureType, java.lang.String filename, int width, int height)
          Adds a picture to the run.
 java.lang.String XWPFDocument.addPictureData(byte[] pictureData, int format)
           
 java.lang.String XWPFHeaderFooter.addPictureData(byte[] pictureData, int format)
          Adds a picture to the document.
 java.lang.String XWPFDocument.addPictureData(java.io.InputStream is, int format)
           
 java.lang.String XWPFHeaderFooter.addPictureData(java.io.InputStream is, int format)
          Adds a picture to the document.
 int XWPFDocument.getNextPicNameNumber(int format)
          get the next free ImageNumber
 



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