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

word count

(0.58 sec)
  1. PdfLoadOptions.PageIndex | Aspose.Words for .NET

    Discover PdfLoadOptions PageIndex. Easily set the starting page index for PDF reading with this flexible property. Optimize your PDF handling today!... Count )); else Assert . That ( 0 ...EqualTo ( shapeCollection . Count )); See Also class PdfLoadOptions...

    reference.aspose.com/words/net/aspose.words.loa...
  2. BaseWebExtensionCollection1.Item | Aspose.Words...

    Discover the BaseWebExtensionCollection Item property to easily manage items by index. Simplify your development with efficient data handling today!... Count , Is . EqualTo ( 1 )); // Print...doc . WebExtensionTaskPane . Count , Is . EqualTo ( 0 )); See Also...

    reference.aspose.com/words/net/aspose.words.web...
  3. FormField.TextInputType | Aspose.Words for .NET

    Discover the FormField TextInputType property to easily customize text form fields. Enhance user experience by setting specific input types effortlessly.... Count , Is . EqualTo ( 3 )); Assert...Assert . That ( formFields . Count , Is . EqualTo ( 3 )); // Fields...

    reference.aspose.com/words/net/aspose.words.fie...
  4. AdjustmentCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.AdjustmentCollection class—your solution for managing readonly adjustment values for shapes. Enhance your document designs effortlessly!...Properties Name Description Count { get; } Gets the number of...Assert . That ( adjustments . Count , Is . EqualTo ( 1 )); Adjustment...

    reference.aspose.com/words/net/aspose.words.dra...
  5. DocumentBuilder.InsertField | Aspose.Words for ...

    Enhance your documents with DocumentBuilder's InsertField method. Effortlessly add and update Word fields for dynamic content and improved functionality....FieldType , bool ) Inserts a Word field into a document and optionally...field into a document. Aspose.Words can update fields of most types...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int page = 0; page < document.PageCount; page++) { Document extractedPage = document.ExtractPages(page, 1); // startindex and Count string …...Words Product Family words-net Buffer2018 November...ExtractPages(page, 1); // startindex and count string text = extractedPage...

    forum.aspose.com/t/document-extractpages-yields...
  7. Get and Set Page Properties|Aspose.PDF for Java

    This topic explain how to get numbers in PDF file, get page properties and determine page color using Aspose.PDF for Java....PageCollection collection’s Count property (from the Document...Get page count System . out . println ( "Page Count : " + pdfDocument...

    docs.aspose.com/pdf/java/get-and-set-page-prope...
  8. VbaReference class | Aspose.Words for Node.js

    Aspose.Words.Vba.VbaReference class. Implements a reference to an Automation type library or VBA project... count ). toEqual ( 5 ); for ( let...let i = references . count - 1 ; i >= 0 ; i -- ) { let reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. SdtListItem class | Aspose.Words for Python

    aspose.Words.markup.SdtListItem class. This element specifies a single list item within a parent [SdtType.COMBO_BOX](../sdttype/#COMBO_BOX) or [SdtType.DROP_DOWN_LIST](../sdttype/#DROP_DOWN_LIST) structured document tag... count == 4 list_items . selected_value...remove_at ( 3 ) assert list_items . count == 3 list_items . selected_value...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ChartSeriesCollection indexer | Aspose.Words fo...

    ChartSeriesCollection indexer. Returns a [ChartSeries](../../chartseries/) at the specified index.... count == 3 # Print the name of every...2.1 ]) assert chart_data . count == 4 assert chart_data [ 3 ]...

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