public class XDGFRelation extends POIXMLRelation
POIXMLRelation.NoArgConstructor, POIXMLRelation.PackagePartConstructor, POIXMLRelation.ParentPartConstructor
Modifier and Type | Field and Description |
---|---|
static XDGFRelation |
DOCUMENT |
static XDGFRelation |
IMAGES |
static XDGFRelation |
MASTER |
static XDGFRelation |
MASTERS |
static XDGFRelation |
PAGE |
static XDGFRelation |
PAGES |
static XDGFRelation |
WINDOW |
Modifier and Type | Method and Description |
---|---|
static XDGFRelation |
getInstance(java.lang.String rel)
Get POIXMLRelation by relation type
|
getContents, getContentType, getDefaultFileName, getFileName, getFileNameIndex, getNoArgConstructor, getPackagePartConstructor, getParentPartConstructor, getRelation
public static final XDGFRelation DOCUMENT
public static final XDGFRelation MASTERS
public static final XDGFRelation MASTER
public static final XDGFRelation IMAGES
public static final XDGFRelation PAGES
public static final XDGFRelation PAGE
public static final XDGFRelation WINDOW
public static XDGFRelation getInstance(java.lang.String rel)
rel
- relation type, for example,
http://schemas.openxmlformats.org/officeDocument/2006/relationships/image
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.