Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 213,069 for

new

(0.3 sec)
  1. FixedPageSaveOptions.metafileRenderingOptions p...

    FixedPageSaveOptions.metafileRenderingOptions property. Allows to specify metafile rendering options....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir...); let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CleanupOptions.duplicateStyle property | Aspose...

    CleanupOptions.duplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from document... let doc = new aw . Document (); // Add two...myStyle . font . name = "Courier New" ; myStyle . font . color = "blue"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Section.EnsureMinimum | Aspose.Words for .NET

    Optimize your content with the EnsureMinimum method, guaranteeing each section includes a Body with a Paragraph for enhanced clarity and structure....prepare a new section node for editing. Document doc = new Document...Paragraph )); // If we add a new section like this, it will not...

    reference.aspose.com/words/net/aspose.words/sec...
  4. Create a Task|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....task to disc: Instantiate a new object of the MapiTask class...MSG format. MapiTask task = new MapiTask ( "To Do" , "Just click...

    docs.aspose.com/email/net/create-a-task/
  5. Set Conditional Formats of Excel and ODS files|...

    How to apply conditional formats to Excel and ODS files in JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link for the image const blob = new Blob ([ imageData ], { type :...

    docs.aspose.com/cells/javascript-cpp/conditiona...
  6. Add properties in XMP metadata of EPS | Java

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xmp-metadata/add-prop...
  7. ChartSeries | Aspose.Words for Java

    Represents chart series properties 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. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...final License ASPOSE_LICENSE = new License(); static { try (InputStream...catch (Exception e) { throw new ToastMessageExceptio("The aspose...

    forum.aspose.com/t/word-header-footer-x-y/316493
  9. Generate Reports in EML Files via .NET | produc...

    C# source code to generate EML format reports on .NET Framework, .NET Core, and Xamarin Platforms....MailMessage MailMessage template = new MailMessage(); // add template...#FirstName#" ; template.From = new MailAddress( "This email address...

    products.aspose.com/email/net/assembly/eml/
  10. Convert PPT and PPTX to PDF in .NET [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in .NET using Aspose.Slides, with fast C# code examples and advanced conversion options.... using var presentation = new Presentation ( "PowerPoint.ppt"...PdfOptions class. var pdfOptions = new PdfOptions { // Set the quality...

    docs.aspose.com/slides/net/convert-powerpoint-t...