Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 10,346 for

insert text

(0.13 sec)
  1. Aspose::Words::Layout::RevisionOptions::get_Ins...

    Aspose::Words::Layout::RevisionOptions::get_InsertedTextEffect method. Allows to specify the effect to be applied to the Inserted content Insertion. Default value is Underline in C++....be applied to the inserted content Insertion . Default value is...get_RevisionOptions (); // Render insertion revisions in green and italic...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. LoadFormat enumeration | Aspose.Words for Python

    aspose.words.LoadFormat enumeration. Indicates the format of the document that is to be loaded....ODF Text Document. OTT ODF Text Document Template. TEXT Plain...Plain Text. MARKDOWN Markdown text document. PDF Pdf document. XML...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Format Worksheet Cells in a Workbook with C++|D...

    Aspose.Cells is a C++ library for working with spreadsheet files. It supports formatting worksheet cells in workbooks, allowing users to customize the appearance and style of the cells. This article will introduce how to format worksheet cells using the Aspose.Cells library.... indentation, alignment and text orientation. Borders provide...alignments, wrap and rotate text in cells. Aspose.Cells further...

    docs.aspose.com/cells/cpp/format-worksheet-cell...
  4. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the document in C++....Examples Shows how to replace text in a document’s footer. auto...Use a document builder to add text to the first section. auto builder...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Working with Content Control SDT|Aspose.Words f...

    Using python you can embed customer-defined semantics as well as its behaviour and appearance into a document....controls, including checkboxes, text boxes, date pickers, and drop-down...another StructuredDocumentTa Inserting Content Controls into a Document...

    docs.aspose.com/words/python-net/working-with-c...
  6. Working with Content Control SDT|Aspose.Words f...

    using Node.js you can embed customer-defined semantics as well as its behaviour and appearance into a document....controls, including checkboxes, text boxes, date pickers, and drop-down...another StructuredDocumentTa Inserting Content Controls into a Document...

    docs.aspose.com/words/nodejs-net/working-with-c...
  7. Manage Presentation Shapes in C++|Aspose.Slides...

    Learn to create, edit and optimize shapes in Aspose.Slides for C++ and deliver high-performance PowerPoint presentations....Alt Text. We suggest developers to use alternative text for finding...PowerPoint to define the alternative text for objects which you are planning...

    docs.aspose.com/slides/cpp/shape-manipulations/
  8. Aspose::Words::Layout::RevisionOptions::get_Com...

    Aspose::Words::Layout::RevisionOptions::get_CommentColor method. Allows to specify the color to be used for comments. Default value is Red in C++....get_RevisionOptions (); // Render insertion revisions in green and italic...RevisionTextEffect :: Bold ); // The same text will appear twice in a movement...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. 用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...
  10. 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...