HTMLDivisions Interface

Definition

A collection of HTMLDivision objects that represents the HTML divisions that exist in a Web document.

public interface class HTMLDivisions : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000209E8-0000-0000-C000-000000000046")]
public interface HTMLDivisions : System.Collections.IEnumerable
type HTMLDivisions = interface
    interface IEnumerable
Public Interface HTMLDivisions
Implements IEnumerable
Attributes
Implements

Remarks

Use the HTMLDivisions property to return the HTMLDivisions collection. Use the Add(Object) method to add an HTML division to a Web document.

Properties

Application

Returns an Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a collection.

NestingLevel

Returns the nesting level of the specified HTML divisions.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(Object)

Returns an HTMLDivision object that represents a new HTML division added to a Web document.

GetEnumerator()

Applies to