DropDownItemCollection indexer. Gets or sets the element at the specified index....index int Examples Shows how to insert a combo box field, and edit... DocumentBuilder ( doc ) # Insert a combo box, and then verify...
Discover the FormField DropDownSelectedIndex property to easily manage dropdown selections, enhancing user experience and form functionality....set ; } Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...
Discover the FormFieldCollection GetEnumerator method, which provides an efficient way to iterate through form fields, enhancing your data management experience....GetEnumerator () Examples Shows how insert different kinds of form fields...// Use a document builder to insert a combo box. builder . Write...
CellFormat.verticalMerge property. Specifies how the cell is merged with other cells vertically....DocumentBuilder ( doc ); // Insert a cell into the first column...builder . write ( "Text in merged cells." ); // Insert a cell into the...
Aspose::Words::Fields::FieldGoToButton::get_Location method. Gets or sets the name of a bookmark, a page number, or some other item to jump to in C++....get_Location () Examples Shows to insert a GOTOBUTTON field. auto doc...Microsoft Word, // it will take the text cursor to the bookmark whose...
Aspose::Words::Fields::FieldIndex::get_SequenceName method. Gets or sets the name of a sequence whose number is included with the page number in C++....will display the XE field's Text property value on the left side...have the same value in their "Text" property, // the INDEX field...
This article teaches how to Insert (add) a page at the desired location PDF file. Learn how to move, remove (delete) pages from a PDF file using C++....PDF for C++ lets you insert a page to a PDF document at...the end of a PDF file. Add or Insert Page in a PDF File Aspose.PDF...
BookmarksOutlineLevelCollection.add method. Adds a bookmark to the collection....DocumentBuilder ( doc ); // Insert a bookmark with another bookmark..."Bookmark 1" ); builder . writeln ( "Text inside Bookmark 1." ); builder...
BookmarksOutlineLevelCollection.indexOfKey method. Returns the zero-based index of the specified bookmark in the collection....DocumentBuilder ( doc ); // Insert a bookmark with another bookmark..."Bookmark 1" ); builder . writeln ( "Text inside Bookmark 1." ); builder...