Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 14,224 for

word count

(0.23 sec)
  1. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPAGES field. To learn more, visit the documentation article in C++....Aspose::Words::Fields::FieldNumPages class Contents [ Hide ]...FieldNumPages : public Aspose :: Words :: Fields :: Field Methods Method...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. IHyphenationCallback Interface | Aspose.Words f...

    Explore the Aspose.Words.IHyphenationCallback interface to easily implement and register hyphenation dictionaries for enhanced document formatting.... Count , Is . EqualTo ( 0 )); // Open...with a locale that Microsoft Word may not hyphenate on an English...

    reference.aspose.com/words/net/aspose.words/ihy...
  3. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story.... words . tables . TableCollection :...assertEqual ( 0 , footnote . tables . count ) footnote . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. InlineStory.last_paragraph property | Aspose.Wo...

    InlineStory.last_paragraph property. Gets the last paragraph in the story.... words . Paragraph : ... Examples Shows...assertEqual ( 0 , footnote . tables . count ) footnote . append_child (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Person constructor | Aspose.Words for Python

    Person constructor. Initialize a new instance of the [Person](../) class.... count ) # Remove person from the collection...assertEqual ( 0 , persons . count ) # Create person collection...

    reference.aspose.com/words/python-net/aspose.wo...
  6. InlineStory.ensure_minimum method | Aspose.Word...

    InlineStory.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph.... count ) footnote . append_child (...assertEqual ( 1 , footnote . tables . count ) self . assertEqual ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  7. VbaProject.code_page property | Aspose.Words fo...

    VbaProject.code_page property. Gets or sets the VBA project’s code page....words as aw doc = aw . Document (...vba_project # Get the count of VBA modules using count property instead...

    reference.aspose.com/words/python-net/aspose.wo...
  8. VbaProject.is_signed property | Aspose.Words fo...

    VbaProject.is_signed property. Shows whether the [VbaProject](../) is signed or not....words as aw doc = aw . Document (...vba_project # Get the count of VBA modules using count property instead...

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

    Bookmark.name property. Gets or sets the name of the bookmark....saved document with Microsoft Word. // If we highlight the bookmark's...bookmark's name in Microsoft Word via Insert -> Links -> Bookmark...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Extract OLE Objects from Workbook with JavaScri...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Add a Microsoft Word document, an Excel workbook...sheetsCount = workbook . worksheets . count ; for ( let s = 0 ; s < sheetsCount...

    docs.aspose.com/cells/javascript-cpp/extract-ol...