Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 34,105 for

line

(0.22 sec)
  1. Extract Paragraph from PDF C#|Aspose.PDF for .NET

    Learn how to extract paragraphs from PDF documents in .NET using Aspose.PDF for structured text retrieval.... TextFragment > line in paragraph . Lines ) { foreach ( Aspose...Text . TextFragment fragment in line ) { paragraphText . Append (...

    docs.aspose.com/pdf/net/extract-paragraph-from-...
  2. Key Features of Aspose.PDF|Aspose.PDF for Andro...

    Aspose.PDF for Android via Java shows the main features in working with PDF documents....Different shapes of graphs, such as line, circle, arc, and curve are...filled, and dash and poly-dash line styles can be defined. Graphs...

    docs.aspose.com/pdf/androidjava/key-features/
  3. Key Features of Aspose.PDF|Aspose.PDF for Java

    Aspose.PDF for Java shows the main features and describes the supported PDF versions, and all the manipulations we can do with documents....Different shapes of graphs, such as line, circle, arc, and curve are...filled, and dash and poly-dash line styles can be defined. Graphs...

    docs.aspose.com/pdf/java/key-features/
  4. Accessing IChartSeries.Name.AsCells Getter Modi...

    I have a slide with a chart that was created with a specialized tool (think-cell). What I observed is that accessing IChartSeries.Name breaks the chart. I saw other reports mentioning issues with Aspose in combination w…...IChart); // No problem with this line Console.WriteLine(chart.ChartData...GetHashCode()); // But this line leads to a broken chart Console...

    forum.aspose.com/t/accessing-ichartseries-name-...
  5. Only some contents are bold - Free Support Foru...

    2237_Source.docx (20.6 KB) 2237_Development_withMergeFieldsFilledIn.docx (20.3 KB) Could anyone explain why the latest version of aspose, being used by the code shown below, would produce an output where only some of t…...empty merge fields leaving extra line feeds! doc.MailMerge.Execute(mergeInfo);...settings in your code. You have a line that enables font substitution...

    forum.aspose.com/t/only-some-contents-are-bold/...
  6. How to - Update existing JasperReports demos to...

    Learn how to update existing JasperReports demos to leverage the capabilities of Aspose.PDF for JasperReports....and run the following command line: ant runServer Open a new command...following commands in the command line: ant javac – to compile the...

    docs.aspose.com/pdf/jasperreports/how-to-update...
  7. CertificateHolder class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignatures.CertificateHolder class. Represents a holder of X509Certificate2 instance...Shows how to add a signature line to a document, and then sign...Configure and insert a signature line, an object in the document that...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 不用在工作表中编写,直接用JavaScript用C++进行自定义函数的计算|Documenta...

    本文介绍如何使用Aspose.Cells库,允许用JavaScript用C++在Microsoft Excel中直接计算自定义函数,无需在工作表中编写函数。加载现有Excel文件或新建一个,计算自定义函数,并保存修改后的文件。...new CustomEngine (); // This line shows how you can call your...After the execution of this line, it will return // Welcome to...

    docs.aspose.com/cells/zh/javascript-cpp/direct-...
  9. 用JavaScript通过C++设置主轴和副轴|Documentation

    学习如何理解和使用Aspose.Cells for JavaScript通过C++中的主轴和副轴。我们的指南将帮助您理解主轴与副轴的区别,以及如何有效配置和使用它们。...the second series ChartType to line chart . nSeries . get ( 1 )...). type = ChartType . Line ; // Set the series name chart . nSeries...

    docs.aspose.com/cells/zh/javascript-cpp/primary...
  10. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TextStamp on each stamp. In the same time stamp should not overlap content. First option to do it is calculate sta…...will return font size of one line, independent of stamp's width...restrict user to use only one line. But font size anyway can be...

    forum.aspose.com/t/how-to-get-content-height-on...