Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 13,982 for

word count

(0.11 sec)
  1. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....Words - Compress Images To compress...compress images using Aspose.Words Java in Ruby, simply invoke the...

    docs.aspose.com/words/java/compress-images-in-r...
  2. TxtSaveOptions.list_indentation property | Aspo...

    TxtSaveOptions.list_indentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels... By default, it is zero count of character ‘\0’, that means...list_indentation ( self ) -> aspose . words . saving . TxtListIndentation...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CustomPart.Name | Aspose.Words for .NET

    Discover how to manage CustomPart names in OOXML packages. Easily set or retrieve absolute names for seamless integration and enhanced functionality.... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Row.cells property | Aspose.Words for Node.js

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row.... Words . Tables . CellCollection Examples...( let i = 0 ; i < tables . count ; i ++ ) { console . log ( `Start...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Node.Remove | Aspose.Words for .NET

    Discover the Node Remove method to effortlessly detach nodes from their parent, enhancing your code's efficiency and structure.... Count ( s => s . HasImage ), Is ....shapes . OfType < Shape >(). Count ( s => s . HasImage ), Is ....

    reference.aspose.com/words/net/aspose.words/nod...
  6. TxtListIndentation class | Aspose.Words for Python

    aspose.Words.saving.TxtListIndentation class. Specifies how list levels are indented when document is exporting to [SaveFormat.TEXT](../../aspose.Words/saveformat/#TEXT) format... count Gets or sets how many TxtListIndentation...character = ' ' # Set the "Count" property to specify the number...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ListCollection.Item | Aspose.Words for .NET

    Access ListCollection items effortlessly by index. Simplify your data management and enhance your coding efficiency with this powerful property!...WriteLine ( "Current list count: " + lists . Count ); Console . WriteLine...); Assert . That ( paras . Count ( n => (( Paragraph ) n ). ListFormat...

    reference.aspose.com/words/net/aspose.words.lis...
  8. Node.GetAncestor | Aspose.Words for .NET

    Discover the Node GetAncestor method to easily retrieve the first ancestor of a specified object type, enhancing your coding efficiency and accuracy.... Count ; i ++) { Table table = ( Table...other tables as children. int count = GetChildTableCount ( table...

    reference.aspose.com/words/net/aspose.words/nod...
  9. RowCollection.toArray method | Aspose.Words for...

    RowCollection.toArray method. Copies all rows from the collection to a new array of rows.... count ; i ++ ) { console . log ( `Start...for ( let j = 0 ; j < rows . count ; j ++ ) { console . log ( `\tStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.first_row property | Aspose.Words for Python

    Table.first_row property. Returns the first [Row](../../row/) node in the table.... words . tables . Row : ... Examples...( 5 , tables [ 0 ] . rows . count ) self . assertEqual ( 4 , tables...

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