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. |
Modifier and Type | Method and Description |
---|---|
XFA |
Form.get_xfa()
For internal usage only
|
XFA |
Form.getXFA()
Gets XFA data of the form (if presents).
|
Modifier and Type | Method and Description |
---|---|
static com.aspose.ms.System.Xml.XmlNode |
InternalHelper.getFieldNode(XFA xfa,
String fieldName) |
static com.aspose.ms.System.Xml.XmlNode |
InternalHelper.getNodeByPath(XFA xfa,
String path) |
static String |
InternalHelper.getValueByDataRef(XFA xfa,
String dataRef) |
static boolean |
InternalHelper.hasNode(XFA xfa,
String fullName) |
static void |
InternalHelper.setFieldImageInternal(XFA xfa,
String fieldName,
com.aspose.ms.System.IO.Stream image) |
static void |
InternalHelper.setValueByDataRef(XFA xfa,
String path,
String value) |
Copyright © 2025 Aspose. All Rights Reserved.