WordServiceFormats.OpenDocumentText Property

Gets or sets a value that indicates whether the service application can open OpenDocument Text (ODT) files.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Property OpenDocumentText As Boolean
    Get
    Set
'Usage
Dim instance As WordServiceFormats
Dim value As Boolean

value = instance.OpenDocumentText

instance.OpenDocumentText = value
public bool OpenDocumentText { get; set; }

Property Value

Type: System.Boolean
true if the service application can open ODT files; otherwise, false.

See Also

Reference

WordServiceFormats Class

WordServiceFormats Members

Microsoft.Office.Word.Server.Service Namespace