Package org.apache.fop.fo.properties
Class CommonAural
- java.lang.Object
-
- org.apache.fop.fo.properties.CommonAural
-
public class CommonAural extends java.lang.ObjectStores all common aural properties. See Sec. 7.6 of the XSL-FO Standard. Public "structure" allows direct member access.
-
-
Field Summary
Fields Modifier and Type Field Description intazimuthThe "azimuth" property.java.lang.StringcueAfterThe "cueAfter" property.java.lang.StringcueBeforeThe "cueBefore" property.intelevationThe "elevation" property.intpauseAfterThe "pauseAfter" property.intpauseBeforeThe "pauseBefore" property.intpitchThe "pitch" property.intpitchRangeThe "pitch-range" property.intplayDuringThe "playDuring" property.intrichnessThe "richness" property.intspeakThe "speak" property.intspeakHeaderThe "speak-header" property.intspeakNumeralThe "speak-numeral" property.intspeakPunctuationThe "speak-punctuation" property.intspeechRateThe "speech-rate" property.intstressThe "stress" property.intvoiceFamilyThe "voice-family" property.intvolumeThe "volume" property.
-
Constructor Summary
Constructors Constructor Description CommonAural(PropertyList pList)Create a CommonAbsolutePosition object.
-
-
-
Field Detail
-
azimuth
public int azimuth
The "azimuth" property.
-
cueAfter
public java.lang.String cueAfter
The "cueAfter" property.
-
cueBefore
public java.lang.String cueBefore
The "cueBefore" property.
-
elevation
public int elevation
The "elevation" property.
-
pauseAfter
public int pauseAfter
The "pauseAfter" property.
-
pauseBefore
public int pauseBefore
The "pauseBefore" property.
-
pitch
public int pitch
The "pitch" property.
-
pitchRange
public int pitchRange
The "pitch-range" property.
-
playDuring
public int playDuring
The "playDuring" property.
-
richness
public int richness
The "richness" property.
-
speak
public int speak
The "speak" property.
-
speakHeader
public int speakHeader
The "speak-header" property.
-
speakNumeral
public int speakNumeral
The "speak-numeral" property.
-
speakPunctuation
public int speakPunctuation
The "speak-punctuation" property.
-
speechRate
public int speechRate
The "speech-rate" property.
-
stress
public int stress
The "stress" property.
-
voiceFamily
public int voiceFamily
The "voice-family" property.
-
volume
public int volume
The "volume" property.
-
-
Constructor Detail
-
CommonAural
public CommonAural(PropertyList pList)
Create a CommonAbsolutePosition object.- Parameters:
pList- The PropertyList with propery values.
-
-