WordServiceFormats.OpenXmlDocument Property
Gets or sets a value that indicates whether the service application can read Open XML Document files (DOCX), Open XML Macro-Enabled Document files (DOCM), Open XML Template files (DOTX), and Open XML Macro-Enabled Template files (DOTM).
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property OpenXmlDocument As Boolean
Get
Set
'Usage
Dim instance As WordServiceFormats
Dim value As Boolean
value = instance.OpenXmlDocument
instance.OpenXmlDocument = value
public bool OpenXmlDocument { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for this setting is true.