Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 155,673 for

doc

(0.07 sec)
  1. 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.... Document doc = new Document ( MyDir + "Tables...docx" ); Assert . AreEqual ( 2 , doc . GetChildNodes ( NodeType ....

    reference.aspose.com/words/net/aspose.words/node/
  2. FontSettings.reset_font_sources method | Aspose...

    FontSettings.reset_font_sources method. Resets the fonts sources to the system default.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SystemFontSource.type property | Aspose.Words f...

    SystemFontSource.type property. Returns the type of the font source.... doc = aw . Document () doc . font_settings =...self . assertEqual ( 1 , len ( doc . font_settings . get_fonts_sources...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldBuilder.build_and_insert method | Aspose.W...

    aspose.words.fields.FieldBuilder.build_and_insert method... doc = aw . Document () # A convenient...builder = aw . DocumentBuilder ( doc ) builder . write ( ' Hello world...

    reference.aspose.com/words/python-net/aspose.wo...
  5. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save Documents in ODT format. Streamline your workflow with this powerful tool!... Document doc = new Document ( MyDir + "Rendering...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Comment.Done | Aspose.Words for .NET

    Mark comments as complete with the Done property. Easily manage your tasks and improve workflow efficiency with this simple flag feature.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Helo...

    reference.aspose.com/words/net/aspose.words/com...
  7. MailMerge.MergeDuplicateRegions | Aspose.Words ...

    Optimize your mail merge process with the MergeDuplicateRegions property. Control how data source regions are merged for efficient Document management....mergeDuplicateRegion ) { Document doc = CreateSourceDocMerge (); DataTable...merge will affect both regions. doc . MailMerge . MergeDuplicateRegion...

    reference.aspose.com/words/net/aspose.words.mai...
  8. FieldAutoTextList.ListStyle | Aspose.Words for ...

    Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!...FieldAutoTextList () { Document doc = new Document (); // Create...populate it with auto text entries. doc . GlossaryDocument = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.fie...
  9. DocumentBuilder.InsertImage | Aspose.Words for ...

    Effortlessly enhance your Documents with DocumentBuilder's InsertImage method, allowing seamless insertion of .NET images at full scale for stunning visuals.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFile = ImageDir...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Comment.done property | Aspose.Words for Node.js

    Comment.done property. Gets or sets flag indicating that the comment has been marked done.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Helo...

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