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

方法

方法描述
equals(Object arg0)
fromName(String layoutEntityTypeName)
fromNames(Set layoutEntityTypeNames)
getClass()
getName(int layoutEntityType)
getNames(int layoutEntityType)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int layoutEntityType)
toStringSet(int attr)
wait()
wait(long arg0)
wait(long arg0, int arg1)

CELL

public static int CELL

代表一个表格单元格。细胞可能有LINEROW子实体。

COLUMN

public static int COLUMN

表示页面上的一列文本。列可能具有与以下相同的子实体CELL 加上FOOTNOTE, ENDNOTENOTE_SEPARATOR实体。

COMMENT

public static int COMMENT

表示评论内容的占位符。评论可能有LINEROW子实体。

ENDNOTE

public static int ENDNOTE

表示尾注内容的占位符。尾注可能有NOTE子实体。

FOOTNOTE

public static int FOOTNOTE

表示脚注内容的占位符。脚注可能有NOTE子实体。

public static int HEADER_FOOTER

表示页面上页眉/页脚内容的占位符。 HeaderFooter 可能有LINEROW子实体。

LINE

public static int LINE

表示文本和内联对象的字符行。线路可能有SPAN子实体。

NONE

public static int NONE

默认值。

NOTE

public static int NOTE

代表笔记内容的占位符。注意可能有LINEROW子实体。

NOTE_SEPARATOR

public static int NOTE_SEPARATOR

表示脚注/尾注分隔符。注意分隔符可能有LINEROW子实体。

PAGE

public static int PAGE

表示文档的页面。页面可能有COLUMN, HEADER_FOOTERCOMMENT子实体。

ROW

public static int ROW

代表表格行。行可能有CELL作为子实体。

SPAN

public static int SPAN

表示一行中的一个或多个字符。这包括特殊字符,如字段开始/结束标记、书签和注释。 Span 可能没有子实体。

TEXT_BOX

public static int TEXT_BOX

表示形状内的文本区域。文本框可能有LINEROW子实体。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String layoutEntityTypeName)

public static int fromName(String layoutEntityTypeName)

参数:

范围类型描述
layoutEntityTypeNamejava.lang.String

退货: 整数

fromNames(Set layoutEntityTypeNames)

public static int fromNames(Set layoutEntityTypeNames)

参数:

范围类型描述
layoutEntityTypeNamesjava.util.Set

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int layoutEntityType)

public static String getName(int layoutEntityType)

参数:

范围类型描述
layoutEntityTypeint

退货: java.lang.字符串

getNames(int layoutEntityType)

public static Set getNames(int layoutEntityType)

参数:

范围类型描述
layoutEntityTypeint

退货: 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)

参数:

范围类型描述
layoutEntityTypeint

退货: java.lang.字符串

toStringSet(int attr)

public static String toStringSet(int attr)

参数:

范围类型描述
attrint

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int