java.lang.Object | |
↳ | android.graphics.pdf.PdfDocument.PageInfo.Builder |
Builder for creating a PdfDocument.PageInfo
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new builder with the mandatory page info attributes.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
PdfDocument.PageInfo .
| |||||||||||
Sets the content rectangle in PostScript point (1/72th of an inch).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Creates a new builder with the mandatory page info attributes.
pageWidth | The page width in PostScript (1/72th of an inch). |
---|---|
pageHeight | The page height in PostScript (1/72th of an inch). |
pageNumber | The page number. |
Creates a new PdfDocument.PageInfo
.
Sets the content rectangle in PostScript point (1/72th of an inch). This is the area that contains the page content and is relative to the page top left.
contentRect | The content rectangle. Must fit in the page. |
---|