Package org.docx4j.wml
Enum STDocPartGallery
java.lang.Object
java.lang.Enum<STDocPartGallery>
org.docx4j.wml.STDocPartGallery
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<STDocPartGallery>,java.lang.constant.Constable
public enum STDocPartGallery extends java.lang.Enum<STDocPartGallery>
Java class for ST_DocPartGallery.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_DocPartGallery">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="placeholder"/>
<enumeration value="any"/>
<enumeration value="default"/>
<enumeration value="docParts"/>
<enumeration value="coverPg"/>
<enumeration value="eq"/>
<enumeration value="ftrs"/>
<enumeration value="hdrs"/>
<enumeration value="pgNum"/>
<enumeration value="tbls"/>
<enumeration value="watermarks"/>
<enumeration value="autoTxt"/>
<enumeration value="txtBox"/>
<enumeration value="pgNumT"/>
<enumeration value="pgNumB"/>
<enumeration value="pgNumMargins"/>
<enumeration value="tblOfContents"/>
<enumeration value="bib"/>
<enumeration value="custQuickParts"/>
<enumeration value="custCoverPg"/>
<enumeration value="custEq"/>
<enumeration value="custFtrs"/>
<enumeration value="custHdrs"/>
<enumeration value="custPgNum"/>
<enumeration value="custTbls"/>
<enumeration value="custWatermarks"/>
<enumeration value="custAutoTxt"/>
<enumeration value="custTxtBox"/>
<enumeration value="custPgNumT"/>
<enumeration value="custPgNumB"/>
<enumeration value="custPgNumMargins"/>
<enumeration value="custTblOfContents"/>
<enumeration value="custBib"/>
<enumeration value="custom1"/>
<enumeration value="custom2"/>
<enumeration value="custom3"/>
<enumeration value="custom4"/>
<enumeration value="custom5"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description ANYAll GalleriesAUTO_TXTAutoText GalleryBIBBibliography GalleryCOVER_PGCover Page GalleryCUST_AUTO_TXTCustom AutoText GalleryCUST_BIBCustom Bibliography GalleryCUST_COVER_PGCustom Cover Page GalleryCUST_EQCustom Equation GalleryCUST_FTRSCustom Footer GalleryCUST_HDRSCustom Header GalleryCUST_PG_NUMCustom Page Number GalleryCUST_PG_NUM_BCustom Page Number At Bottom GalleryCUST_PG_NUM_MARGINSCustom Page Number At Margins GalleryCUST_PG_NUM_TCustom Page Number At Top GalleryCUST_QUICK_PARTSCustom Quick Parts GalleryCUST_TBL_OF_CONTENTSCustom Table of Contents GalleryCUST_TBLSCustom Table GalleryCUST_TXT_BOXCustom Text Box GalleryCUST_WATERMARKSCustom Watermark GalleryCUSTOM_1Custom 1 GalleryCUSTOM_2Custom 2 GalleryCUSTOM_3Custom 3 GalleryCUSTOM_4Custom 4 GalleryCUSTOM_5Custom 5 GalleryDEFAULTNo Gallery ClassificationDOC_PARTSDocument Parts GalleryEQEquations GalleryFTRSFooters GalleryHDRSHeaders GalleryPG_NUMPage Numbers GalleryPG_NUM_BPage Numbers At Bottom GalleryPG_NUM_MARGINSPage Numbers At Margins GalleryPG_NUM_TPage Numbers At Top GalleryPLACEHOLDERStructured Document Tag Placeholder Text GalleryTBL_OF_CONTENTSTable of Contents GalleryTBLSTable GalleryTXT_BOXText Box GalleryWATERMARKSWatermark Gallery -
Method Summary
Modifier and Type Method Description static STDocPartGalleryfromValue(java.lang.String v)java.lang.Stringvalue()static STDocPartGalleryvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STDocPartGallery[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
PLACEHOLDER
Structured Document Tag Placeholder Text Gallery -
ANY
All Galleries -
DEFAULT
No Gallery Classification -
DOC_PARTS
Document Parts Gallery -
COVER_PG
Cover Page Gallery -
EQ
Equations Gallery -
FTRS
Footers Gallery -
HDRS
Headers Gallery -
PG_NUM
Page Numbers Gallery -
TBLS
Table Gallery -
WATERMARKS
Watermark Gallery -
AUTO_TXT
AutoText Gallery -
TXT_BOX
Text Box Gallery -
PG_NUM_T
Page Numbers At Top Gallery -
PG_NUM_B
Page Numbers At Bottom Gallery -
PG_NUM_MARGINS
Page Numbers At Margins Gallery -
TBL_OF_CONTENTS
Table of Contents Gallery -
BIB
Bibliography Gallery -
CUST_QUICK_PARTS
Custom Quick Parts Gallery -
CUST_COVER_PG
Custom Cover Page Gallery -
CUST_EQ
Custom Equation Gallery -
CUST_FTRS
Custom Footer Gallery -
CUST_HDRS
Custom Header Gallery -
CUST_PG_NUM
Custom Page Number Gallery -
CUST_TBLS
Custom Table Gallery -
CUST_WATERMARKS
Custom Watermark Gallery -
CUST_AUTO_TXT
Custom AutoText Gallery -
CUST_TXT_BOX
Custom Text Box Gallery -
CUST_PG_NUM_T
Custom Page Number At Top Gallery -
CUST_PG_NUM_B
Custom Page Number At Bottom Gallery -
CUST_PG_NUM_MARGINS
Custom Page Number At Margins Gallery -
CUST_TBL_OF_CONTENTS
Custom Table of Contents Gallery -
CUST_BIB
Custom Bibliography Gallery -
CUSTOM_1
Custom 1 Gallery -
CUSTOM_2
Custom 2 Gallery -
CUSTOM_3
Custom 3 Gallery -
CUSTOM_4
Custom 4 Gallery -
CUSTOM_5
Custom 5 Gallery
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
value
public java.lang.String value() -
fromValue
-