Enum STPhotoAlbumFrameShape

java.lang.Object
java.lang.Enum<STPhotoAlbumFrameShape>
org.pptx4j.pml.STPhotoAlbumFrameShape
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<STPhotoAlbumFrameShape>, java.lang.constant.Constable

public enum STPhotoAlbumFrameShape
extends java.lang.Enum<STPhotoAlbumFrameShape>

Java class for ST_PhotoAlbumFrameShape.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ST_PhotoAlbumFrameShape">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="frameStyle1"/>
     <enumeration value="frameStyle2"/>
     <enumeration value="frameStyle3"/>
     <enumeration value="frameStyle4"/>
     <enumeration value="frameStyle5"/>
     <enumeration value="frameStyle6"/>
     <enumeration value="frameStyle7"/>
   </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
    FRAME_STYLE_1
    Rectangle Photo Frame
    FRAME_STYLE_2
    Rounded Rectangle Photo Frame
    FRAME_STYLE_3
    Simple White Photo Frame
    FRAME_STYLE_4
    Simple Black Photo Frame
    FRAME_STYLE_5
    Compound Black Photo Frame
    FRAME_STYLE_6
    Center Shadow Photo Frame
    FRAME_STYLE_7
    Soft Edge Photo Frame
  • Method Summary

    Modifier and Type Method Description
    static STPhotoAlbumFrameShape fromValue​(java.lang.String v)  
    java.lang.String value()  
    static STPhotoAlbumFrameShape valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static STPhotoAlbumFrameShape[] 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