FileDocCategorySizeDatePackage
PrintedPdfDocument.javaAPI DocAndroid 5.1 API591Sat Mar 14 14:09:36 GMT 2015android.print.pdf

PrintedPdfDocument.java

package android.print.pdf;
public class PrintedPdfDocument
  extends android.graphics.pdf.PdfDocument
{
public  PrintedPdfDocument(android.content.Context context, android.print.PrintAttributes attributes) { throw new RuntimeException("Stub!"); }
public  android.graphics.pdf.PdfDocument.Page startPage(int pageNumber) { throw new RuntimeException("Stub!"); }
public  int getPageWidth() { throw new RuntimeException("Stub!"); }
public  int getPageHeight() { throw new RuntimeException("Stub!"); }
public  android.graphics.Rect getPageContentRect() { throw new RuntimeException("Stub!"); }
}