Microsoft Word Open Xml Sdk Context
JSON-LD context defining the semantic vocabulary for Microsoft Word Open Xml Sdk from Microsoft Word.
4 Classes
23 Properties
4 Namespaces
Namespaces
msword:
https://developer.microsoft.com/schema/word/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
WordDocument
OpenXmlDocumentProperties
OpenXmlParagraph
OpenXmlTable
Properties
| Property |
Type |
Container |
| filename |
string |
|
| paragraphCount |
integer |
|
| tableCount |
integer |
|
| imageCount |
integer |
|
| sectionCount |
integer |
|
| title |
string |
|
| subject |
string |
|
| creator |
string |
|
| description |
string |
|
| keywords |
string |
|
| category |
string |
|
| created |
dateTime |
|
| modified |
dateTime |
|
| revision |
string |
|
| application |
string |
|
| totalTime |
integer |
|
| pages |
integer |
|
| words |
integer |
|
| characters |
integer |
|
| styleId |
string |
|
| bold |
boolean |
|
| italic |
boolean |
|
| fontSize |
double |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"msword": "https://developer.microsoft.com/schema/word/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"WordDocument": "msword:WordDocument",
"OpenXmlDocumentProperties": "msword:OpenXmlDocumentProperties",
"OpenXmlParagraph": "msword:OpenXmlParagraph",
"OpenXmlTable": "msword:OpenXmlTable",
"filename": {
"@id": "msword:filename",
"@type": "xsd:string"
},
"paragraphCount": {
"@id": "msword:paragraph_count",
"@type": "xsd:integer"
},
"tableCount": {
"@id": "msword:table_count",
"@type": "xsd:integer"
},
"imageCount": {
"@id": "msword:image_count",
"@type": "xsd:integer"
},
"sectionCount": {
"@id": "msword:section_count",
"@type": "xsd:integer"
},
"title": {
"@id": "schema:name",
"@type": "xsd:string"
},
"subject": {
"@id": "dcterms:subject",
"@type": "xsd:string"
},
"creator": {
"@id": "schema:creator",
"@type": "xsd:string"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"keywords": {
"@id": "schema:keywords",
"@type": "xsd:string"
},
"category": {
"@id": "msword:category",
"@type": "xsd:string"
},
"created": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"modified": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"revision": {
"@id": "msword:revision",
"@type": "xsd:string"
},
"application": {
"@id": "schema:softwareVersion",
"@type": "xsd:string"
},
"totalTime": {
"@id": "msword:total_time",
"@type": "xsd:integer"
},
"pages": {
"@id": "schema:numberOfPages",
"@type": "xsd:integer"
},
"words": {
"@id": "schema:wordCount",
"@type": "xsd:integer"
},
"characters": {
"@id": "msword:characters",
"@type": "xsd:integer"
},
"styleId": {
"@id": "msword:style_id",
"@type": "xsd:string"
},
"bold": {
"@id": "msword:bold",
"@type": "xsd:boolean"
},
"italic": {
"@id": "msword:italic",
"@type": "xsd:boolean"
},
"fontSize": {
"@id": "msword:font_size",
"@type": "xsd:double"
}
}
}