Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 217,993 for

new

(0.3 sec)
  1. DocumentBuilder.InsertShape | Aspose.Words for ...

    Effortlessly add custom inline shapes with DocumentBuilder's InsertShape method. Enhance your documents with tailored visuals for impactful presentations!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words/doc...
  2. FieldToc | Aspose.Words for Java

    Implements the TOC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TOC.docx"); } /// /// Start a new page and insert a paragraph of...

    reference.aspose.com/words/java/com.aspose.word...
  3. MailMerge Issue - LF - Free Support Forum - asp...

    I found an issue where when there is a mergefield with a line feed in the IF statement, it does not collapse up during mailmerge when empty. <MERGEFIELD Data1> <IF <MERGEFIELD Data2> = "TEST" "" ""> <MERGEFIELD Data3> I…...old aspose ignores it and the new aspose will output it into the...KB) Aspose.Words.License lic = new Aspose.Words.License(); lic....

    forum.aspose.com/t/mailmerge-issue-lf/318770
  4. Hotmail to PST support or not - Free Support Fo...

    Hi, I want code to convert Hotmail to PST documents....нужен сам access token return new OAuthToken(_accessToken); } }...accessToken = await GetAccessToken(new AccessParameters { ClientId =...

    forum.aspose.com/t/hotmail-to-pst-support-or-no...
  5. Copying Rows and Columns with JavaScript via C+...

    This article shows how to copy rows and columns through the Aspose.Cells for JavaScript via C++ API....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/copying-ro...
  6. How to resize an image|Documentation

    Resize an image. Change photos height and width. Sizing photos proportionally....the image with a new size by selecting new height and width `300x300`...

    docs.aspose.com/imaging/java/developer-guide/ho...
  7. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for JavaScript via C++.... const ms = new TextEncoder (). encode ( sampleHtml...stream into workbook. const wb1 = new Workbook ( ms ); // Save the...

    docs.aspose.com/cells/javascript-cpp/autofit-co...
  8. Formatting Pivot Table|Documentation

    How to format pivot table with Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/formatting...
  9. ChartMarker | Aspose.Words for Java

    Represents a chart data marker in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...Exception { { FileInputStream fis = new FileInputStream("../javad_resources/Aspose...Java.lic"); License license = new License(); license.setLicense(fis);...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...