Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 18,299 for

docx to doc

(0.13 sec)
  1. Font.no_proofing property | Aspose.Words for Py...

    Font.no_proofing property. True when the formatted characters are not To be spell checked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Normally, Microsoft Word...

    reference.aspose.com/words/python-net/aspose.wo...
  2. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password To encrypt Document using ECMA376 Standard encryption algorithm.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Hello...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IStructuredDocumentTag.LockContents | Aspose.Wo...

    Discover how the IStructuredDocumentTag LockContents property enhances Document security by preventing content edits. Ensure your SDT remains intact!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/net/aspose.words.mar...
  4. StructuredDocumentTag.LockContentControl | Aspo...

    Discover how the StructuredDocumentTag LockContentControl property enhances Document security by preventing users from deleting essential content. Learn more!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Aspose::Words::DocumentBase::get_Styles method ...

    Aspose::Words::DocumentBase::get_Styles method. Returns a collection of styles defined in the Document in C++.... auto doc = System :: MakeObject < Aspose...Document > (); ASSERT_EQ ( 4 , doc -> get_Styles () -> get_Count...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineSTory FirstParagraph property To easily access and enhance the first paragraph of your sTory for improved engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...
  7. InlineStory.firstParagraph property | Aspose.Wo...

    InlineSTory.firstParagraph property. Gets the first paragraph in the sTory.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text, and reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. MarkdownExportAsHtml Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.MarkdownExportAsHtml enum To effortlessly convert Markdown elements To raw HTML, enhancing your Document export options....md" ; Document doc = new Document ( MyDir + "Non..."Non compatible table.docx" ); // With the "NonCompatibleTables"...

    reference.aspose.com/words/net/aspose.words.sav...
  9. 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...
  10. ControlChar.LINE_FEED property | Aspose.Words f...

    ControlChar.LINE_FEED property. Line feed character: \x000a or \n... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Add a regular space. builder...

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