Sort Score
Result 10 results
Languages All
Labels All
Results 3,941 - 3,950 of 214,328 for

new

(0.27 sec)
  1. 在 XPS 文件中使用渐变 | .NET

    Aspose.Page API 解决方案解答了如何在 XPS 文件中添加垂直、水平或线性渐变的问题。了解 .NET 的功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/xps/working-with-gr...
  2. Assign and Validate Digital Signatures with Jav...

    Excel file digital signature and verification using Aspose.Cells for JavaScript via C++. Protect the authenticity of workbook content with digital signatures....arrayBuffer (); const pfxBytes = new Uint8Array ( pfxArrayBuffer );...signatures needed to sign const dsc = new DigitalSignatureColl (); // Cert...

    docs.aspose.com/cells/javascript-cpp/assign-and...
  3. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = New aw.Document(letterHeadpath); const contentDoc = New aw.Document(docPath); const headDocParagraphs = headDoc.sections…...outDir, logger) { const headDoc = new aw.Document(letterHeadpath);... const contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  4. DocumentBuilder.MoveToMergeField | Aspose.Words...

    Effortlessly navigate your document with the MoveToMergeField method. Instantly position the cursor beyond merge fields for seamless editing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Format Worksheet Cells in a Workbook with JavaS...

    Learn how to format worksheet cells in a workbook using Aspose.Cells for JavaScript via C++. Customize the appearance and style of data in spreadsheets.... Create a new console application. Add a reference...ame) { const cellsLicense = new AsposeCells.License(); cellsLicense...

    docs.aspose.com/cells/javascript-cpp/format-wor...
  6. DocumentBuilder.CellFormat | Aspose.Words for .NET

    Explore the DocumentBuilder CellFormat property for seamless table cell formatting. Enhance your documents with customizable styles and properties today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...at its current cell, and any new cells creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldAutoNumLgl | Aspose.Words for Java

    Implements the AUTONUMLGL field 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...
  8. Sending and Forwarding Messages - Send Outlook ...

    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....MailMessage instance MailMessage msg = new MailMessage (); // Create an...SmtpClient class SmtpClient client = new SmtpClient (); // Specify your...

    docs.aspose.com/email/java/sending-and-forwardi...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

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

    Represents a SubDocument - which is a reference to an externally stored document in Java.... Document doc = new Document(getMyDir() + "Master...throws Exception { Document doc = new Document(getMyDir() + "Docum...

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