Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 10,580 for

insert text

(0.12 sec)
  1. FieldPage class | Aspose.Words for Python

    aspose.words.fields.FieldPage class. Implements the PAGE field...Description display_result Gets the text that represents the displayed...Field ) result Gets or sets text that is between the field separator...

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

    aspose.words.fields.FieldNumPages class. Implements the NUMPAGES field...Description display_result Gets the text that represents the displayed...Field ) result Gets or sets text that is between the field separator...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CellFormat.wrap_text property | Aspose.Words fo...

    CellFormat.wrap_Text property. If ``True``, wrap Text for the cell....wrap_text property CellFormat.wrap_text property If True , wrap...wrap text for the cell. @property def wrap_text ( self ) -> bool...

    reference.aspose.com/words/python-net/aspose.wo...
  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. Orientation enumeration | Aspose.Words for Python

    aspose.words.Orientation enumeration. Specifies page orientation....builder's current section and add text. builder . page_setup . orientation...oriented with vertically centered text.' ) # If we start a new section...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.document property. Gets or sets the [DocumentBuilder.document](./) object that this object is attached to....builder's current section and add text. builder . page_setup . orientation...oriented with vertically centered text.' ) # If we start a new section...

    reference.aspose.com/words/python-net/aspose.wo...
  7. C# API to Export EML to EPUB | products.aspose.com

    Convert EML to EPUB without using Microsoft Word or Outlook on .NET...such as inserting and deleting text, formatting text, and more...Mail) files are used to store text-based information, making them...

    products.aspose.com/total/net/conversion/eml-to...
  8. 用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...
  9. Aspose::Words::Fields::FieldMergeField::set_Tex...

    Aspose::Words::Fields::FieldMergeField::set_TextAfter method. Sets the Text to be Inserted after the field if the field is not blank in C++....ter method Sets the text to be inserted after the field if the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  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...