Sort Score
Result 10 results
Languages All
Labels All
Results 7,781 - 7,790 of 18,473 for

docx to doc

(0.07 sec)
  1. 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...
  2. CompositeNode.get_child_nodes method | Aspose.W...

    CompositeNode.get_child_nodes method. Returns a live collection of child nodes that match the specified type.... doc = aw . Document ( file_name =...MY_DIR + 'Comments.docx' ) comments = doc . get_child_nodes (...

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

    Discover the Aspose.Words.Drawing.TextPath class for creating stunning WordArt. Easily define text and formatting To enhance your Documents....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  4. PAGES File Extension: How to Open and Conve...

    Explore the ZIP file format, a versatile archive format with wide compatibility and efficient compression methods. Learn how ZIP simplifies data compression and archive management for a variety of applications....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    products.aspose.com/zip/most-common-archives/wh...
  5. FieldAuthor.author_name property | Aspose.Words...

    FieldAuthor.author_name property. Gets or sets the Document author's name.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # AUTHOR fields source their...

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

    Base class for all nodes of a Word Document in Java....Document doc = new Document(getMyDir() + "Tables.docx"); Assert...Assert.assertEquals(2, doc.getChildNodes(NodeType.TABLE, true).getCount());...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose::Words::PageSetup::get_Margins method | ...

    Aspose::Words::PageSetup::get_Margins method. Returns or sets preset Margins of the page in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. FieldFillIn.PromptText | Aspose.Words for .NET

    Discover the FieldFillIn PromptText property, easily cusTomize prompt window titles To enhance user experience and improve interface clarity....void FieldFillIn () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a FILLIN field....

    reference.aspose.com/words/net/aspose.words.fie...
  9. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_formatting method. Resets page setup To default paper size, margins and orientation.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Modify the page setup properties...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property To easily access the final section of your Document, enhancing navigation and content management efficiency.... Document doc = new Document (); // A blank...we can edit. Assert . That ( doc . Sections . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words/doc...