border (Domino DTD)
Defines border characteristics for design elements.
Containment Hierarchy
Contained by: <actionbar>, <embeddeddatepicker>, <embeddedoutline>, <embeddedview>, <par>, <picture>, <table>
Syntax
<!ELEMENT border EMPTY>
Attributes
<!ATTLIST border
style |
(%border.styles;) |
"none" |
---|---|---|
width |
"0" |
|
insidewidth |
"0" |
|
outsidewidth |
"0" |
|
color |
"black" |
|
dropshadow |
%boolean; |
"false" |
dropshadowwidth |
"12px" |
>
color
Background color of the border. Default is black.
dropshadow
If true, the rich text object has a drop shadow. Default is false.
dropshadowwidth
Thickness of the drop shadow. Always measured in pixels. Default is 12px.
insidewidth
Width of the gutter between the border and the object. Always measured in pixels. Default is 0.
outsidewidth
Width of the gutter between the border and the surrounding objects. Always measured in pixels. Default is 0.
style
Pre-defined as described in the %border.styles; entity. Default is none.
width
Width of the border. Always measured in pixels. Default is 0.
Defined entity for <border> element
The %border.styles; entity lists the types of borders allowed for a <border> element.
Syntax:
<!ENTITY % border.styles "none | solid | double | dot | dash | inset | outset | ridge | groove | picture ">
dash
Border consists of a line made up of dash marks.
dot
Border consists of a dotted line.
double
Border consists of two solid lines.
groove
Border appears to cut into the page.
inset
Adds a thick shadow line around the inside edge of the solid border.
none
Specifies that no border should appear.
outset
Adds a thick shadow line around the outside edge of the solid border.
picture
Frames the object with a thick white border surrounded by a black edge. It looks similar to a photo produced using an instant camera.
ridge
Border appears to be raised off the page.
solid
Border consists of a solid line.