Sort Score
Result 10 results
Languages All
Labels All
Results 4,781 - 4,790 of 10,904 for

insert text

(0.17 sec)
  1. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results....vertically align the text contents of a text box. Document doc =...Top" to // align the text in this text box with the top side...

    reference.aspose.com/words/net/aspose.words.set...
  2. Aspose.PDF for Java 9.5.0 中的公共 API 更改|Aspose.PD...

    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....HtmlFragment(string text) 参数: Text - HTML 文本 属性: Text - HTML 文本 示例:...value) 向列表中添加数字格式。 public void insert(int index, NumberFormat value)...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  3. 用C++自动调整行列宽|Documentation

    本文展示如何使用Aspose.Cells for C++ API自动调整行、列、合并单元格的行,以及范围内的行。... Merge (); // Insert value to the merged cell A1...GetStyle (); // Set wrapping text on style . SetIsTextWrapped...

    docs.aspose.com/cells/zh/cpp/autofit-rows-and-c...
  4. Copied range does not update chart to use the e...

    When I copy a range using the below code, I expect the chart to update to reference the data within the destination, not the original. Scenario: In the below code, a chart is bound to A1:B5, then the sheet range A1:J10…... Insert sample data (A1:C5) // ----------...putValue(data[i][2]); // Notes (text) } // ---------- // 3. Convert...

    forum.aspose.com/t/copied-range-does-not-update...
  5. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column Text data, …...according to the column text data, and the text is not wrapping properly...autoFitRowsAndCols, if there is long text, it sets the column width to...

    forum.aspose.com/t/height-and-width-is-not-sett...
  6. Field.display_result property | Aspose.Words fo...

    Field.display_result property. Gets the Text that represents the displayed field result....display_result property Gets the text that represents the displayed...Examples Shows how to get the real text that a field displays in the...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_LastSection method...

    Aspose::Words::Document::get_LastSection method. Gets the last section in the document in C++....Use a document builder to add text to the first section. auto builder...Create a second section by inserting a section break. builder ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FieldAutoNum class | Aspose.Words for Python

    aspose.words.fields.FieldAutoNum class. Implements the AUTONUM field... Remarks Inserts an automatic number. Inheritance:...Description display_result Gets the text that represents the displayed...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldBibliography class | Aspose.Words for Python

    aspose.words.fields.FieldBibliography class. Implements the BIBLIOGRAPHY field... Remarks Inserts the contents of the document’s...Description display_result Gets the text that represents the displayed...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....paragraph where you want the run inserted. Examples Shows how to construct...run = new Run ( doc ); run . Text = "Hello World!" ; run . Font...

    reference.aspose.com/words/net/aspose.words/run...