Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 155,345 for

2

(0.17 sec)
  1. Update toc didn't work - Free Support Forum - a...

    doc.updateFields(), you have to manually update the entire directory after opening word. Moreover, the table of contents is inconsistent with the first-level heading, and there should be two spaces between the serial n…...Discourse March 25, 2025, 4:05pm 2 @Crane It seems you are experiencing...styles (e.g., Heading 1, Heading 2) when inserting your headings...

    forum.aspose.com/t/update-toc-didnt-work/310348
  2. ThemeColor enumeration | Aspose.Words for Python

    aspose.words.themes.ThemeColor enumeration. Specifies the theme colors for document themes...Dark main color 2. LIGHT2 Light main color 2. ACCENT1 Accent...color 1. ACCENT2 Accent color 2. ACCENT3 Accent color 3. ACCENT4...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Manipulating DjVu Formats|Documentation

    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....ImageOptionsBase created in step 2. Call Image.save by passing the...source code to convert first 2 pages of DjVu to TIFF format....

    docs.aspose.com/imaging/java/manipulating-djvu-...
  4. Manipulating DjVu Formats|Documentation

    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....ImageOptionsBase created in step 2. Call Image.Save by passing the...source code to convert first 2 pages of DjVu to TIFF format....

    docs.aspose.com/imaging/python-net/manipulating...
  5. Possible bug with document layout calculation -...

    Hi, I’m currently evaluating the Aspose.Words library, and I believe I may have encountered a bug. Steps to Reproduce Download the attached layout_calc_bug.docx file and save it without making any changes. layout_c…...paragraph labeled “Page 2 Header” is 2 Actual Result Section.Bottom...GetStartPageIndex of paragraph labeled “Page 2 Header” is 1 Additional Notes...

    forum.aspose.com/t/possible-bug-with-document-l...
  6. Linked picture (camera object) shows stale cach...

    Hi, Using Aspose Cells for Java, version 26.3. Sample code: Workbook template = new Workbook("input.xlsx"); template.getWorksheets().get("data").getCells().get("A1").putValue(2); template.calculateFormula(); template.…...putValue(2); template.calculateFormula();...result and output. repro.zip (58.2 KB) Thank you for looking into...

    forum.aspose.com/t/linked-picture-camera-object...
  7. Pdf for java 怎么获得单元格的rowspan? - Free Support Fo...

    我的使用环境如下: 1、使用的组件名称:pdf 2、使用的开发语言:JAVA 3、使用的组件版本号:25.5 问题如下: java版本pdf25.5中表格的单元格只有colspan的方法?没有rowspan,怎么获得单元格的rowspan?我们现在需要做的是解析这个表格,并获得当前表格中每个单元格的位置以及colspan和rowspan,DEMO示例见附件。 https://c.wss.pet/f/hcg7bs9uv38 复…...中文技术支持 Angela_xu June 26, 2025, 2:17pm 1 我的使用环境如下: 1、使用的组件名称:pdf...Professionalize.Discourse June 26, 2025, 2:17pm 2 @Angela_xu Cause In Aspose...

    forum.aspose.com/t/pdf-for-java-rowspan/314492
  8. How to create Dynamic Chart with Drop‑Down List...

    Learn how to create a dynamic chart that updates based on a drop‑down list selection using Aspose.Cells for Node.js via C++. Our step‑by‑step guide will demonstrate how to integrate a drop‑down list into your chart for flexible data visualization....allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  9. FieldIf | Aspose.Words for Java

    Implements the IF field in Java....write("\nStatement 2: "); field = (FieldIf) builder...); field.setRightExpression("2 + 3"); field.setTrueText("True");...

    reference.aspose.com/words/java/com.aspose.word...
  10. Save a OneNote Document | Aspose.Note Documenta...

    Learn how to save your work in OneNote.... class ) + "load/" ; 2 3 Document doc = new Document(dataDir...(SaveDocToOneNoteForm. class ) + "load/" ; 2 3 Document document = new Document(dataDir...

    docs.aspose.com/note/java/save-a-onenote-document/