Sort Score
Result 10 results
Languages All
Labels All
Results 5,321 - 5,330 of 214,361 for

new

(0.08 sec)
  1. Set Default Font while rendering spreadsheet to...

    Learn how to set the default font while rendering a spreadsheet to HTML using Aspose.Cells for C++....names such as Courier New, Arial, Times New Roman, etc. The screenshot...output HTML file with Courier New , the output HTML with Arial...

    docs.aspose.com/cells/cpp/set-default-font-whil...
  2. ContentDisposition | Aspose.Words for Java

    Enumerates different ways of presenting the document at the client browser in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); doc.getMailMerge().execute(new String[]{"FullName", "Company"...

    reference.aspose.com/words/java/com.aspose.word...
  3. Converting Email Messages in PHP|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....MessageFormat $mailMessage = new MailMessage (); $eml = $mailMessage...Unicode format $saveOptions = new SaveOptions (); $eml -> save...

    docs.aspose.com/email/java/converting-email-mes...
  4. Creating and Saving Outlook Notes in PHP|Docume...

    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.... PHP Code $note = new MapiNote (); $note -> setSubject...color note" ); $noteColor = new NoteColor (); $note -> setColor...

    docs.aspose.com/email/java/creating-and-saving-...
  5. Save Email Message using Aspose.Email and Apach...

    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....body can be extracted to create new file. Java String filename =...msg = new MAPIMessage ( filename ); PrintWriter txtOut = new PrintWriter...

    docs.aspose.com/email/java/save-email-message-u...
  6. CommentRangeEnd Class | Aspose.Words for .NET

    Discover the Aspose.Words.CommentRangeEnd class, marking the end of comment-associated text regions. Enhance document management with precise commenting!...DocumentBase , int ) Initializes a new instance of this class. Properties...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  7. Add PDF Page Stamp to PDF|Aspose.PDF for PHP vi...

    Add a Page stamp to a PDF file using the PdfPageStamp class with PHP....$document = new Document ( $inputFile ); $bluePageStamp = new PdfPageStamp...setBackground ( true ); $plumPageStamp = new PdfPageStamp ( $inputPageFile...

    docs.aspose.com/pdf/php-java/page-stamps-in-the...
  8. Assign Macro to Form Control with Node.js via C...

    Learn how to assign a macro code to a Form Control like a Button using Aspose.Cells for Node.js via C++....getMacroName() property to assign a new Macro Code to a Form Control...following sample code creates a new workbook, assigns a Macro Code...

    docs.aspose.com/cells/nodejs-cpp/assign-macro-t...
  9. 使用 Java 打印 PDF | Aspose.PDF

    使用 Aspose.PDF for Java 透過 Java 範例程式碼以程式方式列印 PDF 文檔...PdfViewer object PdfViewer viewer = new PdfViewer (); //Open input PDF...PdfPrinterSettings printerSettings = new PdfPrinterSettings (); PrintPageSettings...

    products.aspose.com/pdf/zh-hant/java/print/
  10. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加文本...file Document pdfDocument = new Document ( DATA_DIR . resolve...TextFragment textFragment = new TextFragment ( "Aspose.PDF" );...

    products.aspose.com/pdf/zh-hant/java/text/