Package org.docx4j.wml
Enum STDocPartGallery
- All Implemented Interfaces:
Serializable,Comparable<STDocPartGallery>,java.lang.constant.Constable
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
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAll GalleriesAutoText GalleryBibliography GalleryCover Page GalleryCustom AutoText GalleryCustom Bibliography GalleryCustom Cover Page GalleryCustom Equation GalleryCustom Footer GalleryCustom Header GalleryCustom Page Number GalleryCustom Page Number At Bottom GalleryCustom Page Number At Margins GalleryCustom Page Number At Top GalleryCustom Quick Parts GalleryCustom Table of Contents GalleryCustom Table GalleryCustom Text Box GalleryCustom Watermark GalleryCustom 1 GalleryCustom 2 GalleryCustom 3 GalleryCustom 4 GalleryCustom 5 GalleryNo Gallery ClassificationDocument Parts GalleryEquations GalleryFooters GalleryHeaders GalleryPage Numbers GalleryPage Numbers At Bottom GalleryPage Numbers At Margins GalleryPage Numbers At Top GalleryStructured Document Tag Placeholder Text GalleryTable of Contents GalleryTable GalleryText Box GalleryWatermark Gallery -
Method Summary
Modifier and TypeMethodDescriptionstatic STDocPartGalleryvalue()static STDocPartGalleryReturns 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.
-
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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-