Example usage for org.apache.poi.openxml4j.opc ContentTypes RELATIONSHIPS_PART

List of usage examples for org.apache.poi.openxml4j.opc ContentTypes RELATIONSHIPS_PART

Introduction

In this page you can find the example usage for org.apache.poi.openxml4j.opc ContentTypes RELATIONSHIPS_PART.

Prototype

String RELATIONSHIPS_PART

To view the source code for org.apache.poi.openxml4j.opc ContentTypes RELATIONSHIPS_PART.

Click Source Link

Document

Relationships part.

Usage

From source file:org.apache.tika.parser.microsoft.ooxml.xwpf.ml2006.RelationshipsHandler.java

License:Apache License

@Override
public String getContentType() {
    return ContentTypes.RELATIONSHIPS_PART;
}

From source file:org.apache.tika.parser.microsoft.ooxml.xwpf.RelationshipsHandler.java

License:Apache License

@Override
public String getPartContentType() {
    return ContentTypes.RELATIONSHIPS_PART;
}