Aspose::Words::DocumentBuilder::MoveToStructuredDocumentTag method. Moves the cursor to the structured document tag in C++....characterIndex int32_t The index of the character inside the...structured document tag by index. builder -> MoveToStructuredDocu...
Effortlessly remove a specific occurrence from GeneralFormatCollection using the RemoveAt method. Streamline your data management today!...specified index. public void RemoveAt ( int index ) Parameter...Parameter Type Description index Int32 Examples Shows how to format field...
Access the specific axis you need with the ChartAxisCollection Item property. Simplify data visualization by retrieving axes effortlessly!...ChartAxisCollection indexer Gets the axis at the specified index. public...public ChartAxis this [ int index ] { get ; } See Also class ChartAxis...
Access the ChartLegendEntry for any Index with the ChartLegendEntryCollection Item property. Enhance your data visualization effortlessly!...Item ChartLegendEntryColl indexer Returns ChartLegendEntry for...specified index. public ChartLegendEntry this [ int index ] { get...
WebExtensionPropertyCollection.remove method....method remove(index) def remove ( self , index : int ): ... Parameter...Parameter Type Description index int See Also module aspose.words...
Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality.... GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...Console . WriteLine ( $"Part index {index}:" ); Console . WriteLine...
Manage SmartArt nodes and child nodes in PowerPoint presentations in C++...of first slide by using its Index. Traverse through every shape...of first slide by using its Index. Add a StackedList type SmartArt...
本文介绍如何在GridJs中对单元格文本、单元格范围、形状和图片进行突出显示。...parameters are: row : row index col : column index startpostion : highlight...parameters are: row : row index col : column index startpostion : highlight...
CustomXmlPartCollection.clear method. Removes all elements from the collection.... # 1 - By an index in the custom XML part collection:...contents of each part. for index , part in enumerate ( doc ....
CustomXmlPart.clone method. Makes a deep enough copy of the object... # 1 - By an index in the custom XML part collection:...contents of each part. for index , part in enumerate ( doc ....