aspose.words.ParagraphCollection class. Provides typed access to a collection of [Paragraph](../paragraph/) nodes...NodeCollection Indexers Name Description __getitem__(index) Retrieves...Retrieves a Paragraph at the given index. Properties Name Description...
Access TableCollection items effortlessly by retrieving tables at specific Indexes. Simplify your data management with our intuitive property feature!...TableCollection indexer Retrieves a Table at the given index. public...int index ] { get ; } Parameter Description index An index into...
DropDownItemCollection.insert method. Inserts a string into the collection at the specified Index....insert method insert(index, value) Inserts a string into the...the specified index. def insert ( self , index : int , value...
Aspose::Words::NodeCollection::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 ) Parameter Type Description index int32_t An...
Aspose::Words::DocumentBuilder::DeleteRow method. Deletes a row from a table in C++....int32_t The index of the table. rowIndex int32_t The index of the...deleted. For the index parameters, when index is greater than...
Aspose::Words::Fields::GeneralFormatCollection::idx_get method. Gets a general format at the specified Index in C++....general format at the specified index. Aspose :: Words :: Fields ::...( int32_t index ) Parameter Type Description index int32_t The...
CellCollection Indexer. Retrieves a [Cell](../../cell/) at the given Index....CellCollection indexer __getitem__(index) Retrieves a Cell at...at the given index. def __getitem__ ( self , index : int ): .....
Represents a collection of VbaModule objects in Java....in the collection either by index or by name. vbaModules.get(0)...get(int index) Retrieves a VbaModule object by index. get(String...
Learn how to add text and image watermark to PDF while converting Excel to PDF using Aspose.Cells for Node.js via C++.... putValue ( "Page1" ); let index = wb . getWorksheets (). add...wb . getWorksheets (). get ( index ). getCells (). get ( "A1" )...
DocumentBuilder.deleteRow method. Deletes a row from a table....number The index of the table. rowIndex number The index of the row...deleted. For the index parameters, when index is greater than...