Aspose::Words::Fields::FieldIndex::get_EntryType method. Gets or sets an Index entry type used to build the Index in C++....or sets an index entry type used to build the index. System ::...Examples Shows how to create an INDEX field, and then use XE fields...
BookmarkCollection Indexer. Returns a bookmark at the specified Index....BookmarkCollection indexer __getitem__(index) Returns a bookmark...the specified index. def __getitem__ ( self , index : int ): .....
NodeList Indexer. Retrieves a node at the given Index....NodeList indexer __getitem__(index) Retrieves a node at the given...given index. def __getitem__ ( self , index : int ): ... Parameter...
Learn how to track the conversion progress of Excel files to TIFF using Aspose.Cells for JavaScript via C++. Enhance user experience during the conversion process.... log ( `Start saving page index ${ args . pageIndex } of pages...Don't output pages before page index 2. if ( args . pageIndex < 2...
GeneralFormatCollection.removeAt method. Removes a general format occurrence at the specified Index....removeAt method removeAt(index) Removes a general format occurrence...occurrence at the specified index. removeAt ( index : number ) Parameter...
CustomXmlPartCollection.remove_at method. Removes an item at the specified Index....remove_at(index) Removes an item at the specified index. def remove_at...self , index : int ): ... Parameter Type Description index int The...
Aspose::Words::Fields::FieldXE::get_IsBold method. Gets or sets whether to apply bold formatting to the entry's page number in C++....Examples Shows how to populate an INDEX field with entries using XE...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
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...
Represents a typed collection of general formats in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
VbaReferenceCollection.remove_at method. Removes the [VbaReference](../../vbareference/) element at the specified Index of the collection....remove_at method remove_at(index) Removes the VbaReference element...specified index of the collection. def remove_at ( self , index : int...