Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 14,000 for

word count

(1.13 sec)
  1. ContributorCollection.BookAuthor | Aspose.Words...

    Discover the ContributorCollection BookAuthor property, easily manage and customize book authors for your sources, enhancing your content's organization.... Count , Is . EqualTo ( 12 )); // Get...That ( source . Contributors . Count (), Is . EqualTo ( 3 )); Assert...

    reference.aspose.com/words/net/aspose.words.bib...
  2. VbaModule | Aspose.Words for Java

    Provides access to VBA project module 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...
  3. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index....( 'Current list count: ' + str ( lists . count )) print ( 'Is...aspose.words.lists class ListCollection ListCollection.count property...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TxtListIndentation.character property | Aspose....

    TxtListIndentation.character property. Gets or sets which character to use for indenting list levels...character = ' ' # Set the "Count" property to specify the number...txt_save_options . list_indentation . count = 3 doc . save ( file_name =...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBase.fontInfos property | Aspose.Words ...

    DocumentBase.fontInfos property. Provides access to properties of fonts used in this document.... Words . Fonts . FontInfoCollection...fontInfos ; expect ( allFonts . count ). toEqual ( 5 ); // Print all...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Track Changes in a Document in C++|Aspose.Words...

    Track changes to content and formatting made by you or others using C++. Access individual revisions in a document and apply various properties to them....Words supports track changes in Microsoft Word. With this...feature in Aspose.Words, as well as in Microsoft Word, can be associated...

    docs.aspose.com/words/cpp/track-changes-in-a-do...
  7. ChartDataLabelCollection.clearFormat method | A...

    ChartDataLabelCollection.clearFormat method. Clears format of all [ChartDataLabel](../../chartdatalabel/) in this collection.... count ). toEqual ( 3 ); expect ( chart...expect ( series . dataLabels . count ). toEqual ( 4 ); } // Change...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. RevisionCollection.reject method | Aspose.Words...

    RevisionCollection.reject method. Rejects revisions that match specified criteria.... Words . IRevisionCriteria ) Parameter...implementation. Returns The count of rejected revisions. See Also...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldUpdatingProgressArgs.totalFieldsCount prop...

    FieldUpdatingProgressArgs.totalFieldsCount property. Gets the total fields Count to be updated....property Gets the total fields count to be updated. get totalFieldsCount...process. See Also module Aspose.Words.Fields class FieldUpdatingProgres...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...Words Product Family words-java SATISHSATYAEESH...startIndex + splitDocPageLimit; int count = totalPageCount > endIndex...

    forum.aspose.com/t/list-labels-not-getting-reat...