Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 14,227 for

word count

(0.1 sec)
  1. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table.... Words . Tables . RowCollection Examples...( let i = 0 ; i < tables . count ; i ++ ) { console . log ( `Start...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Story.story_type property | Aspose.Words for Py...

    Story.story_type property. Gets the type of this story.... words . StoryType : ... Examples Shows...NodeType . SHAPE , True ) . count ) # We can delete all shapes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RowCollection class | Aspose.Words for Python

    aspose.Words.tables.RowCollection class. Provides typed access to a collection of [Row](../row/) nodes...Properties Name Description count Gets the number of nodes in...IMAGE_DIR , FONTS_DIR import aspose.words as aw doc = aw . Document (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. GeneralFormatCollection.RemoveAt | Aspose.Words...

    Effortlessly remove a specific occurrence from GeneralFormatCollection using the RemoveAt method. Streamline your data management today!... Count , Is . EqualTo ( 2 )); Assert...( format . GeneralFormats . Count , Is . EqualTo ( 0 )); field...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Field.Format | Aspose.Words for .NET

    Discover the Field Format property for seamless access to FieldFormat objects, enhancing your fields' formatting with precision and ease.... Count , Is . EqualTo ( 2 )); Assert...( format . GeneralFormats . Count , Is . EqualTo ( 0 )); field...

    reference.aspose.com/words/net/aspose.words.fie...
  6. CleanupOptions class | Aspose.Words for Node.js

    Aspose.Words.CleanupOptions class. Allows to specify options for document cleaning... count ). toEqual ( 8 ); // Apply a...); expect ( doc . styles . count ). toEqual ( 4 ); // Removing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::Vba::VbaModuleCollection::idx_ge...

    Aspose::Words::Vba::VbaModuleCollection::idx_get method. Retrieves a VbaModule object by name, or Null if not found in C++....Aspose::Words::Vba::VbaModuleCollection::idx_get method Contents...Aspose :: Words :: Vba :: VbaModule > Aspose :: Words :: Vba ::...

    reference.aspose.com/words/cpp/aspose.words.vba...
  8. VariableCollection.remove method | Aspose.Words...

    VariableCollection.remove method. Removes a document variable with the specified name from the collection.... count ). toEqual ( 3 ); // We can...var i = 0 ; i < variables . count ; i ++ ) { console . log ( `Index:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. VariableCollection.add method | Aspose.Words fo...

    VariableCollection.add method. Adds a document variable to the collection.... count ). toEqual ( 3 ); // We can...var i = 0 ; i < variables . count ; i ++ ) { console . log ( `Index:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TableCollection indexer | Aspose.Words for Python

    TableCollection indexer. Retrieves a [Table](../../table/) at the given index....words as aw doc = aw . Document (...))) i = 0 while i < tables . count : print ( f 'Start of Table...

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