Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 1,634 for

alpha

(0.05 sec)
  1. 在 .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/
  2. 在 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/
  3. 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/
  4. 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/
  5. NumberStyle enumeration | Aspose.Words for Node.js

    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/nodejs-net/aspose.wo...
  6. 使用 Java 管理演示文稿中的连接线|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/java/connector/
  7. 连接器|Aspose.Slides for Node.js via .NET 文档

    在 JavaScript 中连接 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/nodejs-java/connector/
  8. Add Watermarks to Presentations in Java|Aspose....

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in Java to indicate a draft, confidential information, copyright, and more....watermark text, use this code: int alpha = 150 , red = 200 , green =...Color ( red , green , blue , alpha )); Center a Text Watermark...

    docs.aspose.com/slides/java/watermark/
  9. Convert HSL to RGB – C# Сode and Online Converter

    Work with color codes and convert HSL to RGB in C# using Aspose.SVG for .NET. Try the online Color Converter for free!...Lightness, and Alpha) HSLA TO RGBA (Red, Green, Blue, and Alpha) © Aspose...

    products.aspose.com/svg/net/color-converter/hsl...
  10. Add Watermarks to Presentations in C++|Aspose.S...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations in C++ to indicate a draft, confidential information, copyright, and more....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/