|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.POIXMLRelation
public abstract class POIXMLRelation
Represents a descriptor of a OOXML relation.
| Constructor Summary | |
|---|---|
POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName)
Instantiates a POIXMLRelation. |
|
POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName,
java.lang.Class cls)
Instantiates a POIXMLRelation. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Return the content type. |
java.lang.String |
getDefaultFileName()
Return the default part name. |
java.lang.String |
getFileName(int index)
Returns the filename for the nth one of these, e.g. |
java.lang.String |
getRelation()
Return the relationship, the kind of connection between a source part and a target part in a package. |
java.lang.Class |
getRelationClass()
Return type of the obejct used to construct instances of this relationship |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName,
java.lang.Class cls)
type - content typerel - relationshipdefaultName - default item namecls - defines what object is used to construct instances of this relationship
public POIXMLRelation(java.lang.String type,
java.lang.String rel,
java.lang.String defaultName)
type - content typerel - relationshipdefaultName - default item name| Method Detail |
|---|
public java.lang.String getContentType()
public java.lang.String getRelation()
public java.lang.String getDefaultFileName()
public java.lang.String getFileName(int index)
public java.lang.Class getRelationClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||