HTMLDivision Interface 

Represents a single HTML division that can be added to a Web document.

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

Usage

Public Class tMLDivisionImplementation
    Implements HTMLDivision
End Class
Dim tMLDivisionImplementation1 As New tMLDivisionImplementation()

Syntax

Public Interface HTMLDivision
public interface HTMLDivision
public interface class HTMLDivision
public interface HTMLDivision
public interface HTMLDivision

Remarks

The HTMLDivision object is a member of the HTMLDivisions collection.

Use HTMLDivisions(index), where index refers to the HTML division in the document, to return a single HTMLDivision object. Use the Borders property to format border properties for an HTML division.

HTML divisions can be nested within multiple HTML divisions. Use the HTMLDivisionParent method to access a parent HTML division of the current HTML division.

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

HTMLDivision Members