PrintBorderRight Element
Description
Allows you to choose a border type for each of the Top, Bottom, Left, and Right sides of the Picture, or OLE object file, in the Word document.
The PrintBorderRight element corresponds to the "Bottom" field on the Borders sub-tab of the Document tab of the File object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
File
Values
Data Type
|
Range
|
Integer
|
0 to 11, where: 0 = (none) 1 = ¾ pt solid 2 = 1 ½ pt solid 3 = 2 ¼ pt solid 4 = 3 pt solid 5 = 4 ½ pt solid 6 = 6 pt solid 7 = ¾ pt double 8 = 1 ½ pt double 9 = 2 ¼ pt double 10 = ¾ pt dotted 11 = ¾ pt dashed
|
Sample XML
<PrintBorderRight inherited="true">0</PrintBorderRight>
|