Sort Score
Result 10 results
Languages All
Labels All
Results 7,521 - 7,530 of 155,327 for

2

(0.1 sec)
  1. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....it with the pseudocode: Copy 1 2 using Aspose.Font ; 3 ... 4 5...mentioned before, to give it 2 font parameters, - the format...

    docs.aspose.com/font/net/how-to-load-fonts/
  2. SVG 中的填充和描边 – 基础知识和 SVG 代码 – Aspose.SVG指南

    了解允许您设置 SVG 填充和描边不同方面的属性,包括颜色、不透明度、粗细、虚线的使用等。...每个属性都有一个相应的表示属性,这在 W3 SVG 2.0 规范的样式章节中进行了描述。 SVG 填充和 SVG 描边属性...style="stroke:#00ff00; stroke-width:2; fill:#ff0000" 但是可以使用以下语法在表示属性中给出相同的...

    docs.aspose.com/svg/zh/net/drawing-basics/fills...
  3. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....page" }; for ( int i = 0 ; i < 2 ; i ++) { // Create Heading object...DestinationPage = document . Pages [ i + 2 ]; // Destination page heading...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  4. Morse‑Code Translation with Aspose.Font | .NET

    Learn how to encode, decode, and render Morse‑code using Aspose.Font in C#/.NET and Java, with full API examples and platform guidance....Font 2 Add namespaces (C#) Copy 1 using Aspose. Font ; 2 using...TextUtilsFactory (added in 23.10). 2 Core interfaces IFontMorseEncoder...

    docs.aspose.com/font/net/developer-guide/morse-...
  5. Occurs error while converting HTML into PDF - F...

    Hi guy we encounters a problem while converting html into pdf base on Aspose.PDF which version is 22.11 . the html file as bellow zipped attachment . task-544.zip (593.2 KB) the code as bellow . var fileFullPa…...2 KB) the code as bellow . var fileFullPath...Collections.Generic.Dictionary 2.FindEntry(TKey key) at System...

    forum.aspose.com/t/occurs-error-while-convertin...
  6. Format Table in Document in NPOI|Aspose.Words f...

    Format table in a document easily and fast instead of using NPOI in C#.... Single , 2.0 , Color . Black ); // Set the...; builder . Writeln ( "Cell #2" ); // End this row. builder ...

    docs.aspose.com/words/net/format-table-in-docum...
  7. I want to convert my downloaded webpage to mhtm...

    I have a webpage that I had recently downloaded from the internet archive Wayback Machine and I am not sure if you could convert it for me so that I can easily be able to browse and interact with it using a HTML viewer b…...Family Kainerecycler September 2, 2023, 1:02am 1 I have a webpage...please. asad.ali September 2, 2023, 12:38pm 2 @Kainerecycler Can you...

    forum.aspose.com/t/i-want-to-convert-my-downloa...
  8. Manage fonts within HTML

    Discover the world of fonts for HTML. From web-safe choices to custom @font-face integration, explore how fonts shape design and user experience.... Copy 1 p { 2 font-size : 16 px ; 3 } Relative...p { 2 font-size : 100 % ; 3 } 4 5 p { 6 font-size : 1.2 em ;...

    docs.aspose.com/font/net/fonts-for-html/
  9. Unable to login using Old Account - Free Suppor...

    Hi, We are unable to login using this Old Account: goossen.de.bruin@solipsis.nl Solipsis was our initial company, then (Youforce aka Visma Raet) adquired Solipsis. We need to recover the accces to this account to renew…...Discourse February 6, 2026, 11:00am 2 @cristo.amezcua I understand you...account Open the Aspose login page [2] and click Forgot password? ....

    forum.aspose.com/t/unable-to-login-using-old-ac...
  10. Paragraph.runs property | Aspose.Words for Python

    Paragraph.runs property. Provides access to the typed collection of pieces of text inside the paragraph....assertTrue ( runs [ 2 ] . is_insert_revision ) # 2 - A "format" revision:...changes. self . assertTrue ( runs [ 2 ] . is_format_revision ) # 3 -...

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