| Package | Description |
|---|---|
| com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
| com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
| Modifier and Type | Method and Description |
|---|---|
Nullable<T> |
Nullable.Clone() |
static <T> Nullable<T> |
Nullable.empty() |
static <T> Nullable<T> |
Nullable.of(T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Nullable.cloneTo(Nullable<T> value) |
| Modifier and Type | Method and Description |
|---|---|
Nullable<Integer> |
BDCProperties.getMCID()
Gets/sets MCID value.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
InternalHelper.setMCID(BDCProperties properties,
Nullable<Integer> integers) |
| Constructor and Description |
|---|
BDCProperties(Nullable<Integer> mcid)
Constructor for properties of BDC operator.
|
BDCProperties(Nullable<Integer> mcid,
String lang)
Constructor for properties of BDC operator.
|
BDCProperties(Nullable<Integer> mcid,
String lang,
String expansionText)
Constructor for properties of BDC operator.
|
Copyright © 2025 Aspose. All Rights Reserved.