Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 192,519 for

new

(0.17 sec)
  1. Aspose::Words::Vba::VbaModuleType enum | Aspose...

    Aspose::Words::Vba::VbaModuleType enum. Specifies the type of a model in a VBA project in C++....for a new object. Each instance of a class creates a new object...:: Document > (); // Create a new VBA project. auto project = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  2. Open Presentation in JavaScript|Aspose.Slides f...

    Open or load Presentation PPT, PPTX, ODP in JavaScript...(content on its slides), add new slides or remove existing ones...to its constructor var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/open-present...
  3. DocumentLoadingArgs Class | Aspose.Words for .NET

    Explore the Aspose.Words.Loading.DocumentLoadingArgs class for efficient document loading. Enhance your workflow with powerful notification arguments....LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  4. According to page size how to set the Bookmark ...

    For example: Zoom level: Fit Width, Document OriginalPDF = New Document();Page pdfPage = null; .....pdfPage = OriginalPDF.Pages[3]; pdfPage.CropBox.Height; pdfPage.MediaBox.Height; pdfPage.Rect.Hei…...Width, Document OriginalPDF = new Document(); Page pdfPage = null;...//open document Document doc = new Document(myDir + "input.pdf");...

    forum.aspose.com/t/according-to-page-size-how-t...
  5. LoadOptions.ProgressCallback | Aspose.Words for...

    Discover the LoadOptions ProgressCallback property to track document loading progress efficiently. Enhance your app's performance and user experience!...LoadingProgressCallb progressCallback = new LoadingProgressCallb (); LoadOptions...LoadOptions loadOptions = new LoadOptions { ProgressCallback = progressCallback...

    reference.aspose.com/words/net/aspose.words.loa...
  6. ChartDataPoint.Marker | Aspose.Words for .NET

    Discover the ChartDataPoint Marker property to enhance your charts with customizable data markers for clearer insights and impactful visualizations....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Aspose.PSD for .NET 23.9 - 发行说明|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....expected , actual )) { throw new Exception ( message ?? "对象不相等。"...); image . Save ( outputPng , new PngOptions ()); } PSDNET-1194...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. Node | Aspose.Words for Java

    Base class for all nodes of a Word document in Java.... Document doc = new Document(getMyDir() + "Tables...composite node. Document doc = new Document(); Paragraph para =...

    reference.aspose.com/words/java/com.aspose.word...
  9. 管理 PowerPoint 段落|Aspose.Slides for PHP 文档

    创建和管理 PowerPoint 演示文稿中的段落、文本、缩进和属性...PPTX 文件的 Presentation 类 $pres = new Presentation (); try { # 访问第一张幻灯片...0 ); $port01 = new Portion (); $port02 = new Portion (); $para0...

    docs.aspose.com/slides/zh/php-java/manage-parag...
  10. Create Fallback Font|Aspose.Slides 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....IFontFallBackRule firstRule = new FontFallBackRule ( startUnicodeIndex...IFontFallBackRule secondRule = new FontFallBackRule ( 0x3040 , 0x309F...

    docs.aspose.com/slides/java/create-fallback-font/