HTMLDivision Members
Include Protected Members
Include Inherited Members
Represents a single HTML division that can be added to a Web document.
The HTMLDivision type exposes the following members.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. | |
HTMLDivisionParent | Returns an HTMLDivision object that represents a parent division of the current HTML division. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the Microsoft Word application. | |
Borders | Returns a Borders collection that represents all the borders for the specified object. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
HTMLDivisions | Returns an HTMLDivisions object that represents an HTML division in a Web document. | |
LeftIndent | Returns or sets a Single that represents the left indent value (in points) for the specified HTML division. | |
Parent | Returns an object that represents the parent object of the specified object. | |
Range | Returns a Range object that represents the portion of a document that's contained in the specified object. | |
RightIndent | Returns or sets the right indent (in points) for the specified paragraphs. | |
SpaceAfter | Returns or sets the amount of spacing (in points) after the specified paragraph or text column. | |
SpaceBefore | Returns or sets the spacing (in points) before the specified paragraphs. |
Top