Sort Score
Result 10 results
Languages All
Labels All
Results 8,771 - 8,780 of 159,267 for

2

(0.62 sec)
  1. How to Create and Draw on Bitmaps with Aspose.D...

    Learn how to create and draw on bitmap images using Aspose.Drawing for .NET. Follow this guide with code, setup, and performance tips for C# developers....NuGet Package Manager Console 2. Apply a License Step-by-Step:...and reference the DLL manually. 2. Apply a License # Without a license...

    blog.aspose.com/drawing/how-to-create-and-draw-...
  2. main.min.1d0844447f9823dcc23c3f0e6416bc6b243c11...

    @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i";@fa-font-path:"../webfonts";/*!* Bootstrap v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootst......2;color:inherit}h1,.h1{font-size:2rem}h2...600;line-height:1.2}.display-2{font-size:2.5rem;font-weight:600;line-height:1...

    docs.aspose.com/words/scss/main.min.1d0844447f9...
  3. GeneralFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.GeneralFormat enum, which enhances numeric text formatting for fields, ensuring clarity and precision in your documents.... UppercaseAlphabetic 2 Numeric formatting. Formats a...= builder . InsertField ( "= 2 + 3" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  5. 在 C++ 中管理演示文稿表格|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 幻灯片中创建和编辑表格。发现简洁的代码示例,以简化表格工作流。...( 5 ); } } // 合并第 1 行的第 1 和第 2 个单元格 tbl -> MergeCells ( tbl ->...0) (2, 0) (3, 0) (0, 1) (1, 1) (2, 1) (3, 1) (0, 2) (1, 2) (2...

    docs.aspose.com/slides/zh/cpp/manage-table/
  6. Table contents are getting split while converti...

    Hi, I’m trying to convert a docx file (containing 23 pages along with some tables present inside, page 4) into pdf with Aspose.words 25.11 While exploring the pdf, I found that the output contains 25 pages and the tabl…...which was present got split into 2 different tables on separate pages...in the table of contents (page 2). input.zip (7.4 MB) 411×846 19...

    forum.aspose.com/t/table-contents-are-getting-s...
  7. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...StartCell(Cell cell) { if (_column == 2) cell.PutValue(""); // when use...Discourse May 16, 2025, 12:24pm 2 @523218882 The exception “Object...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  8. 在 JavaScript 中管理演示文稿主题|Aspose.Slides for Node.j...

    使用 Aspose.Slides for Node.js 在 JavaScript 中精通演示文稿主题,以创建、定制并转换具有一致品牌形象的 PowerPoint 文件。...应用亮度变换时,会产生附加调色板 (2) 中的颜色。随后您可以设置和获取这些主题颜色。 1 - 主主题颜色 2 - 来自附加调色板的颜色。...ColorTransformOperat . MultiplyLuminance , 0.2 ); shape2 . getFillFormat ()....

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  9. If you modify the textLayer and save the psd fi...

    If you modify the textLayer and save the psd file, an error occurs. The error is this: class com.aspose.psd.internal.Exceptions.ArgumentException: The rectangle has no common processing area. Cannot proceed. com.aspos…...Sorokin September 15, 2023, 3:41am 2 @sewang could you please provide...Dmitriy.Sorokin September 19, 2023, 2:46pm 4 @sewang please attach this...

    forum.aspose.com/t/if-you-modify-the-textlayer-...
  10. Document.ExtractPages | Aspose.Words for .NET

    Discover the Document ExtractPages method to effortlessly retrieve specific page ranges, enhancing your document management and efficiency.... ExtractPages ( 0 , 2 ); doc . Save ( ArtifactsDir +...as if we had selected "Print 2 pages" in MS Word. // The start...

    reference.aspose.com/words/net/aspose.words/doc...