Sort Score
Result 10 results
Languages All
Labels All
Results 4,001 - 4,010 of 35,097 for

line

(0.18 sec)
  1. Manage IMAP Message Flags in Python with Aspose...

    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....the ‘is_read’ flag with just a line of code: # Remove the 'is_read'...

    docs.aspose.com/email/python-net/manage-message...
  2. Convert USDZ to 3DS via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Install from command line as nuget install Aspose.3d or...

    products.aspose.com/3d/net/conversion/usdz-to-3ds/
  3. Find Text in Picture using Python

    Follow this article to find text in picture using Python. It has all the details to set the IDE, a list of steps, and a sample code for developing text finder from image using Python....flag for recognizing a single line, setting the list of text areas...

    kb.aspose.com/ocr/python/find-text-in-picture-u...
  4. Create a Treemap in Excel using C#

    This article explains the process to create a Treemap in excel using C#. It has details to set the IDE, a list of steps, and a sample code to generate a Treemap chart in Excel....Column, Cone, Cylinder, Doughnut, Line, and Pie, among others. Various...

    kb.aspose.com/cells/net/create-a-treemap-in-exc...
  5. Paragraph Formatting in Word with Java

    This short guide provides details to customize the paragraph formatting in Word with Java. It has the IDE settings, steps, and a sample code to set the format of writing a paragraph with Java....position, hanging punctuation, line spacing, mirror indents, style...

    kb.aspose.com/words/java/paragraph-formatting-i...
  6. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…... Some lines are overlapping with other line. Some texts...texts are touching with other line’s text. I have attached the excel...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  7. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Android via Java. From entire pages, from a specific part, based on columns, etc....txt" , true ); // Write a line of text to the file writer ...

    docs.aspose.com/pdf/androidjava/extract-text-fr...
  8. Legends are mis placing while exporting from Ex...

    As per the excel and chart below, here lower bound column there is no color fill as per template. But in chart it is showing legend and legend colors for Range and Line. image.png (26.8 KB) So, here my question is I h…...legend colors for Range and Line. image.png (26.8 KB) So, here...

    forum.aspose.com/t/legends-are-mis-placing-whil...
  9. Missing category from the last bar in a dynamic...

    We open a powerpoint with aspose slides for java version 25.5 and do this to a bar chart… ((IChart)shape).getChartData().getCategories().clear(); for (String category : chartShadow.getCategories()) { ((IChart)shape).…...add(category); } Which works fine for a line chart (all categories have labels)...

    forum.aspose.com/t/missing-category-from-the-la...
  10. Appending a TextFragment to TextBuilder gives a...

    I have code that modifies a pdf by adding a TextFragment to TextBuilder. It works for most PDFs but for this specific PDF it throws an IndexOutOfRangeException on the Line: textBuilder.AppendText(textFragment); Any ide…...IndexOutOfRangeExcep on the line: textBuilder.AppendText(textFragment);...

    forum.aspose.com/t/appending-a-textfragment-to-...