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

docx to doc

(0.59 sec)
  1. XamlFixedSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.XamlFixedSaveOptions for enhanced Document saving in XamlFixed format. Unlock advanced features for superior results!...files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); ResourceUriPrinter...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose.Words or Open XML SDK|Aspose.Words for .NET

    Aspose.Words for .NET is a very useful Document processing library that provides great support for all Microsoft Word and other Document formats. Open XML SDK and Aspose.Words do not compete with each other because they address quite different needs using C#....simple programming operation on a DOCX document, then the Open XML...such as generating a simple DOCX document or removing comments...

    docs.aspose.com/words/net/aspose-words-or-open-...
  3. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++.... auto doc = System :: MakeObject < Aspose...> ( get_MyDir () + u "Footer.docx" ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Document.footnote_options property | Aspose.Wor...

    Document.footnote_options property. Provides options that control numbering and positioning of footnotes in this Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A footnote is a way to...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Document.ShowSpellingErrors | Aspose.Words for ...

    Control spelling error visibility in your Document with the ShowSpellingErrors property. Enhance your editing process and improve Document quality.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert two sentences with...

    reference.aspose.com/words/net/aspose.words/doc...
  6. BuiltInDocumentProperties.links_up_to_date prop...

    BuiltInDocumentProperties.links_up_To_date property. Indicates whether hyperlinks in a Document are up-To-date....content_test (): doc = aw . Document ( MY_DIR + 'Paragraphs.docx' ) properties...properties = doc . built_in_document_properties # By using built...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DocumentBuilder.InsertBreak | Aspose.Words for ...

    Enhance your Documents effortlessly with the DocumentBuilder InsertBreak method, allowing you To seamlessly add cusTom breaks for improved formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/doc...
  8. FieldBuilder.BuildAndInsert | Aspose.Words for ...

    Effortlessly enhance your Documents with FieldBuilder's BuildAndInsert method—quickly add fields before any inline node for seamless integration.... Document doc = new Document (); // A convenient...builder = new DocumentBuilder ( doc ); builder . Write ( " Hello...

    reference.aspose.com/words/net/aspose.words.fie...
  9. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  10. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied To this formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a custom paragraph...

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