Sort Score
Result 10 results
Languages All
Labels All
Results 8,971 - 8,980 of 213,950 for

new

(0.75 sec)
  1. UserInformation.Name | Aspose.Words for .NET

    Effortlessly manage user profiles with the UserInformation Name property. Easily retrieve or update user names for enhanced personalization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...UserInformation userInformation = new UserInformation { Name = "John...

    reference.aspose.com/words/net/aspose.words.fie...
  2. TxtSaveOptions.addBidiMarks property | Aspose.W...

    TxtSaveOptions.addBidiMarks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...plaintext. let saveOptions = new aw . Saving . TxtSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Determine Line Break|Aspose.PDF for Java

    Learn more about how to determinate a line break of multi-line TextFragment using Java...LineBreakDemo () { Document doc = new Document (); Page page = doc...i ++ ) { TextFragment text = new TextFragment ( "Lorem ipsum \r\ndolor...

    docs.aspose.com/pdf/java/determine-line-break/
  4. Understanding the Difference: PPT vs PPTX|Aspos...

    Compare PPT vs PPTX for PowerPoint with Aspose.Slides for PHP via Java, exploring format differences, benefits, compatibility, and conversion tips.... PPTX is a new presentation file format, based...is easy to add support for a new chart type or shape type, without...

    docs.aspose.com/slides/php-java/ppt-vs-pptx/
  5. Understanding the Difference: PPT vs PPTX|Aspos...

    Compare PPT vs PPTX for PowerPoint with Aspose.Slides for Node.js via Java, exploring format differences, benefits, compatibility, and conversion tips.... PPTX is a new presentation file format, based...is easy to add support for a new chart type or shape type, without...

    docs.aspose.com/slides/nodejs-java/ppt-vs-pptx/
  6. Understanding the Difference: PPT vs PPTX|Aspos...

    Compare PPT vs PPTX for PowerPoint with Aspose.Slides for Android via Java, exploring format differences, benefits, compatibility, and conversion tips.... PPTX is a new presentation file format, based...is easy to add support for a new chart type or shape type, without...

    docs.aspose.com/slides/androidjava/ppt-vs-pptx/
  7. Rendering Slicer with Node.js via C++|Documenta...

    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.... const wb = new AsposeCells . Workbook ( filePath...area to true. const imgOpts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/nodejs-cpp/rendering-slicer/
  8. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取表格...中提取表格-Java Document pdfDocument = new Document ( DATA_DIR . resolve...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    products.aspose.com/pdf/zh-hans/java/table/extr...
  9. DocumentBuilder.insertComboBox method | Aspose....

    DocumentBuilder.insertComboBox method. Inserts a combobox form field at the current position.... let builder = new aw . DocumentBuilder (); // Form...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Equation field rendering issue in DOCX to PDF/P...

    When I try to convert a DOCX containing equation fields to PDF or PNG, the equation fields are not rendered correctly. Input DOCX test.docx (15.9 KB) Aspose outputs (equation field rendering is incorrect) output.pdf …...my sample code: var license = new License(); license.SetLicense(@"licensePath");...SetLicense(@"licensePath"); var document = new Document(@"inputPath") { LayoutOptions...

    forum.aspose.com/t/equation-field-rendering-iss...