|
|
|||
|
|
|
| All | draw all dividers | |
| None or False | draw no dividers | |
| True | draw dividers around the exterior only | |
| Center | draw dividers between interior items only | |
| g | draw all dividers using graphics directive g |
| {All, False} | put dividers at every horizontal position (column lines) | |
| {False, All} | put dividers at every vertical position (row lines) | |
| {{False, True}, False} | put a divider before the second column | |
| {False, {False, True}} | put a divider before the second row |
| {s1,s2,...,sn} | use | |
| {{c}} | use c in all cases | |
| {{c1,c2}} | alternate between | |
| {{c1,c2,...}} | cycle through all | |
| {s,{c}} | use s, then repeatedly use c | |
| {s1,{c},sn} | use | |
| {s1,s2,...,{c1,c2,...},sm,...,sn} | use the first sequence of | |
| {s1,s2,...,{},sm,...,sn} | use the first sequence of | |
| {i1->v1,i2->v2,...} | specify what to use at positions | |
| { spec,rules} | use rules to override specifications in spec |