Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,632 for

alpha

(0.1 sec)
  1. 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/
  2. 在 .NET 中管理演示文稿的连接线|Aspose.Slides 文档

    让 .NET 应用程序能够在 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/net/connector/
  3. 在 Python 中管理演示文稿的连接线|Aspose.Slides for Python 文档

    让 Python 应用程序在 PowerPoint 和 OpenDocument 幻灯片中绘制、连接并自动路由线条——全面控制直线、折线和曲线连接线。...(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/
  4. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....the feature to add text with Alpha color channel. The following...color object from Alpha color channel int alpha = 10 ; int green...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  5. Manipulating Photoshop Formats|Documentation

    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.... Grayscale Support with Alpha for PSD This article shows how...how to support Grayscale with alpha for PSD file while converting...

    docs.aspose.com/imaging/java/manipulating-photo...
  6. NumberStyle enumeration | Aspose.Words for Python

    aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, page numbers....HEBREW1 Hebrew-1 ARABIC1 Arabic alpha HEBREW2 Hebrew-2 ARABIC2 Arabic...

    reference.aspose.com/words/python-net/aspose.wo...
  7. System.Drawing.Common (System.Drawing) alternat...

    System.Drawing alternative with Aspose.Drawing.Common C# API for drawing pictures. Cross platform drawing library for support 2D drawing including drawing lines, drawing shapes and bezier curves. Using affine transformation, anti-aliasing lines and shapes. Rendering text with different styles and fonts.... Moreover, you can utilize alpha blending and anti-aliasing for...

    docs.aspose.com/drawing/net/developer-guide/sys...
  8. 10. Appendix. Math symbols and commands

    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...
  9. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。...Slides 通过调整用于填充的颜色的 alpha 值来设置透明度。以下是操作方法: 创建一个 Presentation...Color.FromArgb(alpha, baseColor) 定义具有透明度的颜色( alpha 分量控制透明度)。 保存演示文稿。...

    docs.aspose.com/slides/zh/net/shape-formatting/
  10. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....the entire paragraph : int alpha = 50 ; using ( var presentation...Color = Color . FromArgb ( alpha , Color . Black ); presentation...

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