HeaderFooterType

遗产: java.lang.Object

public class HeaderFooterType

标识在 Word 文件中找到的页眉或页脚的类型。这是每个部分的页眉/页脚。不要将用作 plcfhdd 索引的枚举值重新编号。

字段

场地描述
FOOTER_EVEN偶数页的页脚。
FOOTER_FIRST该部分第一页的页脚。
FOOTER_PRIMARY主页脚,也用于奇数页。
HEADER_EVEN偶数页的页眉。
HEADER_FIRST该部分第一页的页眉。
HEADER_PRIMARY主页眉,也用于奇数页。
length

方法

方法描述
equals(Object arg0)
fromName(String headerFooterTypeName)
getClass()
getName(int headerFooterType)
getValues()
hashCode()
notify()
notifyAll()
toString()
toString(int headerFooterType)
wait()
wait(long arg0)
wait(long arg0, int arg1)
public static int FOOTER_EVEN

偶数页的页脚。

public static int FOOTER_FIRST

该部分第一页的页脚。

public static int FOOTER_PRIMARY

主页脚,也用于奇数页。

HEADER_EVEN

public static int HEADER_EVEN

偶数页的页眉。

HEADER_FIRST

public static int HEADER_FIRST

该部分第一页的页眉。

HEADER_PRIMARY

public static int HEADER_PRIMARY

主页眉,也用于奇数页。

length

public static int length

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

fromName(String headerFooterTypeName)

public static int fromName(String headerFooterTypeName)

参数:

范围类型描述
headerFooterTypeNamejava.lang.String

退货: 整数

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getName(int headerFooterType)

public static String getName(int headerFooterType)

参数:

范围类型描述
headerFooterTypeint

退货: java.lang.字符串

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 headerFooterType)

public static String toString(int headerFooterType)

参数:

范围类型描述
headerFooterTypeint

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