Sets the background color for a border box. Specify a "color name" or a list of RGB values. For example:
border box<<Set Background Color("red");
border box<<Set Background Color( {255, 192, 3} );
Sets the border color for a border box. Specify a "color name" or a list of RGB values. For example:
border box<<Set Color("red");
Sets the border style for a border box. Specify the style as one of the following numbers or keywords: 0 ("Solid"), 1 ("Dotted"), 2 ("Dashed"), 3 ("DashDot"), or 4 ("DashDotDot"). For example:
border box<<Set Style("dotted");