Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 80,048 for

update

(0.09 sec)
  1. PDF converted from Word has extra row and pushe...

    Hi, When converting a DOCX to PDF using Aspose.Words, we noticed an extra row was created on the first page text and eventually pushed some content into next page, resulting in extra page created. Code: var doc = new …... Update Aspose.Words : Ensure that...version of Aspose.Words, as updates often include bug fixes and...

    forum.aspose.com/t/pdf-converted-from-word-has-...
  2. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...Rectangle; // Update min/max coordinates. minX =...

    forum.aspose.com/t/topic/311958
  3. Managing TextBox with JavaScript via C++|Docume...

    Learn how to manage TextBox in Excel using Aspose.Cells for JavaScript via C++....where you might need to add, update, or manipulate TextBox objects...

    docs.aspose.com/cells/javascript-cpp/managing-t...
  4. Aspose::Words::Properties::PropertyType enum | ...

    Aspose::Words::Properties::PropertyType enum. Specifies data type of a document property in C++....Authorized By \" " )); field -> Update (); ASSERT_EQ ( u "John Doe"...

    reference.aspose.com/words/cpp/aspose.words.pro...
  5. 自定义页码不起作用 - Free Support Forum - aspose.com

    下面的代码: Document document = new Document(); DocumentBuilder builder = new DocumentBuilder(document); Section currentSection = builder.getCurrentSection(); currentSection.getPageSetup().setPageStartingNumber(10); current…...the page numbers may not be updating accordingly. Solution To ensure...number you’ve set, you need to update the fields after inserting...

    forum.aspose.com/t/topic/315401
  6. Read and Manipulate Excel 2016 Charts with Java...

    Learn how to read and manipulate Excel 2016 charts using Aspose.Cells for JavaScript via C++. This guide will show you how to access and modify various chart properties....Cells Example - Read and Update Chart Titles </ h1 > < input...style="color: green;">Charts updated successfully! Click the download...

    docs.aspose.com/cells/javascript-cpp/read-and-m...
  7. Product Support|Aspose.Slides Documentation

    Get free, fast Aspose.Slides for .NET product support: forums, docs, Updates, code help to fix issues across PowerPoint and OpenDocument workflows....was already resolved in an update. See Aspose.Slides download...

    docs.aspose.com/slides/net/product-support/
  8. Product Support|Aspose.Slides for Node.js via ....

    Get fast technical support for Aspose.Slides for Node.js, learn how to report issues effectively, and keep your PPT, PPTX and ODP projects running smoothly....was already resolved in an update. See Aspose.Slides download...

    docs.aspose.com/slides/nodejs-java/product-supp...
  9. Chart lines disappear when the chart is saved a...

    Hello, I’m trying to save a line chart as an image, but during the process, the chart lines are getting lost. Is this a bug in Aspose? Workbook workbook = new Workbook(new FileInputStream("C:\\lines.xlsx")); Chart char…...Jpeg); Update Aspose.Cells : Ensure that...

    forum.aspose.com/t/chart-lines-disappear-when-t...
  10. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....up to date, we will need to update it manually. doc . UpdatePageLayout...

    reference.aspose.com/words/net/aspose.words/sec...