Uses of Class
org.apache.poi.xslf.usermodel.XSLFRelation

Packages that use XSLFRelation
org.apache.poi.xslf.extractor   
org.apache.poi.xslf.usermodel   
 

Uses of XSLFRelation in org.apache.poi.xslf.extractor
 

Fields in org.apache.poi.xslf.extractor declared as XSLFRelation
static XSLFRelation[] XSLFPowerPointExtractor.SUPPORTED_TYPES
           
 

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

Fields in org.apache.poi.xslf.usermodel declared as XSLFRelation
static XSLFRelation XSLFRelation.COMMENTS
           
static XSLFRelation XSLFRelation.MACRO
           
static XSLFRelation XSLFRelation.MACRO_TEMPLATE
           
static XSLFRelation XSLFRelation.MAIN
           
static XSLFRelation XSLFRelation.NOTES
           
static XSLFRelation XSLFRelation.PRESENTATION_MACRO
           
static XSLFRelation XSLFRelation.PRESENTATIONML
           
static XSLFRelation XSLFRelation.PRESENTATIONML_TEMPLATE
           
static XSLFRelation XSLFRelation.SLIDE
           
static XSLFRelation XSLFRelation.SLIDE_LAYOUT
           
static XSLFRelation XSLFRelation.THEME
           
static XSLFRelation XSLFRelation.THEME_MANAGER
           
static XSLFRelation XSLFRelation.VML_DRAWING
           
 

Fields in org.apache.poi.xslf.usermodel with type parameters of type XSLFRelation
protected static java.util.Map<java.lang.String,XSLFRelation> XSLFRelation._table
          A map to lookup POIXMLRelation by its relation type
 

Methods in org.apache.poi.xslf.usermodel that return XSLFRelation
static XSLFRelation XSLFRelation.getInstance(java.lang.String rel)
          Get POIXMLRelation by relation type
 



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