Package org.docx4j.dml
Enum STLightRigType
- All Implemented Interfaces:
Serializable,Comparable<STLightRigType>,java.lang.constant.Constable
Java class for ST_LightRigType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_LightRigType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="legacyFlat1"/>
<enumeration value="legacyFlat2"/>
<enumeration value="legacyFlat3"/>
<enumeration value="legacyFlat4"/>
<enumeration value="legacyNormal1"/>
<enumeration value="legacyNormal2"/>
<enumeration value="legacyNormal3"/>
<enumeration value="legacyNormal4"/>
<enumeration value="legacyHarsh1"/>
<enumeration value="legacyHarsh2"/>
<enumeration value="legacyHarsh3"/>
<enumeration value="legacyHarsh4"/>
<enumeration value="threePt"/>
<enumeration value="balanced"/>
<enumeration value="soft"/>
<enumeration value="harsh"/>
<enumeration value="flood"/>
<enumeration value="contrasting"/>
<enumeration value="morning"/>
<enumeration value="sunrise"/>
<enumeration value="sunset"/>
<enumeration value="chilly"/>
<enumeration value="freezing"/>
<enumeration value="flat"/>
<enumeration value="twoPt"/>
<enumeration value="glow"/>
<enumeration value="brightRoom"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLight Rig Enum ( Balanced )Bright RoomChillyContrastingFlatFloodFreezingGlowHarshLegacy Flat 1Legacy Flat 2Legacy Flat 3Legacy Flat 4Legacy Harsh 1Legacy Harsh 2Legacy Harsh 3Legacy Harsh 4Legacy Normal 1Legacy Normal 2Legacy Normal 3Legacy Normal 4MorningSoftSunriseSunsetThree PointTwo Point -
Method Summary
Modifier and TypeMethodDescriptionstatic STLightRigTypevalue()static STLightRigTypeReturns the enum constant of this type with the specified name.static STLightRigType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LEGACY_FLAT_1
Legacy Flat 1 -
LEGACY_FLAT_2
Legacy Flat 2 -
LEGACY_FLAT_3
Legacy Flat 3 -
LEGACY_FLAT_4
Legacy Flat 4 -
LEGACY_NORMAL_1
Legacy Normal 1 -
LEGACY_NORMAL_2
Legacy Normal 2 -
LEGACY_NORMAL_3
Legacy Normal 3 -
LEGACY_NORMAL_4
Legacy Normal 4 -
LEGACY_HARSH_1
Legacy Harsh 1 -
LEGACY_HARSH_2
Legacy Harsh 2 -
LEGACY_HARSH_3
Legacy Harsh 3 -
LEGACY_HARSH_4
Legacy Harsh 4 -
THREE_PT
Three Point -
BALANCED
Light Rig Enum ( Balanced ) -
SOFT
Soft -
HARSH
Harsh -
FLOOD
Flood -
CONTRASTING
Contrasting -
MORNING
Morning -
SUNRISE
Sunrise -
SUNSET
Sunset -
CHILLY
Chilly -
FREEZING
Freezing -
FLAT
Flat -
TWO_PT
Two Point -
GLOW
Glow -
BRIGHT_ROOM
Bright Room
-
-
Method Details
-
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
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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-