Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 154,653 for

text

(0.46 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. Display text content on top of a cell with a fi...

    Step 1: Write content into a cell. Step 2: Fill the cell with a background color Step 3: Overlay Text on top of the filled color (new Text ) I am using aspose cells gid js for python via dotnet ,I want to apply the ch…...Display text content on top of a cell with a filled background...3: Overlay text on top of the filled color (new text ) I am using...

    forum.aspose.com/t/display-text-content-on-top-...
  3. C# OCR Library – Image to Text in .NET | Aspose

    With the Aspose C# OCR API you can add optical character recognition (OCR) to your .NET applications with a few lines of code....recognition languages that extracts text from images and creates searchable...of C# code. Convert image to text in C# OCR // Initialize OCR...

    products.aspose.com/ocr/net/
  4. PDF Stamping in Java: Text, Image, and Page Opt...

    Add stamps: Text, image or page - to PDF programmatically with Java sample code using Aspose.PDF for Java....Stamps in Java Create or add new Text Stamp to page Create or add...Java Library In order to add text stamp into PDF, we’ll use Aspose...

    products.aspose.com/pdf/java/stamps/
  5. 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...
  6. 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-...
  7. Expanding Text from Right to Left while Exporti...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Expanding Text from Right to Left while Exporting Excel File...Cells now supports expanding text from right to left while exporting...

    docs.aspose.com/cells/javascript-cpp/expanding-...
  8. Add texts with different fonts in PS files | .NET

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

    products.aspose.com/page/net/add-text-to-ps/
  9. Issue in removing the text area with bookmark a...

    Hi Team, I am trying to remove the Text with bookmark and content, but it is removing the whole page instead of removing the Text related to bookmark and I also want to add the backspace after removing the bookmarks wit…...Issue in removing the text area with bookmark and content from...Team, I am trying to remove the text with bookmark and content, but...

    forum.aspose.com/t/issue-in-removing-the-text-a...
  10. 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...