public static class AnnotsCompat.FileAttachment
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static long |
Create(long doc,
long pos,
java.lang.String path) |
static long |
Create(long doc,
long pos,
java.lang.String path,
java.lang.String icon_name) |
static void |
Export(long impl) |
static void |
Export(long impl,
java.lang.String save_as) |
static long |
GetFileSpec(long impl) |
static int |
GetIcon(long impl) |
static java.lang.String |
GetIconName(long impl) |
static void |
SetFileSpec(long impl,
long file) |
static void |
SetIcon(long impl,
int type) |
static void |
SetIconName(long impl,
java.lang.String icon) |
public static long Create(long doc, long pos, java.lang.String path, java.lang.String icon_name) throws PDFNetException
PDFNetException
public static long Create(long doc, long pos, java.lang.String path) throws PDFNetException
PDFNetException
public static void Export(long impl, java.lang.String save_as) throws PDFNetException
PDFNetException
public static void Export(long impl) throws PDFNetException
PDFNetException
public static long GetFileSpec(long impl) throws PDFNetException
PDFNetException
public static void SetFileSpec(long impl, long file) throws PDFNetException
PDFNetException
public static int GetIcon(long impl) throws PDFNetException
PDFNetException
public static void SetIcon(long impl, int type) throws PDFNetException
PDFNetException
public static java.lang.String GetIconName(long impl) throws PDFNetException
PDFNetException
public static void SetIconName(long impl, java.lang.String icon) throws PDFNetException
PDFNetException