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::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...
DropDownItemCollection.removeAt method. Removes a value at the specified Index....removeAt(index) Removes a value at the specified index. removeAt...removeAt ( index : number ) Parameter Type Description index number...
GeneralFormatCollection Indexer. Gets a general format at the specified Index....GeneralFormatCollect indexer __getitem__(index) Gets a general format...the specified index. def __getitem__ ( self , index : int ): .....
Enhance your FieldXE experience! Control bold formatting for entry page numbers effortlessly with the IsBold property. Boost readability and style!...Examples Shows how to populate an INDEX field with entries using XE...DocumentBuilder ( doc ); // Create an INDEX field which will display an...
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...
Represents a typed collection of general formats in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...
Represents a collection of X values for a chart series in Java....get(int index) Gets the X value at the specified index. getCount()...enumerator object. set(int index, ChartXValue value) Sets the...
OdsoRecipientDataCollection.removeAt method. Removes the element at the specified Index....removeAt(index) Removes the element at the specified index. removeAt...removeAt ( index : number ) Parameter Type Description index number...
VariableCollection.remove_at method. Removes a document variable at the specified Index....remove_at method remove_at(index) Removes a document variable...the specified index. def remove_at ( self , index : int ): ......