表格中边框的显示
显示所有4个边框: <table frame=box> 只显示上边框: <table frame=above> 只显示下边框: <table frame=below> 只显示上、下边框: <table frame=hsides> 只显示左、右边框: <table frame=vsides> 只显示左边框: <table frame=lhs> 只显示右边框: <table frame=rhs> 不显示任何边框: <table frame=void>
表格中分隔线(Rules)的显示
显示所有分隔线: <table border rules=all> 只显示组间分隔线: <table rules=groups> 只显示行间分隔线: <table rules=rows> 只显示列间分隔线: <table rules=cols> 不显示任何分隔线: <table rules=none>
?