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

word count

(2.36 sec)
  1. WebExtensionReferenceCollection class | Aspose....

    Aspose.Words.WebExtensions.WebExtensionReferenceCollection class. Specifies a list of web extension references...Properties Name Description count this[] Methods Name Description...remove(index) See Also module Aspose.Words.WebExtensions WebExtensionReferenc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartDataLabelCollection class | Aspose.Words f...

    Aspose.Words.Drawing.Charts.ChartDataLabelCollection class. Represents a collection of [ChartDataLabel](../chartdatalabel/)...Properties Name Description count Returns the number of ChartDataLabel...; expect ( chart . series . count ). toEqual ( 3 ); expect ( chart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CompositeNode.insert_before method | Aspose.Wor...

    CompositeNode.insert_before method. Inserts the specified node immediately before the specified reference node.... words . Node , ref_child : aspose . words . Node ):...first_section . body . paragraphs . count ) # Composite nodes such as...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Row.AcceptStart | Aspose.Words for .NET

    Discover the Row AcceptStart method, seamlessly accept visitors at the row's start for enhanced user experience and efficient navigation.... Count > 0 ) { rows = table . Rows . Count ; columns...columns = table . FirstRow . Count ; } IndentAndAppendLine ( "[Table...

    reference.aspose.com/words/net/aspose.words.tab...
  5. ChartDataLabel.is_hidden property | Aspose.Word...

    ChartDataLabel.is_hidden property. Gets/sets a flag indicating whether this label is hidden... count ) self . assertEqual ( 'Series...4 , series . data_labels . count ) # Change the separator string...

    reference.aspose.com/words/python-net/aspose.wo...
  6. LayoutEnumerator.Current | Aspose.Words for .NET

    Discover the LayoutEnumerator Current property to easily access and modify the current position in your page layout model for enhanced design flexibility...."GetNumPagesSpanned" method to count how many pages the content of...layout-related metric, such as the page count. Assert . That ( layoutCollector...

    reference.aspose.com/words/net/aspose.words.lay...
  7. LayoutCollector.Clear | Aspose.Words for .NET

    Efficiently clear all collected layout data with the LayoutCollector Clear method. Ideal for post-update document management and layout rebuilding...."GetNumPagesSpanned" method to count how many pages the content of...layout-related metric, such as the page count. Assert . That ( layoutCollector...

    reference.aspose.com/words/net/aspose.words.lay...
  8. DocumentVisitor.visitTableStart method | Aspose...

    DocumentVisitor.visitTableStart method. Called when enumeration of a table has started.... Words . Tables . Table ) Parameter.... rows . count > 0 ) { rows = table . rows . count ; columns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentVisitor.visitRowStart method | Aspose.W...

    DocumentVisitor.visitRowStart method. Called when enumeration of a table row has started.... Words . Tables . Row ) Parameter Type.... rows . count > 0 ) { rows = table . rows . count ; columns...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Accessing Document.PageCount Changes Rendering ...

    Description Accessing the read-only property Document.PageCount changes the subsequent image rendering output of the same document. The document renders correctly before reading PageCount, but the layout/alignment chang…...Words Product Family docxtoimage , words-net chenweii...accessed. Code Sample using Aspose.Words; new License().SetLicense("licensePath");...

    forum.aspose.com/t/accessing-document-pagecount...