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
    ANY
    All Galleries
    AUTO_TXT
    AutoText Gallery
    BIB
    Bibliography Gallery
    COVER_PG
    Cover Page Gallery
    CUST_AUTO_TXT
    Custom AutoText Gallery
    CUST_BIB
    Custom Bibliography 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_PG_NUM_B
    Custom Page Number At Bottom Gallery
    CUST_PG_NUM_MARGINS
    Custom Page Number At Margins Gallery
    CUST_PG_NUM_T
    Custom Page Number At Top Gallery
    CUST_QUICK_PARTS
    Custom Quick Parts Gallery
    CUST_TBL_OF_CONTENTS
    Custom Table of Contents Gallery
    CUST_TBLS
    Custom Table Gallery
    CUST_TXT_BOX
    Custom Text Box Gallery
    CUST_WATERMARKS
    Custom Watermark 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
    DEFAULT
    No Gallery Classification
    DOC_PARTS
    Document Parts Gallery
    EQ
    Equations Gallery
    FTRS
    Footers Gallery
    HDRS
    Headers Gallery
    PG_NUM
    Page Numbers Gallery
    PG_NUM_B
    Page Numbers At Bottom Gallery
    PG_NUM_MARGINS
    Page Numbers At Margins Gallery
    PG_NUM_T
    Page Numbers At Top Gallery
    PLACEHOLDER
    Structured Document Tag Placeholder Text Gallery
    TBL_OF_CONTENTS
    Table of Contents Gallery
    TBLS
    Table Gallery
    TXT_BOX
    Text Box Gallery
    WATERMARKS
    Watermark Gallery
  • Method Summary

    Modifier and Type Method Description
    static STDocPartGallery fromValue​(java.lang.String v)  
    java.lang.String value()  
    static STDocPartGallery valueOf​(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, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • PLACEHOLDER

      public static final STDocPartGallery PLACEHOLDER
      Structured Document Tag Placeholder Text Gallery
    • ANY

      public static final STDocPartGallery ANY
      All Galleries
    • DEFAULT

      public static final STDocPartGallery DEFAULT
      No Gallery Classification
    • DOC_PARTS

      public static final STDocPartGallery DOC_PARTS
      Document Parts Gallery
    • COVER_PG

      public static final STDocPartGallery COVER_PG
      Cover Page Gallery
    • EQ

      public static final STDocPartGallery EQ
      Equations Gallery
    • FTRS

      public static final STDocPartGallery FTRS
      Footers Gallery
    • HDRS

      public static final STDocPartGallery HDRS
      Headers Gallery
    • PG_NUM

      public static final STDocPartGallery PG_NUM
      Page Numbers Gallery
    • TBLS

      public static final STDocPartGallery TBLS
      Table Gallery
    • WATERMARKS

      public static final STDocPartGallery WATERMARKS
      Watermark Gallery
    • AUTO_TXT

      public static final STDocPartGallery AUTO_TXT
      AutoText Gallery
    • TXT_BOX

      public static final STDocPartGallery TXT_BOX
      Text Box Gallery
    • PG_NUM_T

      public static final STDocPartGallery PG_NUM_T
      Page Numbers At Top Gallery
    • PG_NUM_B

      public static final STDocPartGallery PG_NUM_B
      Page Numbers At Bottom Gallery
    • PG_NUM_MARGINS

      public static final STDocPartGallery PG_NUM_MARGINS
      Page Numbers At Margins Gallery
    • TBL_OF_CONTENTS

      public static final STDocPartGallery TBL_OF_CONTENTS
      Table of Contents Gallery
    • BIB

      public static final STDocPartGallery BIB
      Bibliography Gallery
    • CUST_QUICK_PARTS

      public static final STDocPartGallery CUST_QUICK_PARTS
      Custom Quick Parts Gallery
    • CUST_COVER_PG

      public static final STDocPartGallery CUST_COVER_PG
      Custom Cover Page Gallery
    • CUST_EQ

      public static final STDocPartGallery CUST_EQ
      Custom Equation Gallery
    • CUST_FTRS

      public static final STDocPartGallery CUST_FTRS
      Custom Footer Gallery
    • CUST_HDRS

      public static final STDocPartGallery CUST_HDRS
      Custom Header Gallery
    • CUST_PG_NUM

      public static final STDocPartGallery CUST_PG_NUM
      Custom Page Number Gallery
    • CUST_TBLS

      public static final STDocPartGallery CUST_TBLS
      Custom Table Gallery
    • CUST_WATERMARKS

      public static final STDocPartGallery CUST_WATERMARKS
      Custom Watermark Gallery
    • CUST_AUTO_TXT

      public static final STDocPartGallery CUST_AUTO_TXT
      Custom AutoText Gallery
    • CUST_TXT_BOX

      public static final STDocPartGallery CUST_TXT_BOX
      Custom Text Box Gallery
    • CUST_PG_NUM_T

      public static final STDocPartGallery CUST_PG_NUM_T
      Custom Page Number At Top Gallery
    • CUST_PG_NUM_B

      public static final STDocPartGallery CUST_PG_NUM_B
      Custom Page Number At Bottom Gallery
    • CUST_PG_NUM_MARGINS

      public static final STDocPartGallery CUST_PG_NUM_MARGINS
      Custom Page Number At Margins Gallery
    • CUST_TBL_OF_CONTENTS

      public static final STDocPartGallery CUST_TBL_OF_CONTENTS
      Custom Table of Contents Gallery
    • CUST_BIB

      public static final STDocPartGallery CUST_BIB
      Custom Bibliography Gallery
    • CUSTOM_1

      public static final STDocPartGallery CUSTOM_1
      Custom 1 Gallery
    • CUSTOM_2

      public static final STDocPartGallery CUSTOM_2
      Custom 2 Gallery
    • CUSTOM_3

      public static final STDocPartGallery CUSTOM_3
      Custom 3 Gallery
    • CUSTOM_4

      public static final STDocPartGallery CUSTOM_4
      Custom 4 Gallery
    • CUSTOM_5

      public static final STDocPartGallery CUSTOM_5
      Custom 5 Gallery
  • Method Details

    • values

      public static STDocPartGallery[] 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

      public static STDocPartGallery valueOf​(java.lang.String name)
      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 name
      java.lang.NullPointerException - if the argument is null
    • value

      public java.lang.String value()
    • fromValue

      public static STDocPartGallery fromValue​(java.lang.String v)