Sort Score
Result 10 results
Languages All
Labels All
Results 8,131 - 8,140 of 90,688 for

doc format

(0.17 sec)
  1. Document.update_fields method | Aspose.Words fo...

    Document.update_fields method. Updates the values of fields in the whole Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a table of contents...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldListNum class | Aspose.Words for Python

    aspose.words.fields.FieldListNum class. Implements the LISTNUM field... (Inherited from Field ) format Gets a FieldFormat object that...provides typed access to field’s formatting. (Inherited from Field )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. TextPath.font_family property | Aspose.Words fo...

    TextPath.font_family property. Defines the family of the textpath font.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Lists::ListCollection::idx_get m...

    Aspose::Words::Lists::ListCollection::idx_get method. Gets a list by index in C++....Examples Shows how to apply list formatting of an existing list to a...collection of paragraphs. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.lis...
  5. How to Create Word Document using Java

    In this short tutorial, you will learn how to create Word Document using Java in Windows, Mac OS, Ubuntu. The code sample can create a Word Document in Java....can create the file in DOC or DOCX format which can contain text...generate a PDF file from HTML format, please refer to the article...

    kb.aspose.com/words/java/how-to-create-word-doc...
  6. Convert PPTX to DOTM via Java or with free Onli...

    Java API to Export PPTX to DOTM without using Microsoft Word or PowerPoint or online. Test free PPTX to DOTM online converter quickly before integrating the code....comprehensive suite of file format automation libraries that enable...then used as an intermediate format for the conversion process...

    products.aspose.com/total/java/conversion/pptx-...
  7. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word Document to PDF using aspose words as follows: // Load the Word Document Aspose.Words.Document Doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.Docm");…...Document doc = new Aspose.Words.Document(dir...// Save the document as PDF doc.Save(dir + @"\TestPDF_07312025\PDFOutput...

    forum.aspose.com/t/converting-word-to-pdf-creat...
  8. JoinRunsOptions Class | Aspose.Words for .NET

    Configure run-merging behavior in Aspose.Words. Control how Document runs with similar Formatting are combined for cleaner, optimized Word Documents....when joining runs with same formatting. IgnoreRedundant { get; set;...when joining runs with same formatting. IgnoreSpacing { get; set;...

    reference.aspose.com/words/net/aspose.words/joi...
  9. FieldOptions.is_bidi_text_supported_on_update p...

    FieldOptions.is_bidi_text_supported_on_update property. Gets or sets the value indicating whether bidirectional text is fully supported during field update or not.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Ensure that any field operation...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Font.underline property | Aspose.Words for Node.js

    Font.underline property. Gets or sets the type of underline applied to the font.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . underline...

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