File
Doc
Category
Size
Date
Package
PdfDocument.java
API Doc
Android 5.1 API
1815
Sat Mar 14 14:09:44 GMT 2015
android.graphics.pdf
PdfDocument
java.lang.Object
public class PdfDocument extends Object
Fields Summary
Constructors Summary
public PdfDocument
()
throw new RuntimeException("Stub!");
Methods Summary
public void
close
()
throw new RuntimeException("Stub!");
protected void
finalize
()
throw new RuntimeException("Stub!");
public void
finishPage
(
android.graphics.pdf.PdfDocument$Page
page)
throw new RuntimeException("Stub!");
public
java.util.List
getPages
()
throw new RuntimeException("Stub!");
public
android.graphics.pdf.PdfDocument$Page
startPage
(
android.graphics.pdf.PdfDocument$PageInfo
pageInfo)
throw new RuntimeException("Stub!");
public void
writeTo
(
java.io.OutputStream
out)
throw new RuntimeException("Stub!");
Java Code Source