Sort Score
Result 10 results
Languages All
Labels All
Results 6,281 - 6,290 of 222,973 for

new

(0.09 sec)
  1. Deleting Messages from Server|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.... try ( ImapClient client = new ImapClient ( "host" , "username"...IN_BOX ); MailMessage eml = new MailMessage ( "from@from.com"...

    docs.aspose.com/email/java/deleting-messages-fr...
  2. How to add Circle Annotation using Java | Aspos...

    Add Circle annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new com . aspose . pdf . Document...

    products.aspose.com/pdf/java/annotation/circle/...
  3. FieldAutoTextList.ListStyle | Aspose.Words for ...

    Discover the FieldAutoTextList ListStyle property to customize your entry lists effortlessly. Enhance your content with tailored styles today!...FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  4. PdfSaveOptions | Aspose.Words for .NET

    Discover the PdfSaveOptions constructor, designed to effortlessly initialize and save your documents in high-quality PDF format. Streamline your workflow today!...PdfSaveOptions constructor Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Timeout when using Aspose.SVG.Drawing.SkiaSharp...

    I am attempting to convert SVG images to compressed JPG images. I started by using Aspose.SVG, and implemented a method to do just that. It is rather slow, but it did manage to make some decent jpg compressions. Howeve…...Image; using var svg = new SVGDocument(svgStream, options...ImageUrl); var renderingOptions = new ImageRenderingOption(ImageFormat...

    forum.aspose.com/t/timeout-when-using-aspose-sv...
  6. 公共 API Aspose.Diagram 6.6.0 的变化|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....Visio diagram Diagram diagram = new Diagram ( @"c:\temp\macro.vsdm"...Visio diagram Diagram diagram = new Diagram ( DirPath + "Drawing1...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  7. PdfSaveOptions.outlineOptions property | Aspose...

    PdfSaveOptions.outlineOptions property. Allows to specify outline options....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Working with Masters|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....a VDX file Diagram diagram = new Diagram ( dataDir + "drawing...Load diagram Diagram diagram = new Diagram (); // Load stencil to...

    docs.aspose.com/diagram/java/working-with-masters/
  9. HtmlSaveOptions.ExportLanguageInformation | Asp...

    Control language export in HTML, MHTML, or EPUB with HtmlSaveOptions. Enhance document accessibility and reach a wider audience effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 使用C++的JavaScript设置打印选项|Documentation

    本文演示了如何使用JavaScript API和C++库以编程方式设置Excel工作表页面设置功能的打印选项。您可以设置打印区域、打印标题和页面顺序。...Instantiate a new Workbook object const workbook = new Workbook ();...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/setting...