Namespace: Spire.Xls.Core.Converter.General.Word.Documents
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public override DocumentObjectType DocumentObjectType { get; }
Public Overrides ReadOnly Property DocumentObjectType As DocumentObjectType
	Get
public:
virtual property DocumentObjectType DocumentObjectType {
	DocumentObjectType get () override;
}
abstract DocumentObjectType : DocumentObjectType with get
override DocumentObjectType : DocumentObjectType with get

Property Value

DocumentObjectType

Implements

IDocumentObject..::..DocumentObjectType

See Also