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

line

(0.31 sec)
  1. Create Presentations in C++|Aspose.Slides Docum...

    Create presentations in C++ with Aspose.Slides—produce PPT, PPTX, and ODP files, benefit from OpenDocument support, and save them programmatically for reliable results....Presentation To add a simple plain line to a selected slide of the presentation...its Index. Add an AutoShape of Line type using the AddAutoShape...

    docs.aspose.com/slides/cpp/create-presentation/
  2. Insert Sparkline with C++|Documentation

    Create sparkLine for Excel using Aspise.Cells with C++....are three types of sparklines: Line, Column, and Stacked. It’s simple...GetSparklineGroups (). Add ( SparklineType :: Line , sheet . GetName () + u "!A1:D1"...

    docs.aspose.com/cells/cpp/creating-sparklines/
  3. SignOptions.SignatureLineId | Aspose.Words for ...

    Discover the SignatureLineId property in SignOptions. Easily identify signature Lines with a unique GUID, enhancing your document management efficiency....SignatureLineId property Signature line identifier. Default value is...Shows how to add a signature line to a document, and then sign...

    reference.aspose.com/words/net/aspose.words.dig...
  4. How to create waterfall chart|Documentation

    Create waterfall charts in Excel with C# and Aspose.Cells for .NET API....chart types, including column, line, pie, bar, radar, etc., but...waterfall chart with the help of a line chart. The API also allows customizing...

    docs.aspose.com/cells/net/creating-waterfall-ch...
  5. Insert Shape in Word using C#

    This article guides on how to insert shape in Word using C#. It has the IDE settings, steps, and a sample code to insert digital art using shapes in MS Word using C#....adding straight line Insert a straight line as an inline shape...summarize how to draw a straight line in Word using C# . Create a...

    kb.aspose.com/words/net/insert-shape-in-word-us...
  6. Working with OfficeMath in Python|Aspose.Words ...

    Create and manage OfficeMath Type Objects in a document using Python....display (inline or separate line) of OfficeMath objects in a...displayed inline or in a separate line. More so, with the availability...

    docs.aspose.com/words/python-net/working-with-o...
  7. Working with Hyphenation in C#|Aspose.Words for...

    Use hyphenation for a more compact arrangement of text using C#. It provides advanced algorithms to work with hyphenation dictionaries, uses OpenOffice dictionaries....Layout When breaking text into lines, Aspose.Words checks each word...fits entirely into the current line. If another word is too long...

    docs.aspose.com/words/net/working-with-hyphenat...
  8. OCR a PDF image to a readable PDF - Free Suppor...

    We are testing Aspose OCR. Got example code from the site but it is not working. Code is: Dim ocr = New AsposeOcr() Dim settings = New DocumentRecognitionSettings() settings.Language = Language.Eng settings.StartPag…...looks like the culprit is below line of code: input.Add("\Files\OCRTest...OnnxRuntime\NativeMethods.shared.cs:line 368 This module got loaded with...

    forum.aspose.com/t/ocr-a-pdf-image-to-a-readabl...
  9. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python.... SCATTER_WITH_SMOOTH_LINES , 20 , 20 , 500 , 300 ) # Set...ChartType . SCATTER_WITH_STRAIGHT_LINES_AND_MARKERS # Change the chart...

    docs.aspose.com/slides/python-net/create-chart/
  10. Customize Chart Axes in Presentations with Pyth...

    Discover how to use Aspose.Slides for Python via .NET to customize chart axes in PowerPoint and OpenDocument presentations for reports and visualizations....Disabling the Vertical Axis for Line Charts This Python code shows...hide the vertical axis for a line chart: import aspose.slides...

    docs.aspose.com/slides/python-net/chart-axis/