Home | History | Annotate | Download | only in model

Lines Matching defs:copies

800         private static final String ATTR_COPIES = "copies";
1141 String copies = parser.getAttributeValue(null, ATTR_COPIES);
1142 printJob.setCopies(Integer.parseInt(copies));