Package com.independentsoft.office
Class Relationship
java.lang.Object
com.independentsoft.office.Relationship
The Class Relationship.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new relationship.Relationship(byte[] buffer)Instantiates a new relationship. -
Method Summary
Modifier and TypeMethodDescriptionclone()getItems()Gets the items.getPartName(String type)Gets the part name.String[]getPartNames(String contentType)Gets the part names.toString()
-
Constructor Details
-
Relationship
public Relationship()Instantiates a new relationship. -
Relationship
Instantiates a new relationship.- Parameters:
buffer- the buffer- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getPartName
Gets the part name.- Parameters:
type- the type- Returns:
- the part name
-
getPartNames
Gets the part names.- Parameters:
contentType- the content type- Returns:
- the part names
-
clone
-
toString
-
getItems
Gets the items.- Returns:
- the items
-