SAS在输出RTF文件时宽度为什么时99%?
proc template;
define style TLstyle / store = WORK.TEMPLAT;
parent = styles.rtf;
class table /
fontweight = light
rules = group
frame = above
cellpadding = 0
borderspacing = 0
style Body from Document /
marginbottom = 1in
margintop = 1in
marginright = 1in
marginleft = 1in
run;
rules = group
frame = above
rules = none
frame = void
proc template;
define style TLstyle / store = WORK.TEMPLAT;
parent = styles.rtf;
class table /
fontweight = light
rules = none
frame = void
cellpadding = 0
borderspacing = 0
class header /
borderbottomwidth=1
bordertopwidth=1
style Body from Document /
marginbottom = 1in
margintop = 1in
marginright = 1in
marginleft = 1in
run;
borderbottomwidth=1
bordertopwidth=1