Sort Score
Result 10 results
Languages All
Labels All
Results 9,351 - 9,360 of 9,612 for

html to docx

(0.07 sec)
  1. ResourceLoadingAction Enum | Aspose.Words for .NET

    Discover the Aspose.Words.ResourceLoadingAction enum for efficient resource loading modes. Enhance your document processing with optimized performance!...style sheet will be ignored for HTML format. UserProvided 2 Aspose..."DocumentBase.ResourceLoadingCallb.docx" ); } /// <summary> /// Allows...

    reference.aspose.com/words/net/aspose.words.loa...
  2. FieldLink | Aspose.Words for Java

    Implements the LINK field in Java....docx", null, true); // 2 - A DDE...) + "Field.LINK.DDE.DDEAUTO.docx"); } public static Object[][]...

    reference.aspose.com/words/java/com.aspose.word...
  3. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for .NET recognition results as PDF, text, Word, or Excel documents, as well as XML and JSON files....Docx Microsoft Word document (version...systems. Aspose.OCR.SaveFormat.HTML HTML web page. Aspose.OCR.SaveFormat...

    docs.aspose.com/ocr/net/save-file/
  4. ListFormat.listLevelNumber property | Aspose.Wo...

    ListFormat.listLevelNumber property. Gets or sets the list level number (0 To 8) for the paragraph.... writeln ( "HTML" ); // Call the "ListOutdent"..."PDF" ); builder . writeln ( "HTML" ); builder . writeln ( "MHTML"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListFormat.list_level_number property | Aspose....

    ListFormat.list_level_number property. Gets or sets the list level number (0 To 8) for the paragraph.... writeln ( 'HTML' ) # Call the "ListOutdent"...'PDF' ) builder . writeln ( 'HTML' ) builder . writeln ( 'MHTML'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Lists::ListFormat::get_ListLevel...

    Aspose::Words::Lists::ListFormat::get_ListLevelNumber method. Gets or sets the list level number (0 To 8) for the paragraph in C++...."PDF" ); builder -> Writeln ( u "HTML" ); // Call the "ListOutdent"..."PDF" ); builder -> Writeln ( u "HTML" ); builder -> Writeln ( u "MHTML"...

    reference.aspose.com/words/cpp/aspose.words.lis...
  7. Using a Microsoft Word Document as the Message ...

    Class Libraries & REST APIs for the developers To manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, DeskTop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... The HTML formatting and images are preserved...Document ( folderPath + "invoice.docx" ); MemoryStream mhtmlStream...

    docs.aspose.com/email/net/using-a-microsoft-wor...
  8. DocumentBuilder.insert_text_input method | Aspo...

    DocumentBuilder.insert_text_input method. Inserts a text form field at the current position....docx' ) Shows how to create form...'DocumentBuilder.CreateForm.docx' ) Shows how to insert a text...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.insertTextInput method | Aspose...

    DocumentBuilder.insertTextInput method. Inserts a text form field at the current position....appear in the form of an "input" html tag, with a type of "text"....artifactsDir + "FormFields.textInput.html" ); Shows how to create form...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarInToHeader(Document document, HeaderFooter header, String HtmlContent) throws Exception { …...appendChild(textPara); // Insert HTML content using DocumentBuilder...Shape(包括其内容)旋转 -90 度 。 富文本内容(HTML)会随 Shape 一起旋转 ,只要内容是作为 Shape...

    forum.aspose.com/t/topic/324972