public class DocumentDraft
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<DocumentDraft> |
CREATOR |
| Modifier | Constructor and Description |
|---|---|
|
DocumentDraft(Document document,
Page... pages) |
protected |
DocumentDraft(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
Document |
getDocument() |
Page[] |
getPages() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<DocumentDraft> CREATOR