📄 formattypes.java
字号:
package com.sri.oaa2.simplefac;
public interface FormatTypes
{
public final int DEFAULT = 0; // Just the text of the term
public final int PURE_TEXT = 1; // Just the text of the term
public final int BINARY = 4; // Use binary format
public String[] formatTypes = {
"default",
"pure_text",
"reserved1",
"reserved2",
"binary"
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -