Sort Score
Result 10 results
Languages All
Labels All
Results 6,311 - 6,320 of 33,502 for

line

(0.17 sec)
  1. C++ API to Export PDF to RTF | products.aspose.com

    Convert PDF to RTF within C++ applications....Automation APIs Install from command line as nuget install Aspose.Total...

    products.aspose.com/total/cpp/conversion/pdf-to...
  2. C++ API to Export PDF to PCL | products.aspose.com

    Convert PDF to PCL within C++ applications....Automation APIs Install from command line as nuget install Aspose.Total...

    products.aspose.com/total/cpp/conversion/pdf-to...
  3. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...commenting out or removing this line. Here’s a modified version of...

    forum.aspose.com/t/macro-function-calculation/3...
  4. Features List | Aspose.Page for C++

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for C++....curve segments and straight-line segments) Create text strings...

    docs.aspose.com/page/cpp/features-list/
  5. Export EMAIL to JPEG via C++ | products.aspose.com

    C++ API to Convert EMAIL to JPEG without using Microsoft Word or Outlook...Format APIs Install from command line as nuget install Aspose.Total...

    products.aspose.com/total/cpp/conversion/email-...
  6. Issue with outputting sequential data using LIN...

    I have an issue with outputting sequential data if the field that should be iterated has a null value in the JSON. JSON: { "data":{ "contact":{ "array": null } } } In the document I have the next dat…...applied and there is the following line: engine.setOptions(ReportBuildOptions...

    forum.aspose.com/t/issue-with-outputting-sequen...
  7. 如何用C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for C++创建动态滚动图表。我们的逐步指南将展示如何在您的图表中实现平滑数据过渡和自动滚动,提供连续更新的显示效果。... Add ( ChartType :: Line , 2 , 4 , 15 , 10 ); Chart chart...

    docs.aspose.com/cells/zh/cpp/create-dynamic-scr...
  8. FieldToa.SequenceSeparator | Aspose.Words for .NET

    Discover the FieldToa SequenceSeparator property—easily customize the character sequence for separating sequence and page numbers for enhanced clarity...."MyBookmark" ; // By default, a dotted line page-wide tab appears between...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldTA.ShortCitation | Aspose.Words for .NET

    Manage your FieldTA ShortCitation effortlessly. Easily get or set short citations for entries, enhancing data organization and accessibility...."MyBookmark" ; // By default, a dotted line page-wide tab appears between...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...image, uncomment the setRotation line and set the desired angle. Test...

    forum.aspose.com/t/pdf-base64image/315504