Sort Score
Result 10 results
Languages All
Labels All
Results 7,451 - 7,460 of 18,480 for

docx to doc

(0.58 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/ATom Aspsoe.PDF Products – PDF Format Conversion Solution via JavaScript via C++ https://products.aspose.com/pdf/javascript-cpp/conversion/ Recent content in PDF Format C......has-background-success https://docs.aspose.com/pdf/javascript-cpp/...conversion formats, see the https://docs.aspose.com/pdf/javascript-cpp/conversion/...

    products.aspose.com/pdf/javascript-cpp/conversi...
  2. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++.... auto doc = System :: MakeObject < Aspose...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same Document when loaded in Windows versus Linux environments?...Document doc = new Document("YourDocument.docx"); doc.Sections[0]...Left = 50; // Set left margin doc.Sections[0].PageSetup.Margins...

    forum.aspose.com/t/page-margin-problem/314423
  4. MailMerge.CleanupParagraphsWithPunctuationMarks...

    Optimize your MailMerge with the CleanupParagraphsWithPunctuationMarks property. Control empty paragraph removal for cleaner, professional Documents.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); FieldMergeField mergeFieldOption1...

    reference.aspose.com/words/net/aspose.words.mai...
  5. DocumentBuilder.insert_break method | Aspose.Wo...

    DocumentBuilder.insert_break method. Inserts a break of the specified type inTo the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  6. UserInformation.default_user property | Aspose....

    UserInformation.default_user property. Default user information.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a UserInformation...

    reference.aspose.com/words/python-net/aspose.wo...
  7. IWarningCallback Interface | Aspose.Words for .NET

    Implement the Aspose.Words.IWarningCallback interface To cusTomize methods for capturing fidelity warnings during Document loading and saving. Enhance Document integrity!...Document doc = new Document ( MyDir + "Missing font.docx" ); //...new WarningInfoCollectio (); doc . WarningCallback = warningCollector...

    reference.aspose.com/words/net/aspose.words/iwa...
  8. Merge POTM Files Online or using C++ | products...

    Free online app To combine different POTM presentations. C++ merging library code To merge POTM presentation inTo format of your choice....required format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/potm/
  9. DocumentBuilder.current_structured_document_tag...

    DocumentBuilder.current_structured_Document_tag property. Gets the structured Document tag that is currently selected in this [DocumentBuilder](../).... doc = aw . Document ( file_name =...tags.docx' ) builder = aw . DocumentBuilder ( doc = doc ) # There...

    reference.aspose.com/words/python-net/aspose.wo...
  10. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word Document in Java.... Document doc = createDocumentWithBo(3); BookmarkCollection...BookmarkCollection bookmarks = doc.getRange().getBookmarks(); p...

    reference.aspose.com/words/java/com.aspose.word...