public static class AnnotsCompat.Sound
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static long |
Create(long doc,
long pos) |
static int |
GetIcon(long impl) |
static java.lang.String |
GetIconName(long impl) |
static long |
GetSoundStream(long impl) |
static void |
SetIcon(long impl,
int type) |
static void |
SetIcon(long impl,
java.lang.String type) |
static void |
SetSoundStream(long impl,
long stream) |
public static long Create(long doc, long pos) throws PDFNetException
PDFNetException
public static long GetSoundStream(long impl) throws PDFNetException
PDFNetException
public static void SetSoundStream(long impl, long stream) 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 SetIcon(long impl, java.lang.String type) throws PDFNetException
PDFNetException