HTMLDivisions Interface 

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

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class tMLDivisionsImplementation
    Implements HTMLDivisions
End Class
Dim tMLDivisionsImplementation1 As New tMLDivisionsImplementation()

Syntax

Public Interface HTMLDivisions
    Inherits IEnumerable
public interface HTMLDivisions : IEnumerable
public interface class HTMLDivisions : public IEnumerable
public interface HTMLDivisions implements IEnumerable
public interface HTMLDivisions implements IEnumerable

Remarks

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

HTMLDivisions Members