Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 14,098 for

word count

(0.13 sec)
  1. FieldToc.sequence_separator property | Aspose.W...

    FieldToc.sequence_separator property. Gets or sets the character sequence that is used to separate sequence numbers and page numbers....as_field_toc () # SEQ fields display a count that increments at each SEQ...fields also maintain separate counts for each unique named sequence...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RowCollection.toArray method | Aspose.Words for...

    RowCollection.toArray method. Copies all rows from the collection to a new array of rows.... count ; i ++ ) { console . log ( `Start...for ( let j = 0 ; j < rows . count ; j ++ ) { console . log ( `\tStart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ControlChar.FIELD_SEPARATOR_CHAR property | Asp...

    ControlChar.FIELD_SEPARATOR_CHAR property. Field separator character separates field code from field value... count ) builder . write ( 'Before...NodeType . PARAGRAPH , True ) . count ) # The line feed character...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ControlChar.LINE_BREAK_CHAR property | Aspose.W...

    ControlChar.LINE_BREAK_CHAR property. Line break character: (char)11 or \v.... count ) builder . write ( 'Before...NodeType . PARAGRAPH , True ) . count ) # The line feed character...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ControlChar.COLUMN_BREAK_CHAR property | Aspose...

    ControlChar.COLUMN_BREAK_CHAR property. End of column character: (char)14.... count ) builder . write ( 'Before...NodeType . PARAGRAPH , True ) . count ) # The line feed character...

    reference.aspose.com/words/python-net/aspose.wo...
  6. FieldSeq | Aspose.Words for Java

    Implements the SEQ field in Java....words.Field public class FieldSeq...DocumentBuilder(doc); // SEQ fields display a count that increments at each SEQ...

    reference.aspose.com/words/java/com.aspose.word...
  7. ControlChar.DEFAULT_TEXT_INPUT_CHAR property | ...

    ControlChar.DEFAULT_TEXT_INPUT_CHAR property. This is the o character used as a default value in text input form fields.... count ) builder . write ( 'Before...NodeType . PARAGRAPH , True ) . count ) # The line feed character...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Node Class | Aspose.Words for .NET

    Discover the Aspose.Words.Node class, the essential foundation for all Word document nodes, enabling seamless document manipulation and customization....of a Word document. To learn more, visit the Aspose.Words Document...NodeType . Table , true ). Count , Is . EqualTo ( 2 )); Node...

    reference.aspose.com/words/net/aspose.words/node/
  9. Clone a Document in Python|Aspose.Words for Pyt...

    Clone a document to get its identical copy using Python. When creating a copy, nodes and properties of the original document are cloned....deep copy of a Word document using Aspose.Words for Python via...document clone using Aspose.Words. Operations with Cloning Documents...

    docs.aspose.com/words/python-net/clone-a-document/
  10. BuildingBlockCollection.Item | Aspose.Words for...

    Access specific building blocks effortlessly with our BuildingBlockCollection. Retrieve items by index for seamless integration in your projects.... Count , Is . EqualTo ( 5 )); doc ...GetText ()); // In Microsoft Word, we can access the building...

    reference.aspose.com/words/net/aspose.words.bui...