Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 597 for

alpha

(0.25 sec)
  1. Add a Watermark to a Presentation in C#|Aspose....

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in C# to indicate a draft, confidential information, copyright, and more....Adjusting the color transparency (alpha) along with the red, green,...use the following code: int alpha = 150 , red = 200 , green =...

    docs.aspose.com/slides/net/watermark/
  2. Supported Barcode Types and Image Formats|Docum...

    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....UPC-E, UpcaGs1DatabarCoupon Alpha-Numeric Code 128, Code 39, Code...

    docs.aspose.com/barcode/phpjava/supported-barco...
  3. 连接器|Aspose.Slides 文档

    在Java中连接PowerPoint形状...(x — x0) * cos(alpha) — (y — y0) * sin(alpha) + x0; Y = (x —...— x0) * sin(alpha) + (y — y0) * cos(alpha) + y0; 在我们的案例中,物体的旋...

    docs.aspose.com/slides/zh/androidjava/connector/
  4. 连接器|Aspose.Slides for Python 文档

    在 Python 中连接 PowerPoint 形状...(x — x0) * cos(alpha) — (y — y0) * sin(alpha) + x0; Y = (x —...— x0) * sin(alpha) + (y — y0) * cos(alpha) + y0; 在我们的例子中,物体的旋转角度为...

    docs.aspose.com/slides/zh/python-net/connector/
  5. Aspose.PSD for Java 20.3 - Release Notes|Docume...

    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....loading image with empty Unicode Alpha Names Resource Bug PSDJAVA-139...loading image with empty Unicode Alpha Names Resource String inFilePath...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  6. Appendix. Math symbols and commands | LaTeX manual

    This article discusses different LaTeX math symbols and commands and their meaning. Learn how to insert operators, greek letters, etc. within LaTeX....appear in the roman alphabet ( \Alpha={\rm A} , \Beta={\rm B} , etc...

    docs.aspose.com/tex/java/latex-math-symbols-com...
  7. 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...
  8. 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/
  9. 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/
  10. 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/