Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 34,956 for

line

(2.27 sec)
  1. Insert Shapes in Word using Java

    This tutorial describes how to draw a straight Line in Word using Java. It has the IDE settings, a list of steps, and a sample code showing how to make a diagram in Word using Java....straight line in Word using Java . We have demonstrated LINE and ARROW...

    kb.aspose.com/words/java/insert-shapes-in-word-...
  2. Paragraph Formatting in Word with Python

    This article guides how to set the paragraph formatting in Word with Python. It has IDE settings, steps, and a sample code for indenting paragraphs with Python....drop cap position, border line width, line style, and theme color...

    kb.aspose.com/words/python/paragraph-formatting...
  3. Aspose.OMR for .NET|Documentation

    Aspose.OMR for .NET is an easy-to-use .NET library for designing and recognizing hand-filled questionnaires, surveys, and similar forms....capabilities without writing a single line of code. Create Answer Sheet...SAT form OMR form with a tear line Release Notes Read a summary...

    docs.aspose.com/omr/net/
  4. Manage Connectors in Presentations with Python|...

    Empower Python apps to draw, connect and auto-route Lines in PowerPoint & OpenDocument slides—gain full control over straight, elbow and curved connectors....PowerPoint connector is a specialized line that links two shapes and stays...adjustment points ShapeType.LINE 0 ShapeType.STRAIGHT_CONNECTOR1...

    docs.aspose.com/slides/python-net/connector/
  5. 将文本转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java允许您将纯文本文件转换为PDF或将预格式化文本文件转换为PDF。...将文本文件读取为字符串数组 List < String > lines ; try { lines = Files . readAllLines...setFontSize ( 12 ); for ( String line : lines ) { // 检查行是否包含“换页”字符 //...

    docs.aspose.com/pdf/zh/androidjava/convert-text...
  6. Recognize tables and save result as XLSX file v...

    Recognize table and save result as XLSX file....links: Command line tools Download Command Line Tools RecognizeAndSaveXlsx...it only if your picture has lines and it they bad detected in...

    products.aspose.com/ocr/net/recognition/get-xlsx/
  7. Read and Convert Outlook OST File|Documentation

    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....OST file to PST with a single line of code. Similarly, the OST...from PST file using the same line of code with the FileFormat...

    docs.aspose.com/email/java/read-and-convert-out...
  8. How to Extract Text from Image using Java

    In this brief tutorial you will learn how to extract text from image using Java. You can extract words from image using Java by performing OCR operations on the input image....can recognize the image line by line by using the aforementioned...

    kb.aspose.com/ocr/java/how-to-extract-text-from...
  9. How to hide Y axis for Waterfall chart in Excel...

    I Need to hide the Y axis tick mark labels in waterfall chart. I have this simple program to create the chart and hide the yaxis. Please suggest the change here. import com.aspose.cells.*; import com.aspose.cells.Char…...5); // Add a Chart of type Line in same worksheet as of data...getRed()); // Make both Series Lines invisible //chart.getNSeries()...

    forum.aspose.com/t/how-to-hide-y-axis-for-water...
  10. How to Add a Row in Excel using Node.js

    This article explains how to add a row in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to insert Line in Excel using Node.js.... Code to Insert Line in Excel using Node.js This...has described how to insert a line in Excel using Node.js . If...

    kb.aspose.com/cells/nodejs/how-to-add-a-row-in-...