Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 151,551 for

text

(0.19 sec)
  1. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field...following form fields: checkbox, text input and dropdown (combobox)...a character within a line of text. A complete form field in a...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add Watermarks to Presentations in PHP|Aspose.S...

    Manage Text and image watermarks in PowerPoint and OpenDocument presentations in PHP to indicate a draft, confidential information, copyright, and more....watermark in a presentation is a text or image stamp used on a slide...common aspect is that to add text watermarks, you should use the...

    docs.aspose.com/slides/php-java/watermark/
  3. Using FormulaText Function in Aspose.Cells with...

    Learn how to work with Excel's FORMULAText function using Aspose.Cells for Python via .NET. Get and set cell formulas programmatically while maintaining spreadsheet integrity....suggests, it displays the formula text contained in a specified cell...and then displays the formula text using FORMULATEXT in cell A2...

    docs.aspose.com/cells/python-net/using-formulat...
  4. ReplacementFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacementFormat enum for flexible document formatting options. Enhance your Text replacements with ease!...Description Text 0 Replacement is treated as simple text. Markdown...Replacement is interpreted as Markdown text. Html 2 Replacement is interpreted...

    reference.aspose.com/words/net/aspose.words.rep...
  5. IDocumentProcessorPlugin.SetTextWatermark | Asp...

    Enhance your documents with the SetTextWatermark method in the IDocumentProcessorPlugin, adding unique Text watermarks to every page effortlessly....SetTextWatermark method Adds text watermark on each page of the...Description textWatermark String Text used as a watermark. textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/ido...
  6. HeaderFooter.isHeader property | Aspose.Words f...

    HeaderFooter.isHeader property. True if this [HeaderFooter](../) object is a header.... The text in that paragraph // will appear...section, above the main body text. let header = new aw . HeaderFooter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Excel data label font properties manipulation (...

    Hi Team, I have the following excel file. chart-forum.zip (15.8 KB) In it there is a simple chart, with one graph representing one data series. Data labels are added to the chart. The default setting is 11px fontsize…...detect the font size and the text of that particular label, and...data‑label’s font size (and its text) and change it if needed. How...

    forum.aspose.com/t/excel-data-label-font-proper...
  8. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any Text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all Text boxes containing merge fields Docum…...code in order to identify any text boxes containing MergeField...MERGEFORMAT)"); try { // Find all text boxes containing merge fields...

    forum.aspose.com/t/alternative-way-to-extract-a...
  9. Note|Aspose.Slides for Node.js via .NET Documen...

    Work with slide notes in Aspose.Slides for Node.js: add, read, edit, and export speaker notes in PPT, PPTX, and ODP using clear JavaScript examples....Create a notes slide and assign text to it. function addNote () {...} Access a Notes Slide Read text from an existing notes slide...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...using namespace Aspose :: Pdf :: Text ; void AddingText () { String...-> idx_get ( 1 ); // create text fragment auto textFragment =...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/