File
Doc
Category
Size
Date
Package
PrintedPdfDocument.java
API Doc
Android 5.1 API
591
Sat Mar 14 14:09:36 GMT 2015
android.print.pdf
PrintedPdfDocument
java.lang.Object
android.graphics.pdf.PdfDocument
public class PrintedPdfDocument extends android.graphics.pdf.PdfDocument
Fields Summary
Constructors Summary
public PrintedPdfDocument
(
android.content.Context
context,
android.print.PrintAttributes
attributes)
throw new RuntimeException("Stub!");
Methods Summary
public
android.graphics.Rect
getPageContentRect
()
throw new RuntimeException("Stub!");
public
int
getPageHeight
()
throw new RuntimeException("Stub!");
public
int
getPageWidth
()
throw new RuntimeException("Stub!");
public
android.graphics.pdf.PdfDocument.Page
startPage
(
int
pageNumber)
throw new RuntimeException("Stub!");
Java Code Source