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...
WebExtensionPropertyCollection.remove method....method remove(index) def remove ( self , index : int ): ... Parameter...Parameter Type Description index int See Also module aspose.words...
Convert PowerPoint presentation to PNG...pptx" ) for index in range ( pres . slides . length...): slide = pres . slides [ index ] with slide . get_image ()...
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);...
FieldCollection Indexer. Returns a field at the specified Index....FieldCollection indexer __getitem__(index) Returns a field at...the specified index. def __getitem__ ( self , index : int ): .....
Aspose::Words::NodeList::idx_get method. Retrieves a node at the given Index in C++....Retrieves a node at the given index. System :: SharedPtr < Aspose...int32_t index ) const Parameter Type Description index int32_t...
aspose.words.vba.VbaReferenceCollection class. Represents a collection of [VbaReference](../vbareference/) objects... Indexers Name Description __getitem__(index) Gets VbaReference...VbaReference object at the specified index. Properties Name Description...
Represents a collection of constraints for a DataTable in Java.... get(int index) Gets the Constraint from the...collection at the specified index. get(String name) Gets the Constraint...
CustomXmlPartCollection.count property. Gets the number of elements contained in the collection.... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...
CustomXmlPart.clone method. Makes a deep enough copy of the object... // 1 - By an index in the custom XML part collection:...each part. for ( let index = 0 ; index < doc . customXmlParts...