custom-office-document-properties
Version:
Read document properties from Microsoft Office Open XML documents.
73 lines (72 loc) • 1.65 kB
JSON
[
{
"name": "application",
"path": ["Properties", "Application"],
"type": "string"
},
{
"name": "applicationVersion",
"path": ["Properties", "AppVersion"],
"type": "string"
},
{
"name": "characters",
"path": ["Properties", "Characters"],
"type": "number"
},
{
"name": "charactersWithSpaces",
"path": ["Properties", "CharactersWithSpaces"],
"type": "number"
},
{
"name": "company",
"path": ["Properties", "Company"],
"type": "string"
},
{
"name": "hiddenSlides",
"path": ["Properties", "HiddenSlides"],
"type": "number"
},
{
"name": "manager",
"path": ["Properties", "Manager"],
"type": "string"
},
{
"name": "notes",
"path": ["Properties", "Notes"],
"type": "number"
},
{
"name": "pages",
"path": ["Properties", "Pages"],
"type": "number"
},
{
"name": "paragraphs",
"path": ["Properties", "Paragraphs"],
"type": "number"
},
{
"name": "slides",
"path": ["Properties", "Slides"],
"type": "number"
},
{
"name": "template",
"path": ["Properties", "Template"],
"type": "string"
},
{
"name": "totalTime",
"path": ["Properties", "TotalTime"],
"type": "number"
},
{
"name": "words",
"path": ["Properties", "Words"],
"type": "number"
}
]