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

insert text

(0.1 sec)
  1. FindReplaceOptions.ignore_shapes property | Asp...

    FindReplaceOptions.ignore_shapes property. Gets or sets a boolean value indicating either to ignore shapes within a Text....either to ignore shapes within a text. The default value is False...ignore shapes while replacing text. doc = aw . Document () builder...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.LastSection | Aspose.Words for .NET

    Discover the LastSection property to easily access the final section of your document, enhancing navigation and content management efficiency....Use a document builder to add text to the first section. DocumentBuilder...Create a second section by inserting a section break. builder ...

    reference.aspose.com/words/net/aspose.words/doc...
  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. ChartTitle.rotation property | Aspose.Words for...

    ChartTitle.rotation property. Gets or sets the rotation of the chart title in degrees.... insert_chart ( chart_type = aw . drawing...chart_shape . chart chart . title . text = 'Sample Chart' chart . title...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Securing and signing PDF in Go|Aspose.PDF for G...

    This section describes the features of using a signature and securing your PDF document using Go...ExtractContent Allow copying/extracting text and graphics ModifyTextAnnotation...ModifyTextAnnotation Allow adding/modifying text annotations FillForm Allow filling...

    docs.aspose.com/pdf/go-cpp/securing-and-signing/
  6. Aspose::Words::Layout::RevisionOptions::get_Sho...

    Aspose::Words::Layout::RevisionOptions::get_ShowOriginalRevision method. Allows to specify whether the original Text should be shown instead of revised one. Default value is false in C++....specify whether the original text should be shown instead of revised...get_RevisionOptions (); // Render insertion revisions in green and italic...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. 用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...
  8. 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...
  9. CFF Fonts Knowledge Base

    Benefits and use of CFF Fonts. Discover their compact elegance and timeless quality in professional typography and graphic design....fonts support hinting, improving text rendering at small sizes. May...software, for getting precise text layout and high-quality printing...

    docs.aspose.com/font/net/what-is-font/cff-font/
  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...