Package com.datalogics.PDFL
Class PageRange
java.lang.Object
com.datalogics.PDFL.PageRange
Specifies a range of pages in a document (page numbers begin with 0).
-
Constructor Summary
ConstructorsConstructorDescriptionSpecifies a range of pages in a document (page numbers begin with 0).Specifies a range of pages in a document (page numbers begin with 0).Specifies a range of pages in a document (page numbers begin with 0). -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()intThe ending page number.shortThe paper source of a printer device for a particular PageRange.intThe starting page number.voidsetEndPage(int value) The ending page number.voidsetPagePaperSource(short value) The paper source of a printer device for a particular PageRange.voidsetPageSpec(PageSpec value) voidsetStartPage(int value) The starting page number.
-
Constructor Details
-
PageRange
public PageRange()Specifies a range of pages in a document (page numbers begin with 0). -
PageRange
Specifies a range of pages in a document (page numbers begin with 0). -
PageRange
Specifies a range of pages in a document (page numbers begin with 0).
-
-
Method Details
-
delete
public void delete() -
setStartPage
public void setStartPage(int value) The starting page number. -
getStartPage
public int getStartPage()The starting page number. -
setEndPage
public void setEndPage(int value) The ending page number. -
getEndPage
public int getEndPage()The ending page number. -
setPagePaperSource
public void setPagePaperSource(short value) The paper source of a printer device for a particular PageRange. NOTE: This property is only relevant if printing and only on Windows. A value of 0 indicates this setting has no effect. -
getPagePaperSource
public short getPagePaperSource()The paper source of a printer device for a particular PageRange. NOTE: This property is only relevant if printing and only on Windows. A value of 0 indicates this setting has no effect. -
setPageSpec
-
getPageSpec
-