Uses of Class
org.apache.poi.POIXMLRelation

Packages that use POIXMLRelation
org.apache.poi   
org.apache.poi.xslf.usermodel   
org.apache.poi.xssf.usermodel   
org.apache.poi.xwpf.usermodel   
 

Uses of POIXMLRelation in org.apache.poi
 

Methods in org.apache.poi with parameters of type POIXMLRelation
 POIXMLDocumentPart POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor, POIXMLFactory factory)
          Create a new child POIXMLDocumentPart
 POIXMLDocumentPart POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx)
           
protected  POIXMLDocumentPart POIXMLDocumentPart.createRelationship(POIXMLRelation descriptor, POIXMLFactory factory, int idx, boolean noRelation)
          Create a new child POIXMLDocumentPart
abstract  POIXMLDocumentPart POIXMLFactory.newDocumentPart(POIXMLRelation descriptor)
          Create a new POIXMLDocumentPart using the supplied descriptor.
 

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

Subclasses of POIXMLRelation in org.apache.poi.xslf.usermodel
 class XSLFRelation
           
 

Fields in org.apache.poi.xslf.usermodel declared as POIXMLRelation
protected static POIXMLRelation[] XSLFPictureData.RELATIONS
          Relationships for each known picture type
 

Methods in org.apache.poi.xslf.usermodel with parameters of type POIXMLRelation
 POIXMLDocumentPart XSLFFactory.newDocumentPart(POIXMLRelation descriptor)
           
 

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

Subclasses of POIXMLRelation in org.apache.poi.xssf.usermodel
 class XSSFRelation
           
 

Fields in org.apache.poi.xssf.usermodel declared as POIXMLRelation
protected static POIXMLRelation[] XSSFPictureData.RELATIONS
          Relationships for each known picture type
 

Methods in org.apache.poi.xssf.usermodel with parameters of type POIXMLRelation
 POIXMLDocumentPart XSSFFactory.newDocumentPart(POIXMLRelation descriptor)
           
 

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

Subclasses of POIXMLRelation in org.apache.poi.xwpf.usermodel
 class XWPFRelation
           
 

Fields in org.apache.poi.xwpf.usermodel declared as POIXMLRelation
protected static POIXMLRelation[] XWPFPictureData.RELATIONS
          Relationships for each known picture type
 

Methods in org.apache.poi.xwpf.usermodel with parameters of type POIXMLRelation
 POIXMLDocumentPart XWPFFactory.newDocumentPart(POIXMLRelation descriptor)
           
 



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