DocumentBuilder.move_to_cell method. Moves the cursor to a table cell in the current section....move_to_cell(table_index, row_index, column_index, character_index) Moves..., table_index : int , row_index : int , column_index : int ,...
Represents a collection of ChartSeriesGroup objects in Java....add(int seriesType) get(int index) Returns a ChartSeriesGroup...ChartSeriesGroup at the specified index. getCount() Returns the number of series...
Aspose::Words::DocumentBuilder::MoveToCell method. Moves the cursor to a table cell in the current section in C++....Description tableIndex int32_t The index of the table to move to. rowIndex...rowIndex int32_t The index of the row in the table. columnIndex...
Discover how the IStructuredDocumentTag XmlMapping property connects structured tags to XML data, enhancing document customization and integration.... // 1 - By an index in the custom XML part collection:...CustomXmlParts . GetEnumerator ()) { int index = 0 ; while ( enumerator . MoveNext...
Access the GeneralFormatCollection Item property to retrieve customizable formats easily at any Index, enhancing your data presentation effortlessly....GeneralFormatCollect indexer Gets a general format at the specified index. public...this [ int index ] { get ; } Parameter Description index The index...
aspose.words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...NodeCollection Indexers Name Description __getitem__(index) Retrieves...Retrieves a Cell at the given index. Properties Name Description count...
Aspose.Words.Markup.CustomXmlPropertyCollection class. Represents a collection of custom XML attributes or smart tag properties...indexOfKey(name) Returns the zero-based index of the specified property in...removeAt(index) Removes a property at the specified index. See Also...
Aspose::Words::DocumentBuilder::MoveToSection method. Moves the cursor to the beginning of the body in a specified section in C++....Description sectionIndex int32_t The index of the section to move to. Remarks...equal to 0, it specifies an index from the beginning of the document...
Effortlessly manage your CustomXmlPartCollection with the RemoveAt method—quickly remove items by Index for streamlined data handling....specified index. public void RemoveAt ( int index ) Parameter...Type Description index Int32 The zero based index. Examples Shows...