Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 155,183 for

2

(0.24 sec)
  1. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...Discourse October 22, 2025, 12:34pm 2 @e.scanlan To fit an image to...auto fit the size of the cell. 2, Insert Picture over Cells Using...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  2. PDF to WORD not supported in Aspose WORDS java ...

    Hi, I am trying to PDF to DOCX using Aspose words for Java. I am using the latest version currently available which is 25.9. But when running this code (to convert a PDF to DOCX), I get this error: com.aspose.words.Un…...Family brissonp November 14, 2025, 2:05pm 1 Hi, I am trying to PDF...Discourse November 14, 2025, 2:05pm 2 @brissonp Based on similar...

    forum.aspose.com/t/pdf-to-word-not-supported-in...
  3. 使用aspose.cells保存工作簿后,图表数据格式被修改 - Free Support F...

    原来显示百分比的数据,被修改为了小数点,这应该是个bug,预期应该不修改已有格式,示例文件见附件。 图表数据格式对比.zip (775.7 KB) public static void outputpdf() { Workbook workbook = new Workbook("D:\\图表数据格式变化.xlsm"); workbook.Save("D:\\图…...cells保存工作簿后,图表数据格式被修改 中文技术支持 lingtian December 2, 2025, 8:57am 1 原来显示百分比的数据,被修...Professionalize.Discourse December 2, 2025, 8:59am 2 @lingtian 概要 在仅执行 Workbook...

    forum.aspose.com/t/aspose-cells/322378
  4. FieldListNum class | Aspose.Words for Python

    aspose.words.fields.FieldListNum class. Implements the LISTNUM field...will start a count at list level 2. It will display a value of "1"...builder . writeln ( 'Paragraph 2' ) # The next LISTNUM field that...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Doc Properties update TOC page numbering change...

    Hi Team, We are using the Doc properties update extensively and it works really well. but for few cases we see some challenges which causes some issue. the document table of content is getting changed after the doc pr…...Discourse November 3, 2025, 10:01am 2 @Sai_Prasad Why the TOC becomes...new Document("Input.docx"); // 2. Change built‑in and custom properties...

    forum.aspose.com/t/doc-properties-update-toc-pa...
  6. MailMergeCleanupOptions Enum | Aspose.Words for...

    Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your documents by controlling item removal seamlessly.... RemoveUnusedRegions 2 Specifies whether unused mail...Rows . Add ( new object [] { 2 , "Jane Doe" }); DataSet ds =...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Python: words and barcode-for-python-via-net as...

    I’m attempting to use aspose-barcode-for-python-via-net==25.8 and aspose-words==25.10.0 (both are the latest versions) in a project. I’m running on MacOS with python version 3.13 in my venv. When I try to execute my sc…...0 case "1": return 270 case "2": return 180 case "3": return...generation.QRErrorLevel.LEVEL_M case "2": return ab.generation.QRErrorLevel...

    forum.aspose.com/t/python-words-and-barcode-for...
  8. About caption insertion to image & table column...

    Could you please help me on add caption to image & how hide column in Aspose template word report. Could you please share tutorials and code example related to Aspose word table column hide and caption insertion in temp…...Discourse November 6, 2025, 11:55am 2 @rose.thomas01 Summary You can... 0, true); int columnIndex = 2; // 0‑based index of the column...

    forum.aspose.com/t/about-caption-insertion-to-i...
  9. 外部 LaTeX 包 | Aspose.TeX for .NET

    Aspose.TeX API for .NET 允许使用外部包,即库本身未包含的包,如 fancybox 和 pgfplots 包。...Copy 1 \ documentclass{article} 2 \ usepackage [ a6paper,landscape...= & x ^ 2 \\ 16 a ^ 2 + 2ab + b ^ 2 & = & (a + b) ^ 2 \\ 17 \...

    docs.aspose.com/tex/zh/net/external-latex-packa...
  10. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java....ldingBlo(glossaryDoc, "Block 2")); glossaryDoc.appendChild(c...getLastBuildingBlock().getName()); // 2 - Get a building block by index:...

    reference.aspose.com/words/java/com.aspose.word...