Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 222,903 for

new

(0.22 sec)
  1. 使用日历取消会议请求|Documentation

    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....SMTPClient SmtpClient client = new SmtpClient ( "MailServer" , "Username"...MailAddressCollectio attendees = new MailAddressCollectio (); for...

    docs.aspose.com/email/zh/java/cancelling-meetin...
  2. FieldSaveDate | Aspose.Words for Java

    Implements the SAVEDATE field in Java.... Document doc = new Document(getMyDir() + "Document...docx"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  3. VbaModule.type property | Aspose.Words for Python

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... Document () # Create a new VBA project. project = aw . vba...vba_project = project # Create a new module and specify a macro source...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert HTML to GIF – C# Examples and Online Co...

    Convert HTML to GIF using Aspose.HTML for .NET. Consider various HTML to GIF conversion scenarios in C# examples. Try online HTML Converter....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/convert-html-to-gif/
  5. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。... const loadOptions3 = new AsposeCells . LoadOptions ( AsposeCells...path const wbSpreadSheetML = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  6. FieldAuthor | Aspose.Words for Java

    Implements the AUTHOR field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...will display the new name and apply the new name to the built-in...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 JavaScript 中向 PowerPoint 演示文稿添加数学公式|Aspose.Sl...

    使用 Aspose.Slides for Node.js 在 PowerPoint PPT 和 PPTX 中插入和编辑数学公式,支持 OMML、格式控制以及清晰的代码示例。...要在幻灯片上添加数学表达式,首先添加一个形状来容纳数学文本: var pres = new aspose . slides . Presentation...。例如,创建一个分数并将其放入演示文稿: var fraction = new aspose . slides . MathematicalText...

    docs.aspose.com/slides/zh/nodejs-java/powerpoin...
  8. Convert JPG To WORD Javascript

    Convert JPG to WORD format in JavaScript code. Save JPG as WORD using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  9. Convert JPG To TXT Javascript

    Convert JPG to TXT format in JavaScript code. Save JPG as TXT using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  10. Unclear margin behavior when stamping with a Cr...

    Using Aspose.Pdf 8.4.1, I'm seeing an odd behavior when attempting to add text stamps to a PDF page that has a CropBox defined. Using the code below, only the version using offsets to compensate for the crop box (includ…...pdf”; using (var outputStream = new MemoryStream()) { string placeHolderText...MARGIN TEST”; var pdfBuilder = new Pdf(outputStream); var pdfSection...

    forum.aspose.com/t/unclear-margin-behavior-when...