BuildingBlockGallery
内容
[
隐藏
]遗产: java.lang.Object
public class BuildingBlockGallery
指定构建基块所属的预定义库。
对应于ST_DocPartGallery输入 OOXML。
字段
方法
ALL
public static int ALL
指定此词汇表文档条目应与所有可能的图库分类值相关联。
AUTO_TEXT
public static int AUTO_TEXT
BIBLIOGRAPHY
public static int BIBLIOGRAPHY
COVER_PAGE
public static int COVER_PAGE
CUSTOM_1
public static int CUSTOM_1
CUSTOM_2
public static int CUSTOM_2
CUSTOM_3
public static int CUSTOM_3
CUSTOM_4
public static int CUSTOM_4
CUSTOM_5
public static int CUSTOM_5
CUSTOM_AUTO_TEXT
public static int CUSTOM_AUTO_TEXT
CUSTOM_BIBLIOGRAPHY
public static int CUSTOM_BIBLIOGRAPHY
CUSTOM_COVER_PAGE
public static int CUSTOM_COVER_PAGE
CUSTOM_EQUATIONS
public static int CUSTOM_EQUATIONS
CUSTOM_FOOTERS
public static int CUSTOM_FOOTERS
CUSTOM_HEADERS
public static int CUSTOM_HEADERS
CUSTOM_PAGE_NUMBER
public static int CUSTOM_PAGE_NUMBER
CUSTOM_PAGE_NUMBER_AT_BOTTOM
public static int CUSTOM_PAGE_NUMBER_AT_BOTTOM
CUSTOM_PAGE_NUMBER_AT_MARGIN
public static int CUSTOM_PAGE_NUMBER_AT_MARGIN
CUSTOM_PAGE_NUMBER_AT_TOP
public static int CUSTOM_PAGE_NUMBER_AT_TOP
CUSTOM_QUICK_PARTS
public static int CUSTOM_QUICK_PARTS
CUSTOM_TABLES
public static int CUSTOM_TABLES
CUSTOM_TABLE_OF_CONTENTS
public static int CUSTOM_TABLE_OF_CONTENTS
CUSTOM_TEXT_BOX
public static int CUSTOM_TEXT_BOX
CUSTOM_WATERMARKS
public static int CUSTOM_WATERMARKS
DEFAULT
public static int DEFAULT
如同ALL.
EQUATIONS
public static int EQUATIONS
FOOTERS
public static int FOOTERS
HEADERS
public static int HEADERS
NO_GALLERY
public static int NO_GALLERY
PAGE_NUMBER
public static int PAGE_NUMBER
PAGE_NUMBER_AT_BOTTOM
public static int PAGE_NUMBER_AT_BOTTOM
PAGE_NUMBER_AT_MARGIN
public static int PAGE_NUMBER_AT_MARGIN
PAGE_NUMBER_AT_TOP
public static int PAGE_NUMBER_AT_TOP
QUICK_PARTS
public static int QUICK_PARTS
STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
public static int STRUCTURED_DOCUMENT_TAG_PLACEHOLDER_TEXT
TABLES
public static int TABLES
TABLE_OF_CONTENTS
public static int TABLE_OF_CONTENTS
TEXT_BOX
public static int TEXT_BOX
WATERMARKS
public static int WATERMARKS
length
public static int length
equals(Object arg0)
public boolean equals(Object arg0)
参数:
范围 | 类型 | 描述 |
---|---|---|
arg0 | java.lang.Object |
退货: 布尔值
fromName(String buildingBlockGalleryName)
public static int fromName(String buildingBlockGalleryName)
参数:
范围 | 类型 | 描述 |
---|---|---|
buildingBlockGalleryName | java.lang.String |
退货: 整数
getClass()
public final native Class<?> getClass()
退货: java.lang.Class
getName(int buildingBlockGallery)
public static String getName(int buildingBlockGallery)
参数:
范围 | 类型 | 描述 |
---|---|---|
buildingBlockGallery | 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 buildingBlockGallery)
public static String toString(int buildingBlockGallery)
参数:
范围 | 类型 | 描述 |
---|---|---|
buildingBlockGallery | 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 |