|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.properties.CommonAural
public class CommonAural
Stores all common aural properties. See Sec. 7.6 of the XSL-FO Standard. Public "structure" allows direct member access.
Field Summary | |
---|---|
int |
azimuth
The "azimuth" property. |
java.lang.String |
cueAfter
The "cueAfter" property. |
java.lang.String |
cueBefore
The "cueBefore" property. |
int |
elevation
The "elevation" property. |
int |
pauseAfter
The "pauseAfter" property. |
int |
pauseBefore
The "pauseBefore" property. |
int |
pitch
The "pitch" property. |
int |
pitchRange
The "pitch-range" property. |
int |
playDuring
The "playDuring" property. |
int |
richness
The "richness" property. |
int |
speak
The "speak" property. |
int |
speakHeader
The "speak-header" property. |
int |
speakNumeral
The "speak-numeral" property. |
int |
speakPunctuation
The "speak-punctuation" property. |
int |
speechRate
The "speech-rate" property. |
int |
stress
The "stress" property. |
int |
voiceFamily
The "voice-family" property. |
int |
volume
The "volume" property. |
Constructor Summary | |
---|---|
CommonAural(PropertyList pList)
Create a CommonAbsolutePosition object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int azimuth
public java.lang.String cueAfter
public java.lang.String cueBefore
public int elevation
public int pauseAfter
public int pauseBefore
public int pitch
public int pitchRange
public int playDuring
public int richness
public int speak
public int speakHeader
public int speakNumeral
public int speakPunctuation
public int speechRate
public int stress
public int voiceFamily
public int volume
Constructor Detail |
---|
public CommonAural(PropertyList pList)
pList
- The PropertyList with propery values.
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |