Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 33,805 for

new

(0.17 sec)
  1. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation class Presentation pres = new Presentation ( "Test.pptx" );...

    docs.aspose.com/slides/java/manage-rows-and-col...
  2. Manage Rows and Columns|Aspose.Slides Documenta...

    Manage table rows and columns in PowerPoint presentations in Java...Presentation class Presentation pres = new Presentation ( "table.pptx" );...Presentation class Presentation pres = new Presentation ( "Test.pptx" );...

    docs.aspose.com/slides/androidjava/manage-rows-...
  3. Renumbering starts at 1 again - Free Support Fo...

    Hello, the numbering in the ‘Bilanz’ document should start at 2. The numbering in the ‘GuV’ document should start at 3. When I append the ‘GuV’ to a document, the numbering persists. However, if I do the same with th…... Document docStart = new Document(@"C:\Temp\DocStart.docx");...docx"); Document docContent = new Document(@"C:\Temp\DocContent...

    forum.aspose.com/t/renumbering-starts-at-1-agai...
  4. ImportFormatOptions.MergePastedLists | Aspose.W...

    Control list merging with the ImportFormatOptions MergePastedLists property. Easily manage pasted lists to enhance document formatting. Default, false.... Document srcDoc = new Document ( MyDir + "List item...item.docx" ); Document dstDoc = new Document ( MyDir + "List destination...

    reference.aspose.com/words/net/aspose.words/imp...
  5. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... $generator = new BarcodeGenerator ( EncodeTypes...save ( "test.png" ); $reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/phpjava/read-barcode-pr...
  6. Rendering Timescaled Gantt Chart Views

    Learn how to render Gantt charts from your project files (MPP/XML/Primavera XML) with different timescale resolutions using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/rendering-gantt-chart/
  7. 图像|Aspose.Slides for PHP 文档

    使用 PHP 在 PowerPoint 演示文稿的幻灯片中处理图像。从磁盘或网络添加图像到 PowerPoint 幻灯片中。使用 PHP 将图像添加到幻灯片母版或作为幻灯片背景。使用 PHP 将 SVG 添加到 PowerPoint 演示文稿中。使用 PHP 将 SVG 转换为 PowerPoint 中的形状。使用 PHP 将图像作为 EMF 添加到幻灯片中。...例代码演示了如何将图像添加到幻灯片中: $pres = new Presentation (); try { $slide...以下示例代码演示了如何将网络图像添加到幻灯片中: $pres = new Presentation (); try { $slide...

    docs.aspose.com/slides/zh/php-java/image/
  8. FieldAutoNum | Aspose.Words for Java

    Implements the AUTONUM field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...character of its string as the new separator character. // In this...

    reference.aspose.com/words/java/com.aspose.word...
  9. Custom PowerPoint Font in Java|Aspose.Slides Do...

    PowerPoint custom fonts in Java...seek fonts String [] folders = new String [] { externalFontsDir...rendering Presentation pres = new Presentation ( "DefaultFonts...

    docs.aspose.com/slides/java/custom-font/
  10. Custom PowerPoint Font in C#|Aspose.Slides Docu...

    PowerPoint custom fonts in C#...seek fonts String [] folders = new String [] { dataDir }; // Loads...Presentation presentation = new Presentation ( dataDir + "DefaultFonts...

    docs.aspose.com/slides/net/custom-font/