Aspose::Words::Fields::FieldIndex::get_Heading method. Gets or sets a heading that appears at the start of each set of entries for any given letter in C++....Examples Shows how to populate an INDEX field with entries using XE...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
Defines a filter for skipping items based on their indices in Java....Description shouldSkipIndex(int index) Determines whether the item...specified index should be skipped. shouldSkipIndex(int index) public...
A collection of strings that represent all the items in a drop-down form field in Java....another item at a specified index: dropDownItems.insert(3, "Three...// 2 - Remove an item at an index: dropDownItems.removeAt(3);...
Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++....work with subentries in an INDEX field. auto doc = System ::...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
DocumentBuilder.delete_row method. Deletes a row from a table....method delete_row(table_index, row_index) Deletes a row from a...delete_row ( self , table_index : int , row_index : int ): ... Parameter...
Represents a typed collection of general formats in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
VariableCollection Indexer. Gets or sets a document variable at the specified Index...VariableCollection indexer __getitem__(index) Gets or sets a document...document variable at the specified index. None values are not allowed...
RevisionGroupCollection Indexer. Returns a revision group at the specified Index....RevisionGroupCollect indexer __getitem__(index) Returns a revision...the specified index. def __getitem__ ( self , index : int ): .....
TaskPaneCollection.remove method....method remove(index) def remove ( self , index : int ): ... Parameter...Parameter Type Description index int See Also module aspose.words...