Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 14,104 for

word count

(0.1 sec)
  1. How to add Sensitivity Label to an Excel file -...

    Given the workbook object. How do I add the Sensitivity Label in C#?...Cells Product Family words-net BRGQST May 19, 2025, 8:27pm...a Sensitivity Label Convert Word with applied sensitivity label...

    forum.aspose.com/t/how-to-add-sensitivity-label...
  2. VbaReference.type property | Aspose.Words for N...

    VbaReference.type property. Gets [VbaReferenceType](../../vbareferencetype/) object that indicates the type of reference that a [VbaReference](../) object represents.... Words . Vba . VbaReferenceType Examples...references ; expect ( references . count ). toEqual ( 5 ); for ( let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Cell.Tables | Aspose.Words for .NET

    Discover Cell Tables. Easily access a collection of tables directly within your cell for streamlined organization and enhanced data management.... Count ; i ++) { Table table = ( Table...other tables as children. int count = GetChildTableCount ( table...

    reference.aspose.com/words/net/aspose.words.tab...
  4. NodeType enumeration | Aspose.Words for Node.js

    Aspose.Words.NodeType enumeration. Specifies the type of a Word document node....enumeration Specifies the type of a Word document node. Members Name...provides access to the entire Word document. Section A Section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. CellCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...Properties Name Description count Gets the number of nodes in...( let i = 0 ; i < tables . count ; i ++ ) { console . log ( `Start...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TextColumnCollection class | Aspose.Words for P...

    aspose.Words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...set_count() to set the number of text...TextColumnCollection.spacing . MS Word will automatically calculate...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartSeriesCollection.clear method | Aspose.Wor...

    ChartSeriesCollection.clear method. Removes all [ChartSeries](../../chartseries/) from this collection.... count ). toEqual ( 3 ); // Print the...1 ]); expect ( chartData . count ). toEqual ( 4 ); expect ( chartData...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomPartCollection.Clone | Aspose.Words for .NET

    Effortlessly clone your CustomPartCollection with our deep copy method, ensuring all items are preserved for seamless data management.... Count , Is . EqualTo ( 2 )); // Clone...doc . PackageCustomParts . Count , Is . EqualTo ( 3 )); // Enumerate...

    reference.aspose.com/words/net/aspose.words.mar...
  9. Document.lastSection property | Aspose.Words fo...

    Document.lastSection property. Gets the last section in the document.... Words . Section Remarks Returns null... expect ( doc . sections . count ). toEqual ( 1 ); // Use a document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CustomPartCollection.remove_at method | Aspose....

    CustomPartCollection.remove_at method. Removes an item at the specified index.... count ) # Clone the second part, then...doc . package_custom_parts . count ) # Enumerate over the collection...

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