MCPcopy Create free account
hub / github.com/apache/poi / getProperties

Method getProperties

src/ooxml/java/org/apache/poi/POIXMLDocument.java:167–176  ·  view source on GitHub ↗

Get the document properties. This gives you access to the core ooxml properties, and the extended ooxml properties.

()

Source from the content-addressed store, hash-verified

165 * core ooxml properties, and the extended ooxml properties.
166 */
167 public POIXMLProperties getProperties() {
168 if(properties == null) {
169 try {
170 properties = new POIXMLProperties(pkg);
171 } catch (Exception e){
172 throw new POIXMLException(e);
173 }
174 }
175 return properties;
176 }
177
178 /**
179 * Get the document's embedded files.

Callers 15

writeMethod · 0.95
getCorePropertiesTextMethod · 0.45
addMethod · 0.45
nextPidMethod · 0.45
containsMethod · 0.45
getCorePropertiesMethod · 0.45
getExtendedPropertiesMethod · 0.45
getCustomPropertiesMethod · 0.45

Calls

no outgoing calls

Tested by 11

setUpMethod · 0.36
testCustomPropertiesMethod · 0.36
testTransitiveSettersMethod · 0.36
testMetadataBasicsMethod · 0.36
testMetadataBasicsMethod · 0.36
testMetadataComplexMethod · 0.36
testGetSetKeywordsMethod · 0.36