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

comment

(0.11 sec)
  1. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…... Anyways, we will comment and give further details from...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  2. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...libtiff-dev, zlib1g-dev) which were commented out, suggesting we weren’t...disposal call – as a diagnostic, comment out workbook.dispose() and...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  3. HTML Navigation – C# Examples – Aspose.HTML for...

    Learn how to navigate HTML with Aspose.HTML for .NET and inspect its elements using C#, about custom filter, CSS Selector, or XPath usage....an element, text string, or comment). We consider how the DOM represents...

    docs.aspose.com/html/net/html-navigation/
  4. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation.... Comment out sections of your code and...Remove any commented-out code or unnecessary comments. Use abbreviations...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  5. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...8:17am 5 @aakanksha76 Please comment out the code that sets the...unknown classes and variables, commenting out the following code, and...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  6. listDepth API Is Returning 0 and 1 for Bullet P...

    Hi team, we are using aspose 25.6 version while trying to access the listDepth of a bullet text paragraph we are using: paragraphFormat->get_Depth() where, paragraphFormat is. retrieved as : auto paragraphFormat = …...indents, as described in the comment for the method. I hope this...

    forum.aspose.com/t/listdepth-api-is-returning-0...
  7. setOrientation(LANDSCAPE) Does Not Update Paper...

    Aspose.Cells Bug Report: setOrientation(LANDSCAPE) Does Not Update Paper Dimensions Summary When setting PageSetup.setOrientation(PageOrientationType.LANDSCAPE) on a worksheet, the orientation flag is updated but the pap…...will reconsider the following comment in this document. We will open...

    forum.aspose.com/t/setorientation-landscape-doe...
  8. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content in Java....CONTINUE; } /// /// Called when a Comment is encountered in the document...visitCommentStart(Comment comment) { if (comment.getFont().getHidden())...

    reference.aspose.com/words/java/com.aspose.word...
  9. BuildingBlock | Aspose.Words for Java

    Represents a glossary document entry such as a Building Block AutoText or an AutoCorrect entry in Java....print all of a document’s comments and their replies. Document...Document(getMyDir() + "Comments.docx"); NodeCollection comments = doc.getChildNodes(NodeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....pfx", "aw"); // Create a comment, date, and decryption password...{ signOptions.setComments("Comment"); signOptions.setSignTime(new...

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