Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 148,520 for

text

(0.09 sec)
  1. Set text of chart legend entry fill to none usi...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Text of a chart legend entry fill to none. This guide will demonstrate how to modify the fill color of legend entries in Microsoft Excel charts for better visualization and customization....Set text of chart legend entry fill to none using Aspose.Cells...Hide ] If you want to set the text of the chart’s legend entry...

    docs.aspose.com/cells/javascript-cpp/set-text-o...
  2. Aspose words moving text in pdf file inserting ...

    Hello Aspose Team I’m developing a windows form app for our company that includes a digital signature to pdf files, only that, but when the program finish the signature process, is moving some Text in the file. We cann…...Aspose words moving text in pdf file inserting a digital signature...signature process, is moving some text in the file. We cannot send...

    forum.aspose.com/t/aspose-words-moving-text-in-...
  3. Replace text in a workbook using a regular expr...

    Replace Text in a workbook using a regular expression with Aspose.Cells in C++....Replace text in a workbook using a regular expression with Go...provides a feature to replace text in a workbook using a regular...

    docs.aspose.com/cells/go-cpp/replace-text-in-a-...
  4. Expanding text from right to left while exporti...

    Learn how to expand Text from right to left while exporting Excel files to HTML using Aspose.Cells for C++....Expanding text from right to left while exporting Excel files...for C++ now supports expanding text from right to left while exporting...

    docs.aspose.com/cells/go-cpp/expanding-text-fro...
  5. Replace Fields Python|Aspose.Words for Python v...

    Learn how to replace fields with Text in Python. Replace fields with static data using the Python via .NET API....AI Replace Fields with Static Text Contents [ Hide ] Replacing...such as DATE or TIME to static text will allow the document to display...

    docs.aspose.com/words/python-net/replace-fields/
  6. Replace text in a workbook using Regular Expres...

    Replace Text in a workbook using regular expression in Node.js via C++....Ask AI Replace text in a workbook using Regular Expression with...provides the feature to replace text in a workbook using a regular...

    docs.aspose.com/cells/nodejs-cpp/replace-text-i...
  7. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells.SetColumnWidthPixel(1, 5); var TextRange = worksheet.Cells.CreateRange(0, 0,1, 2); TextRange .…...How can I check if a text value will visually fit inside a merged...range before setting it? If the text is too wide for the merged range...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...
  8. Add texts with different fonts in PS files

    C++ API Solution to create and manipulate vector graphics shapes and Text of PS, XPS and EPS files. Insert Text into PS file....Page C++ Add text to PS Add text to PS files C++ API solution...solution to work with texts of PS files Aspose.Page for C++ Live...

    products.aspose.com/page/cpp/add-text-to-ps/
  9. Extract text or images from PDF using Java | As...

    Source code on Java to extract Text and images from PDF files on Java and PHP....action with a Parser Extract Text Extract Images How to parse...PDF, developers can extract text from PDF or extract images from...

    products.aspose.com/pdf/java/parser/
  10. Aspose.PDF Search text from PDF file using C# |...

    Document doc = new Document(inputPdfPath); var absorber = new TextFragmentAbsorber(“(713) 853-4737”); TextSearchOptions TextSearchOptions = new TextSearchOptions(true); absorber.TextSearchOptions = TextSearchOptions; …...PDF Search text from PDF file using C# | returns 0 in...able to find any match against text i.e. (713) 853-4737. We will...

    forum.aspose.com/t/aspose-pdf-search-text-from-...