HTMLDivisions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |