📄 alignment.class
字号:
/* alignment
Not currently used because it creates a style at a level that is
does not make for nice named styles.
*/
*! version 1.0.0 30jul2002
version 8
class {
horizontal = .horizontal.new
vertical = .vertical.new
}, inherit(style)
/* ------------------------------------------------------------------------- */
program define new
.Super.new , `.set `0''
end
program define set
syntax [, Horizontal(string) Vertical(string) * ]
if "`horizontal'" != "" {
.horizontal.setstyle, style(`horizontal')
}
if "`vertical'" != "" {
.vertical.setstyle, style(`vertical')
}
cexit `"`options'"'
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -