HeaderFooterType
内容
[
隐藏
]遗产: java.lang.Object
public class HeaderFooterType
标识在 Word 文件中找到的页眉或页脚的类型。这是每个部分的页眉/页脚。不要将用作 plcfhdd 索引的枚举值重新编号。
字段
场地 | 描述 |
---|---|
FOOTER_EVEN | 偶数页的页脚。 |
FOOTER_FIRST | 该部分第一页的页脚。 |
FOOTER_PRIMARY | 主页脚,也用于奇数页。 |
HEADER_EVEN | 偶数页的页眉。 |
HEADER_FIRST | 该部分第一页的页眉。 |
HEADER_PRIMARY | 主页眉,也用于奇数页。 |
length |
方法
FOOTER_EVEN
public static int FOOTER_EVEN
偶数页的页脚。
FOOTER_FIRST
public static int FOOTER_FIRST
该部分第一页的页脚。
FOOTER_PRIMARY
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)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String headerFooterTypeName)
public static int fromName(String headerFooterTypeName)
参数:
范围 | 类型 | 描述 |
---|---|---|
headerFooterTypeName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int headerFooterType)
public static String getName(int headerFooterType)
参数:
范围 | 类型 | 描述 |
---|---|---|
headerFooterType | int |
退货: 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)
参数:
范围 | 类型 | 描述 |
---|---|---|
headerFooterType | 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 |