Enum STExtendedBrushPropertyName

java.lang.Object
java.lang.Enum<STExtendedBrushPropertyName>
org.docx4j.com.microsoft.schemas.office.drawing.x2016.ink.STExtendedBrushPropertyName
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<STExtendedBrushPropertyName>, java.lang.constant.Constable

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

Java class for ST_ExtendedBrushPropertyName.

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

 <simpleType name="ST_ExtendedBrushPropertyName">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="inkEffects"/>
     <enumeration value="anchorX"/>
     <enumeration value="anchorY"/>
     <enumeration value="scaleFactor"/>
   </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
    ANCHOR_X  
    ANCHOR_Y  
    INK_EFFECTS  
    SCALE_FACTOR  
  • Method Summary

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