Sort Score
Result 10 results
Languages All
Labels All
Results 1,191 - 1,200 of 14,200 for

word count

(1.22 sec)
  1. Cell.tables property | Aspose.Words for Python

    Cell.tables property. Gets a collection of tables that are immediate children of the cell.... words . tables . TableCollection :...) for i in range ( tables . count ): table = tables [ i ] . as_table...

    reference.aspose.com/words/python-net/aspose.wo...
  2. WrapSide Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.WrapSide enum to control text wrapping around shapes and images, enhancing document layout and readability.... Count ( s => s . ShapeType == ShapeType...)); Assert . That ( shapes . Count ( s => s . ShapeType == ShapeType...

    reference.aspose.com/words/net/aspose.words.dra...
  3. VbaModuleCollection | Aspose.Words for Java

    Represents a collection of VbaModule objects in Java....Project code page: {1}; Modules count: {2}\n", vbaProject.getName()...Project code page: {1}; Modules count: {2}\n", vbaProject.getName()...

    reference.aspose.com/words/java/com.aspose.word...
  4. Range.structuredDocumentTags property | Aspose....

    Range.structuredDocumentTags property. Returns a [Range.structuredDocumentTags](./) collection that represents all structured document tags in the range.... Words . Markup . StructuredDocumentTa...expect ( structuredDocumentTa . count ). toEqual ( 5 ); // Remove...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. OdsoRecipientDataCollection.RemoveAt | Aspose.W...

    Discover the OdsoRecipientDataCollection RemoveAt method to effortlessly remove elements by index, enhancing your data management efficiency.... Count , Is . EqualTo ( 70 )); using...Assert . That ( dataCollection . Count , Is . EqualTo ( 69 )); dataCollection...

    reference.aspose.com/words/net/aspose.words.set...
  6. OdsoRecipientData.Active | Aspose.Words for .NET

    Control mail merge imports with the OdsoRecipientData Active property. Easily manage data records for seamless document creation. Default is true.... Count , Is . EqualTo ( 70 )); using...Assert . That ( dataCollection . Count , Is . EqualTo ( 69 )); dataCollection...

    reference.aspose.com/words/net/aspose.words.set...
  7. Row.cells property | Aspose.Words for Python

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row.... words . tables . CellCollection :...))) i = 0 while i < tables . count : print ( f 'Start of Table...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeriesCollection class | Aspose.Words for ...

    Aspose.Words.Drawing.Charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)...Properties Name Description count Returns the number of ChartSeries...series ; expect ( chartData . count ). toEqual ( 3 ); // Print the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FontInfo.name property | Aspose.Words for Node.js

    FontInfo.name property. Gets the name of the font.... count ). toEqual ( 5 ); // Print all...let i = 0 ; i < allFonts . count ; i ++ ) { console . log ( `Font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ChartSeriesCollection.removeAt method | Aspose....

    ChartSeriesCollection.removeAt method. Removes a [ChartSeries](../../chartseries/) at the specified index.... count ). toEqual ( 3 ); // Print the...1 ]); expect ( chartData . count ). toEqual ( 4 ); expect ( chartData...

    reference.aspose.com/words/nodejs-net/aspose.wo...