Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 223,147 for

new

(0.35 sec)
  1. Convert Visio to other formats|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to SVG,XPS,XML,XAML formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to SVG,XPS,XML,XAML with a few lines of code....VSD diagram Diagram diagram = new Diagram ( dataDir + "ExportToPDF...); MemoryStream pdfStream = new MemoryStream (); // Save diagram...

    docs.aspose.com/diagram/net/convert-visio-to-ot...
  2. De excel a prn - Free Support Forum - aspose.com

    de excel a prn...siguiente: Workbook workbook = new Workbook(filePath + "sample.xlsx");...xlsx"); TxtSaveOptions options = new TxtSaveOptions(); options.Separator...

    forum.aspose.com/t/de-excel-a-prn/310848
  3. 页眉页脚|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中控制页眉和页脚:添加或编辑日期/时间、页码和页脚文本,显示或隐藏 PPT、PPTX 和 ODP 中的占位符。...Add_Header_Footer () { using var pres = new Presentation (); var slide =...Update_Date_Time () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. Convert SVG file to PDF format in Ruby|Aspose.P...

    Learn how to convert SVG files to PDF format in Ruby using Aspose.PDF for accurate and scalable document transformation.... new # Create document object pdf...aspose . pdf . Document ' ). new ( data_dir + ' Example . svg...

    docs.aspose.com/pdf/java/convert-svg-file-to-pd...
  5. Saving Files 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....Cells Helper Object $ptr = new \COM ( 'Aspose.Cells.Interop...file path $workbook = $ptr -> New ( "Aspose.Cells.Workbook" , array...

    docs.aspose.com/cells/net/saving-files-in-php/
  6. VbaModule.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaModule with the Clone method. Streamline your coding process and enhance productivity with this powerful feature.... Document doc = new Document ( MyDir + "VBA project...docm" ); Document destDoc = new Document (); VbaProject copyVbaProject...

    reference.aspose.com/words/net/aspose.words.vba...
  7. Font.Spacing | Aspose.Words for .NET

    Discover the Font Spacing property to easily adjust character spacing in points. Enhance readability and design with precise typographic control....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  8. ViewOptions.viewType property | Aspose.Words fo...

    ViewOptions.viewType property. Controls the view mode in Microsoft Word....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 使用 PHP 在演示文稿中嵌入字体|Aspose.Slides for PHP 文档

    通过 Java 的 Aspose.Slides for PHP 在 PowerPoint 和 OpenDocument 演示文稿中嵌入 TrueType 字体,确保在所有平台上准确渲染。...实例化一个表示演示文稿文件的 Presentation 对象 $pres = new Presentation ( "EmbeddedFonts...get_Item ( 0 ) -> getImage ( new Java ( "java.awt.Dimension" ...

    docs.aspose.com/slides/zh/php-java/embedded-font/
  10. Node class | Aspose.Words for Node.js

    Aspose.Words.Node class. Base class for all nodes of a Word document... let doc = new aw . Document (); let para =...firstParagraph ; para . appendChild ( new aw . Run ( doc , "Hello world...

    reference.aspose.com/words/nodejs-net/aspose.wo...