CustomPartCollection Indexer. Gets or sets an item at the specified Index....CustomPartCollection indexer __getitem__(index) Gets or sets an item...the specified index. def __getitem__ ( self , index : int ): .....
FieldIndex.number_of_columns property. Gets or sets the number of columns per page used when building the Index....page used when building the index. @property def number_of_columns...Examples Shows how to populate an INDEX field with entries using XE...
Learn how to cut and paste cells within a worksheet using Aspose.Cells for C++.... Row Index: The index of the row to insert cells...cells. Column Index: The index of the column to insert cells...
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_HasPageNumberSeparator method. Gets a value indicating whether a page number separator is overridden through the field's code in C++....page number separator in an INDEX field. auto doc = System ::...DocumentBuilder > ( doc ); // Create an INDEX field which will display an...
Represents a collection of Custom XML Parts in Java.... // 1 - By an index in the custom XML part collection:...getCustomXmlParts().iterator(); int index = 0; while (enumerator.hasNext())...
Specifies a list of web extension bindings in Java....docking location, we can set this index to arrange them. myScriptTaskPane... get(int index) Gets an item at the specified index. getCount()...
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...
Aspose::Words::Fields::FormFieldCollection::RemoveAt method. Removes a form field at the specified Index in C++....form field at the specified index. void Aspose :: Words :: Fields...( int32_t index ) Parameter Type Description index int32_t The...
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...