Discover the OdsoRecipientDataCollection RemoveAt method to effortlessly remove elements by Index, enhancing your data management efficiency....specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero-based index of the element...
FieldIndex.language_id property. Gets or sets the language ID used to generate the Index....language ID used to generate the index. @property def language_id (...Examples Shows how to populate an INDEX field with entries using XE...
Effortlessly navigate your document with the DocumentBuilder MoveToCell method, quickly positioning the cursor in any table cell for enhanced editing....Description tableIndex Int32 The index of the table to move to. rowIndex...rowIndex Int32 The index of the row in the table. columnIndex Int32...
DocumentBuilder.moveToCell method. Moves the cursor to a table cell in the current section....Description tableIndex number The index of the table to move to. rowIndex...rowIndex number The index of the row in the table. columnIndex...
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...
Specifies a list of persisted task pane objects in Java....docking location, we can set this index to arrange them. myScriptTaskPane... get(int index) Gets an item at the specified index. getCount()...
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())...
Discover the FieldIndex HasPageNumberSeparator property, which reveals if a page number separator is customized via field code for enhanced document formatting....page number separator in an INDEX field. Document doc = new Document...DocumentBuilder ( doc ); // Create an INDEX field which will display an...
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...
VbaModuleCollection Indexer. Retrieves a [VbaModule](../../vbamodule/) object by Index....VbaModuleCollection indexer __getitem__(index) Retrieves a VbaModule...VbaModule object by index. def __getitem__ ( self , index : int ): .....