Enum STExtendedBrushPropertyName

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

public enum STExtendedBrushPropertyName extends 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>