Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 118,483 for

new

(0.12 sec)
  1. Digital Signature in PowerPoint|Aspose.Slides D...

    Add digital signature certificate, certificate authority into PowerPoint presentation with Aspose.Slides....presentation file Presentation pres = new Presentation (); try { // Create...DigitalSignature signature = new DigitalSignature ( "testsignature1...

    docs.aspose.com/slides/androidjava/digital-sign...
  2. Digital Signature in PowerPoint|Aspose.Slides D...

    Add digital signature certificate, certificate authority into PowerPoint presentation with Aspose.Slides....presentation file Presentation pres = new Presentation (); try { // Create...DigitalSignature signature = new DigitalSignature ( "testsignature1...

    docs.aspose.com/slides/java/digital-signature-i...
  3. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = New Workbook(dir + @"\T…...using (Workbook TemplateWB = new Workbook(dir + @"\Test_05142025\Chart_Template...ImageOrPrintOptions options = new ImageOrPrintOptions { OnePagePerSheet...

    forum.aspose.com/t/labels-in-charts-are-positio...
  4. ResourceLoadingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Loading.ResourceLoadingArgs class, designed to enhance resource loading efficiency in your applications. Unlock seamless integration today!...doc = new Document (); doc . ResourceLoadingCallb = new ImageNameHandler...(); DocumentBuilder builder = new DocumentBuilder ( doc ); // Images...

    reference.aspose.com/words/net/aspose.words.loa...
  5. ChartSeriesCollection.removeAt method | Aspose....

    ChartSeriesCollection.removeAt method. Removes a [ChartSeries](../../chartseries/) at the specified index....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// We can add a series with new values for existing categories...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Adding Attachments and HTML Text to Outlook Msg...

    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.... Application objOutlook = new Outlook . Application (); //Create...MailMessage MailMessage msg = new MailMessage (); // Set properties...

    docs.aspose.com/email/net/adding-attachments-an...
  7. 从文档中导入/导出数据|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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...string values string [] names = new string [] { "laurence chen" ...

    docs.aspose.com/cells/zh/net/import-export-data...
  8. Manual integration of Aspose.Slides in SSRS 201...

    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...."Render" if (-not $aspps ) { New-SPRSExtension -ExtensionType...ReportingServices" } if (-not $aspptx) { New-SPRSExtension -ExtensionType...

    docs.aspose.com/slides/reportingservices/manual...
  9. 使用 C# 将表格添加到 PDF | Aspose.PDF

    C# 原始程式碼,用於在 .NET 框架、.NET Core 和 PHP、VBScript、德爾福C++通過 COM 互操作在 PDF 檔中添加表。...pdfDocument = new ( inputFile ); Aspose . Pdf . Table table = new Aspose...Aspose . Pdf . Table { Border = new Aspose . Pdf . BorderInfo ( Aspose...

    products.aspose.com/pdf/zh-hant/net/table/add/
  10. Table.SetBorders | Aspose.Words for .NET

    Customize your tables effortlessly with the SetBorders method, adjusting line style, width, and color for a polished, professional look.... Document doc = new Document ( MyDir + "Tables.docx"...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.tab...