Aspose::Pdf::Forms::XFA::idx_set method
XFA::idx_set method
Gets of sets data node value according path .
void Aspose::Pdf::Forms::XFA::idx_set(System::String path, System::String value)
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… |
value | System::String | Data node value. |
See Also
- Class String
- Class XFA
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++