Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 10,780 for

insert text

(0.15 sec)
  1. FieldXE class | Aspose.Words for Node.js

    Aspose.Words.Fields.FieldXE class. Implements the XE field... Remarks Defines the text and page number for an index...Description displayResult Gets the text that represents the displayed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ChartAxisTitle.show property | Aspose.Words for...

    ChartAxisTitle.show property. Determines whether the title shall be shown for the axis... insert_chart ( chart_type = aw . drawing... title chart_axis_x_title . text = 'Categories' chart_axis_x_title...

    reference.aspose.com/words/python-net/aspose.wo...
  3. RevisionOptions.RevisionBarsColor | Aspose.Word...

    Customize your document's RevisionBarsColor to highlight revised lines with ease. Default is Red, but choose any color for clearer insights!...RevisionOptions ; // Render insertion revisions in green and italic...RevisionTextEffect . Bold ; // The same text will appear twice in a movement...

    reference.aspose.com/words/net/aspose.words.lay...
  4. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....paragraph where you want the run inserted. Examples Shows how to construct...:: Run > ( doc ); run -> set_Text ( u "Hello World!" ); run ->...

    reference.aspose.com/words/cpp/aspose.words/run...
  5. 用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...
  6. How to add Underline Annotation using C++ | Asp...

    Add Underline annotations programmatically in PDF with C++ sample code on any platform with C++ language...used to indicate the insertion of text var UnderlineAnnotation1..."Aspose User" , Subject = "Inserted text 1" , Flags = AnnotationFlags...

    products.aspose.com/pdf/cpp/annotation/underlin...
  7. 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...
  8. GroupShape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.GroupShape class to easily manage and manipulate grouped shapes in your documents for enhanced visual appeal....get; set; } Defines alternative text to be displayed instead of a...the shape is below or above text. Bottom { get; } Gets the position...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Specify Layout Options in Python|Aspose.Words f...

    Specify Layout Options for various document layouts using Python....layout features such as hidden text, paragraph marks, comment rendering...following properties: show_hidden_text – a Boolean value, which specifies...

    docs.aspose.com/words/python-net/specify-layout...
  10. 使用C++进行页面设置功能|Documentation

    学习如何使用Aspose.Cells结合C++配置Excel文件中的页面设置功能。... Get ( 0 ); // Insert a horizontal page break at..."&CHeader Text" ); pageSetup . SetFooter ( 0 , "&CFooter Text" ); //...

    docs.aspose.com/cells/zh/cpp/page-setup-features/