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

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

Introduction

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

Prototype

String CORE_PROPERTIES_PART

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

Click Source Link

Document

Core Properties part.

Usage

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

License:Apache License

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

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

License:Apache License

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