DocumentBuilder.h 1 // Copyright 2001-2022 Aspose Pty Ltd. All Rights Reserved. 3 // 4 // This file is part of Aspose......class Field ; 56 57 class FormField ; 58 59 } 60 class Font ;...System::SharedPtr<Aspose::Words::Fields::FormField> InsertTextInput ( const System::String...
Aspose::Words::NodeType enum. Specifies the type of a Word document node in C++....FieldSeparator , FieldEnd , FormField , Shape , GroupShape , Footnote...the end of a Word field. FormField 25 A form field. SpecialChar...
Aspose::Words::Fields::DropDownItemCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....u "Three" }); SharedPtr < FormField > comboBoxField = builder...Save ( ArtifactsDir + u "FormFields.DropDownItemCollecti.html"...
Aspose::Words::Fields::DropDownItemCollection::IndexOf method. Returns the zero-based index of the specified value in the collection in C++....u "Three" }); SharedPtr < FormField > comboBoxField = builder...Save ( ArtifactsDir + u "FormFields.DropDownItemCollecti.html"...
DropDownItemCollection Count property. Gets the number of elements contained in the collection in C#...."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...
DropDownItemCollection Insert method. Inserts a string into the collection at the specified index in C#...."One" , "Two" , "Three" }; FormField comboBoxField = builder ..... Save ( ArtifactsDir + "FormFields.DropDownItemCollecti.html"...