Aspose::Pdf::Forms::XFA::idx_get method
XFA::idx_get method
Gets of sets data node value according path .
System::String Aspose::Pdf::Forms::XFA::idx_get(System::String path)
Parameter | Type | Description |
---|---|---|
path | System::String | Data node path, e.g. form1[0].Subform1[0].Subform2[0].Subform3[0].TextField[0]. Be sure to include indices even if data contains only single occurences of each nodes, i.e. write node1[0].node2[0]… instead of node1.node2… |
ReturnValue
Data node value.
See Also
- Class String
- Class XFA
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++