Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 9,883 for

2 of

(0.05 sec)
  1. CommentCollection indexer | Aspose.Words for Py...

    CommentCollection indexer. Retrieves a [Comment](../../comment/) at the given index....example -1 means the last item, -2 means the second before last and...reply' ) self . assertEqual ( 2 , comment . replies . count )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. RevisionCollection.Item | Aspose.Words for .NET

    Access specific revisions effortlessly with the RevisionCollection Item property. Quickly retrieve revisions by index for streamlined data management....example -1 means the last item, -2 means the second before last and...RevisionType ); Assert . AreEqual ( 2 , doc . Revisions . Count ); //...

    reference.aspose.com/words/net/aspose.words/rev...
  3. FieldAutoNum.SeparatorCharacter | Aspose.Words ...

    Discover the FieldAutoNum SeparatorCharacter property, easily customize your separator character for enhanced data formatting and improved usability.... Writeln ( "\tParagraph 2." ); // The separator character...second AUTONUM field will display "2." in the document. Assert . IsNull...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....1 var dataDir = @"C:\Temp\" ; 2 var fileName = dataDir + "arial...1 var dataDir = @"C:\Temp\" ; 2 var fileName = dataDir + "arial...

    docs.aspose.com/font/net/developer-guide/text-r...
  5. CustomXmlSchemaCollection.clear method | Aspose...

    CustomXmlSchemaCollection.clear method. Removes all elements from the collection.... toEqual ( 2 ); // Enumerate the schemas and...index: schemas . removeAt ( 2 ); // 2 - Remove a schema by value:...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldArgumentBuilder.AddNode | Aspose.Words for...

    Enhance your code with the FieldArgumentBuilder AddNode method. Seamlessly add nodes to arguments for improved functionality and performance.... GetFieldCode ()); // 2 - Nested field: // Use a field...leftExpression . AddArgument ( 2 ); leftExpression . AddArgument...

    reference.aspose.com/words/net/aspose.words.fie...
  7. ListLevel.LinkedStyle | Aspose.Words for .NET

    Discover the ListLevel LinkedStyle property to easily manage and customize paragraph styles for your lists, enhancing your document's formatting and readability....Styles [ "Heading 1" ]; // Level 2 labels will display the current...ListLevels [ 2 ]. NumberFormat = "-\x0002-" ; list . ListLevels [ 2 ]....

    reference.aspose.com/words/net/aspose.words.lis...
  8. ListLevel.linked_style property | Aspose.Words ...

    ListLevel.linked_style property. Gets or sets the paragraph style that is linked to this list level....get_by_name ( 'Heading 1' ) # Level 2 labels will display the current..."-II-"... list . list_levels [ 2 ] . number_format = '- \x02 -'...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ListLevel.is_legal property | Aspose.Words for ...

    ListLevel.is_legal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....get_by_name ( 'Heading 1' ) # Level 2 labels will display the current..."-II-"... list . list_levels [ 2 ] . number_format = '- \x02 -'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RevisionType enumeration | Aspose.Words for Python

    aspose.words.RevisionType enumeration. Specifies the type Of change being tracked in [Revision](../revision/).... assertEqual ( 2 , doc . revisions . count ) #.... write ( 'This is revision #2.' ) # Now move the node to create...

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