public final class QLPreviewItemEditingMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
CreateCopy
If QLPreviewController supports editing the file type of the preview item, it will notify its delegate that an edited copy was created.
|
static long |
Disabled
The item won't be editable.
|
static long |
UpdateContents
If QLPreviewController supports editing the file type of the preview item, it will automatically overwrite its contents with the edited version of the user.
|
public static final long Disabled
public static final long UpdateContents
public static final long CreateCopy