Microsoft Word Suite
71
visible
True if the specified object is visible. Read/write.
Class: border options
Represents options associated with the border of an object.
Use the border options property to return the border options object. The following example applies
the default border around the first paragraph in the active document.
set enable borders of border options of paragraph 1 ¬
of active document to true
Properties
always in front
True if page borders are displayed in front of the document text. Read/write.
distance from
Returns or sets a value that indicates whether the specified page border is measured from the
edge of the page or from the text it surrounds. Read/write.
Can be either of the following:
·
border distance from text
·
border distance from page edge
distance from bottom
Returns or sets the space (in points) between the text and the bottom border. Read/write.
Note Using this property with a page border, you can set either the space between the text
and the bottom page border or the space between the bottom edge of the page and the bottom
page border. Where the distance is measured from depends on the value of the distance from
property.
distance from left
Returns or sets the space (in points) between the text and the left border. Read/write.
Note Using this property with a page border, you can set either the space between the text
and the left page border or the space between the left edge of the page and the left page
border. Where the distance is measured from depends on the value of the distance from
property.
distance from right
Returns or sets the space (in points) between the right edge of the text and the right border.
Read/write.
Note Using this property with a page border, you can set either the space between the text
and the right border or the space between the right edge of the page and the right border.
Where the distance is measured from depends on the value of the distance from property.