Sort Score
Result 10 results
Languages All
Labels All
Results 5,681 - 5,690 of 164,081 for

new

(0.06 sec)
  1. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector colors in a pie chart. Our guide will demonstrate how to assign unique colors to each slice, sector, or legion for improved visual appeal and data representation....external links const workbook = new AsposeCells . Workbook ( filePath...getArea (). setForegroundColor ( new AsposeCells . Color ( 0 , 246

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  2. Convert PowerPoint to PDF with Notes in Java|As...

    Convert PowerPoint to PDF with notes in Java...Presentation presentation = new Presentation ( "sample.pptx"...NotesCommentsLayouti notesOptions = new NotesCommentsLayouti (); notesOptions...

    docs.aspose.com/slides/java/convert-powerpoint-...
  3. Working with Visual Studio|Documentation

    This article introduces how to use GridWeb in visual studio.... Step 1: Creating New Web Site Open Visual Studio 2013...menu, select New Menu , then Web Site . The New Web Site dialog...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  4. Aspose.Cells 8.8.3 中的公共 API 更改|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....of Workbook Workbook book = new Workbook (); //Access first worksheet...LoadOptions LoadOptions loadOptions = new LoadOptions (); //Set the PaperSize...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Manage settings of Excel spreadsheet files with...

    Manage settings of Excel files using Aspose.Cells for Node.js via C++.... Create a new workbook or load an existing...); // Create a new workbook let workbook = new Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/workbook-setti...
  6. 管理 OLE|Aspose.Slides 文档

    在 Java 中将 OLE 对象添加到 PowerPoint 演示文稿...Presentation 类 Presentation pres = new Presentation (); try { // 访问第一张幻灯片...文件加载到流中 FileInputStream fs = new FileInputStream ( "book1.xlsx"...

    docs.aspose.com/slides/zh/java/manage-ole/
  7. 许可证|Documentation

    Aspose.Cells for JAVA提供不同的购买计划或提供免费试用和30天临时许可证以评估Java中的许可证和订阅政策。... License license = new com . aspose . cells . License.... cells . License license = new com . aspose . cells . License...

    docs.aspose.com/cells/zh/java/licensing/
  8. ExportHeadersFootersMode enumeration | Aspose.W...

    Aspose.Words.Saving.ExportHeadersFootersMode enumeration. Specifies how headers and footers are exported to HTML, MHTML or EPUB.... let doc = new aw . Document ( base . myDir...converting to html. let saveOptions = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageVerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.PageVerticalAlignment enum for optimal text alignment on pages. Enhance your document's layout with precise vertical justification!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...centered text." ); // If we start a new section using a document builder...

    reference.aspose.com/words/net/aspose.words/pag...
  10. Getting an error processing a PDF attachment - ...

    <p>I am using using the Aspose.Email to get attachments out of an Outlook email like this:</p> var mailMessage = Aspose.Email.Mail.MailMessage.Load(stream); var attachments = Aspose.Email.Outlook.MapiMessage.F…...DataLogics like this: var pdfStream = new MemoryStream(pdfAttachment.BinaryData);...BinaryData); var pdfDocument = new Datalogics.PDFL.Document(pdfStream);...

    forum.aspose.com/t/getting-an-error-processing-...