|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentWriterOptions
This interface describes the possibilities of the DocumentWriter to access its options. These options are dynamically linked to the Context of the processor. Only read access is provided.
| Method Summary | |
|---|---|
FixedCount |
getCountOption(java.lang.String name)
Getter for a count register. |
FixedDimen |
getDimenOption(java.lang.String name)
Getter for a dimen register. |
long |
getMagnification()
Getter for the magnification of the document. |
java.lang.String |
getTokensOption(java.lang.String name)
Getter for a token register. |
| Method Detail |
|---|
FixedCount getCountOption(java.lang.String name)
name - the name of the register
FixedDimen getDimenOption(java.lang.String name)
name - the name of the register
long getMagnification()
java.lang.String getTokensOption(java.lang.String name)
name - the name of the register
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||