Sort Score
Result 10 results
Languages All
Labels All
Results 6,431 - 6,440 of 19,874 for

docx to doc

(0.07 sec)
  1. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user To specify additional options when saving a Document inTo a particular format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); // Use...setExportDocumentPro(true); doc.save(getArtifactsDir() + "HtmlSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  2. Ustvari Markdown Z Uporabo C++

    Ustvarite novo Markdown v C++ v nekaj korakih. PreprosTo ustvarite Markdown s knjižnico C++....Primeri Izhodni format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/sl/cpp/make/md/
  3. Ustvari PDF Z Uporabo C++

    Ustvarite novo PDF v C++ v nekaj korakih. PreprosTo ustvarite PDF s knjižnico C++....Primeri Izhodni format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...namespace Aspose::Words; auto doc = MakeObject <Document>(); auto...

    products.aspose.com/words/sl/cpp/make/pdf/
  4. Convert PPTM to CSV Format via Java or with fre...

    Convert PPTM To CSV format via Java without using using Microsoft Excel or PowerPoint or online. Test free PPTM To CSV online converter quickly before integrating the code....Interchange Format) Convert PPTM to DOC (Microsoft Word Binary Format)...Marco File) Convert PPTM to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/pptm-...
  5. Convert POT to FODS in Android Apps or with fre...

    Convert POT To FODS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free POT To FODS online converter quickly before integrating the code....(Excel Template) Convert POT to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert POT to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/android-java/conversi...
  6. Convert POT to XLS Format via Java or with free...

    Convert POT To XLS format via Java without using using Microsoft Excel or PowerPoint or online. Test free POT To XLS online converter quickly before integrating the code....Interchange Format) Convert POT to DOC (Microsoft Word Binary Format)...2007 Marco File) Convert POT to DOCX (Office 2007+ Word Document)...

    products.aspose.com/total/java/conversion/pot-t...
  7. Adding quickparts to a word document using pyth...

    I have a Document that has existing properties on it from sharepoint and I want To display those properties To the Document content as quick parts using python....@Mark030 Here is an example: doc = aw.Document(MY_DIR + "Structured..."Structured document tags.docx") xml_part_id = str(uuid.uuid4()) xml_part_content...

    forum.aspose.com/t/adding-quickparts-to-a-word-...
  8. Search HTML document without opening via .NET |...

    C# code To search words with pattern in HTML file using server side .NET library...."mad" occurrences with "bad" doc.Range.Replace( "document" , "document..."mad" occurrences with "bad" doc.Range.Replace( new Regex( "[s|m]ad"...

    products.aspose.com/words/net/search/html/
  9. Aspose::Words::StyleCollection Class Reference ...

    A collection of Style objects that represent both the built-in and user-defined styles in a Document.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Create a custom paragraph...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. How to Change Angle of ShapeType.RoundRectangle...

    Hello! I want change the radius of corners of a rounded rectangle. In this post (Need help in drawing Shapes in MSWord) says that it is not supported. Is this function implemented now?...Document doc = new Document(); Shape s = new Shape(doc, ShapeType...s.Adjustments[0].Value / 2; doc.FirstSection.Body.FirstParagraph...

    forum.aspose.com/t/how-to-change-angle-of-shape...