Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 223,123 for

new

(0.16 sec)
  1. Փոխարկել TEXT HTML C#

    Փոխարկեք TEXT ը HTML ձևաչափի C# կոդով: Պահեք TEXT որպես HTML օգտագործելով C#:...Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/hy/net/conversion/tex...
  2. Fonts usage in Aspose.Words on Windows - Free S...

    I want to clarify a few things about using non-standard fonts on Windows. The documentation says that only the default instance is supported for ‘OpenType Font Variations’. I attached a sample of the font. a) Is tha…...this font or the changes in the new version has made it into some...doc = new Document(inPath); doc.WarningCallback = new HandleDocumentWarnin();...

    forum.aspose.com/t/fonts-usage-in-aspose-words-...
  3. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides — PPT, PPTX — to clean Markdown with Aspose.Slides for PHP via Java, automate documentation and keep formatting....to Markdown: $presentation = new Presentation ( "presentation...CommonMark: $presentation = new Presentation ( "presentation...

    docs.aspose.com/slides/php-java/convert-powerpo...
  4. ChartXValue.FromString | Aspose.Words for .NET

    Discover the ChartXValue FromString method to effortlessly create String-type ChartXValue instances. Enhance your data visualization today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...department2Series . Remove ( 0 ); // Add new values to the both series. ChartXValue...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Render Resource Usage or Sheet Views in Ruby | ...

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views using Aspose.Tasks Java for Ruby....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/rendering-resource-u...
  6. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...
  7. CellFormat.width property | Aspose.Words for No...

    CellFormat.width property. Gets the width of the cell in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Add Image Hyperlinks|Documentation

    Learn how to add image hyperlinks through the Aspose.Cells for JavaScript via C++ API.... or leave blank to create a new workbook. </ p > < input type...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-image-...
  9. Asponse.CAD 25.10.1 Dwg文件导出PDF或PNG,如果把空白区域裁剪掉? ...

    在实际的应用中,客户的一些文件,ViewReport设置很大,导致导出的文件有很大部分为空白区域,有没有方法把这此空白区域裁剪掉,以达到更好的用户体验?这样也可以减小导出文件的大小。 案例文件...pdfOptions = new PdfOptions { // 设置裁剪区域 PageSize = new Size(bounds...Load(fileName)) { PdfOptions pdfOptions = new PdfOptions(); CadRasterizationOpti...

    forum.aspose.com/t/asponse-cad-25-10-1-dwg-pdf-...
  10. Adding module for VBAProject does not work - Fr...

    Hi, we have a problem with adding a New VBA module to an existing dotm document. It works fine, if document has already an VBA module. But it does not work if dotm has none modules. To reproduce the problem, i have ad…...have a problem with adding a new VBA module to an existing dotm...for testing: Document doc = new Document("C:\\Temp\\in.dotm");...

    forum.aspose.com/t/adding-module-for-vbaproject...