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)
ParameterTypeDescription
pathSystem::StringData 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…
valueSystem::StringData node value.

See Also