summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Printing/common
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2006-07-19 18:35:34 +0000
committerCarolyn MacLeod <carolyn>2006-07-19 18:35:34 +0000
commit901c0aa4d6b6153ce42ee54df40f79850a62b106 (patch)
tree8e398d0113dc699af04b0fa25c4fa20b95aa712b /bundles/org.eclipse.swt/Eclipse SWT Printing/common
parentb69ae569e8f2ead9c92a2346af2ea6eda7131e9b (diff)
downloadeclipse.platform.swt-901c0aa4d6b6153ce42ee54df40f79850a62b106.tar.gz
eclipse.platform.swt-901c0aa4d6b6153ce42ee54df40f79850a62b106.tar.xz
eclipse.platform.swt-901c0aa4d6b6153ce42ee54df40f79850a62b106.zip
bug 26436 - javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Printing/common')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java b/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
index 98ef20c813..c098b83c19 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Printing/common/org/eclipse/swt/printing/PrinterData.java
@@ -64,12 +64,14 @@ public final class PrinterData extends DeviceData {
public int scope = ALL_PAGES;
/**
- * the start page of a page range, used when scope is PAGE_RANGE
+ * the start page of a page range, used when scope is PAGE_RANGE.
+ * This value can be from 1 to the maximum number of pages for the platform.
*/
public int startPage = 0;
/**
- * the end page of a page range, used when scope is PAGE_RANGE
+ * the end page of a page range, used when scope is PAGE_RANGE.
+ * This value can be from 1 to the maximum number of pages for the platform.
*/
public int endPage = 0;