Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,454 for

alpha

(0.12 sec)
  1. Aspose.PSD CLI NLP Editor for .NET 24.6 - Relea...

    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....this folder to png format with alpha --license "C:\Aspose\LicenseFile...

    docs.aspose.com/psd/net/cli/nlp-editor/aspose-p...
  2. choicebox|Documentation

    An element that generates a question with a fixed number of answers.... For example, (α) Alpha Centauri . The character is...generated form. For example: (α) Alpha Centauri (β) Beta Geminorum...

    docs.aspose.com/omr/net/txt-markup/choicebox/
  3. Convert CDR to PNG using Python

    Set the environment to use Aspose.Imaging for Python via .NET to convert CDR to PNG using Python. It has all the details to set the IDE, a list of steps, and a sample code for CDR to PNG conversion software in Python....set its color_type to include alpha transparency for high-quality...

    kb.aspose.com/imaging/python/convert-cdr-to-png...
  4. ChoiceBoxConfig|Documentation

    ChoiceBoxConfig element generates a question with a fixed number of answers.... For example, (α) Alpha Centauri . The character is...

    docs.aspose.com/omr/net/programmatic-forms/choi...
  5. Watermark|Aspose.Slides Documentation

    Add text and image watermarks to PowerPoint presentations in C++...watermark text, use this code: auto alpha = 150 , red = 200 , green =...set_Color ( Color :: FromArgb ( alpha , red , green , blue )); Center...

    docs.aspose.com/slides/cpp/watermark/
  6. Watermark|Aspose.Slides for PHP Documentation

    Add text and image watermarks to PowerPoint presentations in PHP...watermark text, use this code: $alpha = 150 ; $red = 200 ; $green..., $red , $green , $blue , $alpha ); $fillFormat = $watermarkFrame...

    docs.aspose.com/slides/php-java/watermark/
  7. Watermark|Aspose.Slides Documentation

    Add text and image watermarks to PowerPoint presentations in Java...watermark text, use this code: int alpha = 150 , red = 200 , green =... setColor ( Color . argb ( alpha , red , green , blue )); Center...

    docs.aspose.com/slides/androidjava/watermark/
  8. 档案

    档案...Solid; int alpha = 150, red = 200, green = 200...System.Drawing.Color.FromArgb(alpha, red, green, blue); // 从修改中锁定形状...

    blog.aspose.com/zh/slides/add-watermark-to-powe...
  9. NumberStyle | Aspose.Words for Java

    Specifies the number style for a list footnotes and endnotes page numbers in Java....3, …) ARABIC_1 Arabic alpha ARABIC_2 Arabic abjad ARABIC_FULL_WIDTH...static int ARABIC_1 Arabic alpha ARABIC_2 public static int ARABIC_2...

    reference.aspose.com/words/java/com.aspose.word...
  10. Format PowerPoint Text in C#|Aspose.Slides Docu...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more with powerful C# code examples....the entire paragraph : int alpha = 50 ; using ( var presentation...Color = Color . FromArgb ( alpha , Color . Black ); presentation...

    docs.aspose.com/slides/net/text-formatting/