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

alpha

(0.3 sec)
  1. 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...
  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. 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...
  4. 在 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/
  5. 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/
  6. 连接器|Aspose.Slides for PHP 文档

    连接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/php-java/connector/
  7. 在 .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/
  8. 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/
  9. 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/
  10. 使用 HTML 颜色 – 背景颜色和文本颜色

    您可以找到有关网站 HTML 颜色代码的信息--带有十六进制颜色代码、RGB、RGBA、HSL 和 HSLA 值的 HTML 颜色名称。...颜色值的扩展,带有一个决定颜色不透明度的 alpha 通道。HSLA 颜色值由色相、饱和度、明度和 alpha 指定,其中 alpha 参数指定不透明度。alpha...参数指定不透明度。alpha 参数是一个介于 0.0 和 1.0 之间的数字,0.0 表示 “完全透明”,1.0 表示 “完全不透明”。...

    docs.aspose.com/html/zh/net/tutorial/working-wi...