structure Property

Summary

Gets the object that manages the structure and table of content of the document.

Syntax

JavaScript Syntax
Object.defineProperty(Document.prototype, 'structure', 
	get: function() 
) 
TypeScript Syntax
structure: DocumentStructure; // read-only 

Property Value

The DocumentStructure object that manages the structure and table of content of this Document.

Remarks

The value of Structure is null and cannot be used if IsStructureSupported is false.

The document structure is not populated automatically and must be parsed by the user. Refer to DocumentStructure for more information.

Example

For an example, refer to DocumentStructure.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly