org.apache.poi.xslf.usermodel
Class XSLFRelation
java.lang.Object
org.apache.poi.POIXMLRelation
org.apache.poi.xslf.usermodel.XSLFRelation
public class XSLFRelation
- extends POIXMLRelation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_table
protected static java.util.Map<java.lang.String,XSLFRelation> _table
- A map to lookup POIXMLRelation by its relation type
MAIN
public static final XSLFRelation MAIN
MACRO
public static final XSLFRelation MACRO
MACRO_TEMPLATE
public static final XSLFRelation MACRO_TEMPLATE
PRESENTATIONML
public static final XSLFRelation PRESENTATIONML
PRESENTATIONML_TEMPLATE
public static final XSLFRelation PRESENTATIONML_TEMPLATE
PRESENTATION_MACRO
public static final XSLFRelation PRESENTATION_MACRO
THEME_MANAGER
public static final XSLFRelation THEME_MANAGER
NOTES
public static final XSLFRelation NOTES
SLIDE
public static final XSLFRelation SLIDE
SLIDE_LAYOUT
public static final XSLFRelation SLIDE_LAYOUT
COMMENTS
public static final XSLFRelation COMMENTS
THEME
public static final XSLFRelation THEME
VML_DRAWING
public static final XSLFRelation VML_DRAWING
getInstance
public static XSLFRelation getInstance(java.lang.String rel)
- Get POIXMLRelation by relation type
- Parameters:
rel
- relation type, for example,
http://schemas.openxmlformats.org/officeDocument/2006/relationships/image
- Returns:
- registered POIXMLRelation or null if not found
Copyright 2010 The Apache Software Foundation or
its licensors, as applicable.