| 
Paragraph
DocumentObjectType Property
  | 
 Gets the type of the document object.
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
DocumentObjectType
 
Implements
 
IDocumentObject
DocumentObjectType
 
IDocumentObject
DocumentObjectType
 
 
 See Also
See Also