Enum StandardBrushPropertyNameType

java.lang.Object
java.lang.Enum<StandardBrushPropertyNameType>
org.docx4j.org.w3.x2003.inkML.StandardBrushPropertyNameType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StandardBrushPropertyNameType>, java.lang.constant.Constable

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

Java class for standardBrushPropertyName.type.

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

 <simpleType name="standardBrushPropertyName.type">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="width"/>
     <enumeration value="height"/>
     <enumeration value="color"/>
     <enumeration value="transparency"/>
     <enumeration value="tip"/>
     <enumeration value="rasterOp"/>
     <enumeration value="antiAliased"/>
     <enumeration value="fitToCurve"/>
     <enumeration value="ignorePressure"/>
   </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
    ANTI_ALIASED  
    COLOR  
    FIT_TO_CURVE  
    HEIGHT  
    IGNORE_PRESSURE  
    RASTER_OP  
    TIP  
    TRANSPARENCY  
    WIDTH  
  • Method Summary

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