Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 33,490 for

line

(0.13 sec)
  1. TextPath.FontFamily | Aspose.Words for .NET

    Discover the TextPath FontFamily property to effortlessly define and customize your text paths for stunning typography in web design...., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  2. TextPath.On | Aspose.Words for .NET

    Discover how TextPath enhances property text display, ensuring clarity and engagement in your designs. Optimize your visuals today!..., Color wordArtFill , Color line , ShapeType wordArtShapeType...wordArtFill , StrokeColor = line }; shape . TextPath . Text =...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Working with Text in PDF using Python|Aspose.PD...

    This section explains various techniques of text handling. Learn how to add, replace, rotate, search text using Aspose.PDF for Python.... Add line indent, add text border, add...

    docs.aspose.com/pdf/python-net/working-with-text/
  4. Aspose.OCR for Python via C++|Documentation

    Aspose.OCR for Python via C++ is an easy-to-use API for extracting text from scanned pages, photos, screenshots, and other images in your cross-platform analytical application written in Python....library without writing a single line of code. Convert image to text...

    docs.aspose.com/ocr/python-cpp/
  5. TextPath.on property | Aspose.Words for Python

    TextPath.on property. Defines whether the text is displayed.... Color , line : aspose . pydrawing . Color...word_art_fill shape . stroke_color = line shape . text_path . text = text...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Comment.add_reply method | Aspose.Words for Python

    Comment.add_reply method. Adds a reply to this comment....the page, and with a dotted line connecting it to its paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Delete Pivot Table from a Worksheet with C++|Do...

    C++ code to remove PivotTable for Excel Worksheets using Aspose.Cells....position by uncommenting below line // worksheet.GetPivotTables()...

    docs.aspose.com/cells/cpp/delete-pivot-table-fr...
  8. Adding Text Dynamically|Aspose.Slides Documenta...

    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....800 , 3200 , 370 ); //Hide its line shp . LineFormat . ShowLines...

    docs.aspose.com/slides/net/adding-text-dynamica...
  9. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...StringReader(md) Dim line As String = sr.ReadLine() While line IsNot Nothing...If IsPipeRow(line) Then Dim header As String = line Dim sep As...

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  10. Fix manual text to proper list level with prope...

    I am working on a usecase to process a document list data. But in some of the cases I dont have proper list structure. It happens instead of setting up 1, 1.1, 1.1.1 , 2, a, b, c,3 etc are not actual list but normal stri…...convert_to_list_structure(text_lines): structured_list = [] current_level...current_level = [] for line in text_lines: # Match patterns like...

    forum.aspose.com/t/fix-manual-text-to-proper-li...