|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectag.ion.noa.internal.printing.PrintProperties
public class PrintProperties
Properties for printing documents.
| Constructor Summary | |
|---|---|
PrintProperties(short copyCount)
Constructs new PrintProperties. |
|
PrintProperties(short copyCount,
java.lang.String pages)
Constructs new PrintProperties. |
|
| Method Summary | |
|---|---|
short |
getCopyCount()
Returns the number of copies to print. |
java.lang.String |
getPages()
Returns the pages to print (e.g. "1, 3, 4-7, 9-"). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintProperties(short copyCount)
copyCount - the number of copies to print
(values less then 1 will result in a copy count of 1)
public PrintProperties(short copyCount,
java.lang.String pages)
copyCount - the number of copies to print
(values less then 1 will result in a copy count of 1)pages - the pages to print (e.g. "1, 3, 4-7, 9-"), or null for default
TODO: This format is not checked yet, so validate it yourself for now| Method Detail |
|---|
public short getCopyCount()
getCopyCount in interface IPrintPropertiespublic java.lang.String getPages()
getPages in interface IPrintProperties
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||