java.lang.Object
com.aspose.words.VbaReferenceType
public class VbaReferenceType
| Field Summary | ||
|---|---|---|
static final int | REGISTERED | |
| Specifies an Automation type library reference type. | ||
static final int | PROJECT | |
| Specified an external VBA project reference type. | ||
static final int | ORIGINAL | |
| Specifies an original Automation type library reference type. | ||
static final int | CONTROL | |
| Specifies a twiddled type library reference type. | ||
| Field Detail |
|---|
REGISTERED = 13 | |
public static final int REGISTERED | |
PROJECT = 14 | |
public static final int PROJECT | |
ORIGINAL = 51 | |
public static final int ORIGINAL | |
CONTROL = 47 | |
public static final int CONTROL | |