Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 34,360 for

line

(0.28 sec)
  1. Add WordArt Watermark to Worksheet with C++|Doc...

    Learn how to add WordArt watermarks to Excel worksheets using Aspose.Cells for C++....9 ); // Make the line invisible LineFormat lineFormat...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  2. 使用Node.js通过C++设置形状或文本框段落的行间距|Documentation

    学习如何使用Aspose.Cells for Node.js via C++设置形状或文本框中段落的行间距。... get ( 1 ); // Set the line space p . setLineSpaceSizeType...

    docs.aspose.com/cells/zh/nodejs-cpp/set-line-sp...
  3. 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...
  4. 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/...
  5. 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...
  6. Layout|Documentation

    Layout elements are used to arrange other elements and define the appearance and design of the OMR form....is used to add one or more lines of text to the form. Can only...This element is used to add a line of text to the parent element...

    docs.aspose.com/omr/net/txt-markup/elements-lay...
  7. Password Protect or Unprotect the Shared Workbo...

    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...."1234" ); // Uncomment this line to Unprotect the Shared Workbook...

    docs.aspose.com/cells/javascript-cpp/password-p...
  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. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_Format method. Provides access to fill and Line formatting of the data labels in C++....Provides access to fill and line formatting of the data labels...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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...