Sort Score
Result 10 results
Languages All
Labels All
Results 9,191 - 9,200 of 18,313 for

docx to doc

(0.18 sec)
  1. TabStopCollection indexer | Aspose.Words for Py...

    TabSTopCollection indexer. Gets a tab sTop at the given index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

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

    Discover the Font SmallCaps property. Easily format text in small capital letters for enhanced readability and a stylish look in your designs.... Document doc = new Document (); Paragraph...Paragraph para = ( Paragraph ) doc . GetChild ( NodeType . Paragraph ...

    reference.aspose.com/words/net/aspose.words/fon...
  3. StyleCollection class | Aspose.Words for Python

    aspose.words.StyleCollection class. A collection of [Style](../style/) objects that represent both the built-in and user-defined styles in a Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a custom paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  4. IBibliographyStylesProvider.GetStyle | Aspose.W...

    Discover the IBibliographyStylesProvider GetStyle method To effortlessly retrieve and cusTomize your bibliography styles for enhanced academic writing....Document doc = new Document ( MyDir + "Bibliography.docx" ); //...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Document.UpdateFields | Aspose.Words for .NET

    Revamp your Document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a QUOTE field, which...

    reference.aspose.com/words/net/aspose.words/doc...
  6. CellFormat.set_paddings method | Aspose.Words f...

    CellFormat.set_paddings method. Sets the amount of space (in points) To add To the left/Top/right/botTom of the contents of cell.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Set a padding distance...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlFixedSaveOptions.RemoveJavaScriptFromLinks ...

    Optimize your HTML with the HtmlFixedSaveOptions RemoveJavaScriptFromLinks feature. Enhance security by removing JavaScript from links effortlessly....Document doc = new Document ( MyDir + "JavaScript in HREF.docx" );...RemoveJavaScriptFrom = true ; doc . Save ( ArtifactsDir + "HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Document::JoinRunsWithSameFormat...

    Aspose::Words::Document::JoinRunsWithSameFormatting method. Joins runs with same formatting in all paragraphs of the Document in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // If any number of these...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. FramesetCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words FramesetCollection class, your go-To solution for managing multiple Frameset instances effortlessly in Document processing....Document doc = new Document ( MyDir + "Frameset.docx" ); Assert...Assert . That ( doc . Frameset . ChildFramesets . Count , Is . EqualTo...

    reference.aspose.com/words/net/aspose.words.fra...
  10. Aspose::Words::RevisionGroupCollection class | ...

    Aspose::Words::RevisionGroupCollection class. A collection of RevisionGroup objects that represent revision groups in the Document. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...() + u "Revisions.docx" ); ASSERT_EQ ( 7 , doc -> get_Revisions...

    reference.aspose.com/words/cpp/aspose.words/rev...