LayoutEntityType
内容
[
隐藏
]遗产: java.lang.Object
public class LayoutEntityType
布局实体的类型。
字段
场地 | 描述 |
---|---|
CELL | 代表一个表格单元格。 |
COLUMN | 表示页面上的一列文本。 |
COMMENT | 表示评论内容的占位符。 |
ENDNOTE | 表示尾注内容的占位符。 |
FOOTNOTE | 表示脚注内容的占位符。 |
HEADER_FOOTER | 表示页面上页眉/页脚内容的占位符。 |
LINE | 表示文本和内联对象的字符行。 |
NONE | 默认值。 |
NOTE | 代表笔记内容的占位符。 |
NOTE_SEPARATOR | 表示脚注/尾注分隔符。 |
PAGE | 表示文档的页面。 |
ROW | 代表表格行。 |
SPAN | 表示一行中的一个或多个字符。 |
TEXT_BOX | 表示形状内的文本区域。 |
length |
方法
CELL
public static int CELL
COLUMN
public static int COLUMN
表示页面上的一列文本。列可能具有与以下相同的子实体CELL 加上FOOTNOTE, ENDNOTE和NOTE_SEPARATOR实体。
COMMENT
public static int COMMENT
ENDNOTE
public static int ENDNOTE
表示尾注内容的占位符。尾注可能有NOTE子实体。
FOOTNOTE
public static int FOOTNOTE
表示脚注内容的占位符。脚注可能有NOTE子实体。
HEADER_FOOTER
public static int HEADER_FOOTER
表示页面上页眉/页脚内容的占位符。 HeaderFooter 可能有LINE和ROW子实体。
LINE
public static int LINE
表示文本和内联对象的字符行。线路可能有SPAN子实体。
NONE
public static int NONE
默认值。
NOTE
public static int NOTE
NOTE_SEPARATOR
public static int NOTE_SEPARATOR
表示脚注/尾注分隔符。注意分隔符可能有LINE和ROW子实体。
PAGE
public static int PAGE
表示文档的页面。页面可能有COLUMN, HEADER_FOOTER和COMMENT子实体。
ROW
public static int ROW
代表表格行。行可能有CELL作为子实体。
SPAN
public static int SPAN
表示一行中的一个或多个字符。这包括特殊字符,如字段开始/结束标记、书签和注释。 Span 可能没有子实体。
TEXT_BOX
public static int TEXT_BOX
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String layoutEntityTypeName)
public static int fromName(String layoutEntityTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
layoutEntityTypeName | java.lang.String |
退货: 整数
fromNames(Set layoutEntityTypeNames)
public static int fromNames(Set layoutEntityTypeNames)
参数:
范围 | 类型 | 描述 |
---|---|---|
layoutEntityTypeNames | java.util.Set |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int layoutEntityType)
public static String getName(int layoutEntityType)
参数:
范围 | 类型 | 描述 |
---|---|---|
layoutEntityType | int |
退货: java.lang.字符串
getNames(int layoutEntityType)
public static Set getNames(int layoutEntityType)
参数:
范围 | 类型 | 描述 |
---|---|---|
layoutEntityType | int |
退货: java.util.Set
getValues()
public static int[] getValues()
退货: 整数[]
hashCode()
public native int hashCode()
退货: 整数
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
退货: java.lang.字符串
toString(int layoutEntityType)
public static String toString(int layoutEntityType)
参数:
范围 | 类型 | 描述 |
---|---|---|
layoutEntityType | int |
退货: java.lang.字符串
toStringSet(int attr)
public static String toStringSet(int attr)
参数:
范围 | 类型 | 描述 |
---|---|---|
attr | int |
退货: java.lang.字符串
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | long | |
arg1 | int |