Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 11,000 for

insert text

(0.21 sec)
  1. Aspose::Words::Section class | Aspose.Words for...

    Aspose::Words::Section class. Represents a single section in a document. To learn more, visit the documentation article in C++....System::SharedPtr<Aspose::Words::Section>&) Inserts a copy of content of the source...users can select and modify text only in form fields in Microsoft...

    reference.aspose.com/words/cpp/aspose.words/sec...
  2. Convert JSON Format to OTT via Java | products....

    Parse JSON to OTT in Java without using Microsoft Word...features, such as the ability to insert images, apply formatting, and...setText method and pass watermark text & object of TextWatermarkOptions...

    products.aspose.com/total/java/conversion/json-...
  3. Equation field rendering issue in DOCX to PDF/P...

    When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly. Input DOCX test.docx (15.9 KB) Aspose outputs (equation field rendering is incorrect) output.pdf …...equations that are created with Insert → Equation in recent versions...Affects only complex‑script text shaping (Arabic, Hindi, etc...

    forum.aspose.com/t/equation-field-rendering-iss...
  4. Online MHTML to RTF Conversion or Develop Java ...

    Free online app to convert MHTML to RTF files. Java conversion library code for MHTML documents.... String commandString = "INSERT INTO Documents (FileName, FileContent)...to RTF (Rich Text Format) conversion preserves text formatting...

    products.aspose.com/total/java/conversion/mhtml...
  5. DocumentBuilder.cell_format property | Aspose.W...

    DocumentBuilder.cell_format property. Returns an object that represents current table cell formatting properties.... wrap_text = False builder . cell_format . fit_text = True builder.... Color . orange builder . insert_cell () builder . write ( 'Row...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 使用 C++ 操作带有 JavaScript 的图表中的形状|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 添加控件并自定义 Microsoft Excel 中的图表。本指南演示如何操作图表元素、调整格式以及增强图表的整体外观和可用性。... Label 类代表图表中的标签,具有一些重要成员: text (属性)– 指定标签的标题字符串。 fill (属性)–...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/control...
  7. How to change font name for aspose word table o...

    Hi, How to change font name as Verdana for aspose word table of content using LINQ report engine....You can insert this via Word or use Aspose.Words to insert it programmatically...whether output is inserted as HTML or plain text — it does not allow...

    forum.aspose.com/t/how-to-change-font-name-for-...
  8. Field class | Aspose.Words for Node.js

    Aspose.Words.Field class. Represents a Microsoft Word document field... You can get the plain text version of the field code using...You can get and set the plain text version of the field result...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Image with JavaScript via C++|Documentation

    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....></ script > < script type = "text/javascript" > const { Workbook...web page. You might want to insert an image into a Microsoft Word...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...write("This is text at the end of footer"); ssj123ssj...following HTML structure to insert content with comments: <div>...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...