Aspose::Words::Markup::CustomXmlPartCollection::Clear method. Removes all elements from the collection in C++.... // 1 - By an index in the custom XML part collection:...() -> GetEnumerator (); int index = 0 ; while ( enumerator ->...
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.Drawing.Charts.ChartSeries class. Represents chart series properties...using index. By default returns Series plus one based index. seriesType...point with the specified index. insert(index, xValue) Inserts the...
StyleCollection Indexer. Gets a style by Index....StyleCollection indexer __getitem__(index) Gets a style by index. def __getitem__...self , index : int ): ... Parameter Type Description index int Examples...
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" )...
A collection of Section objects in the document in Java....get(int index) Retrieves a section at the given index. getContainer()...zero-based index of the specified node. insert(int index, Node node)...
NodeCollection.removeAt method. Removes the node at the specified Index from the collection and from the document....removeAt(index) Removes the node at the specified index from the...removeAt ( index : number ) Parameter Type Description index number...
NodeCollection.remove_at method. Removes the node at the specified Index from the collection and from the document....remove_at(index) Removes the node at the specified index from the...self , index : int ): ... Parameter Type Description index int The...
Aspose.Words.Settings.OdsoRecipientDataCollection class. A typed collection of [OdsoRecipientData](../odsorecipientdata/) To learn more, visit the [Mail Merge and Reporting](https://docs.aspose.com/words/nodejs-net/mail-merge-and-reporting/) documentation article....removeAt(index) Removes the element at the specified index. Examples...dataCollection . getEnumerator ()) { int index = 0 ; while ( enumerator . moveNext...