Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 5,716 for

transparency

(0.14 sec)
  1. 用JavaScript通过C++读取形状的发光效果颜色|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++读取形状发光效果的颜色...isShapeColor ; const transparency = color . transparency ; const type...console . log ( "Transparency: " + transparency ); console . log...

    docs.aspose.com/cells/zh/javascript-cpp/read-co...
  2. GradientStop constructor | Aspose.Words for Nod...

    Aspose.Words.Drawing.GradientStop constructor...GradientStop(color, position, transparency) Initializes a new instance...string , position : number , transparency : number ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. GradientStop class | Aspose.Words for Python

    aspose.words.drawing.GradientStop class. Represents one gradient stop...GradientStop(color, position, transparency) Initializes a new instance...percent in range 0.0 to 1.0. transparency Gets or sets a value representing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ShadowFormat | Aspose.Words for Java

    Represents shadow formatting for an object in Java....getTransparency() Gets the degree of transparency for the shadow effect as...value) Sets the degree of transparency for the shadow effect as...

    reference.aspose.com/words/java/com.aspose.word...
  5. GlowFormat class | Aspose.Words for Python

    aspose.words.drawing.GlowFormat class. Represents the glow formatting for an object.... transparency Gets or sets the degree of transparency for...radius = 30 shape . glow . transparency = 0.15 doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ReflectionFormat Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ReflectionFormat class for advanced object reflection formatting. Enhance your document design with seamless integration!... Transparency { get; set; } Gets or sets...representing the degree of transparency for the reflection effect...

    reference.aspose.com/words/net/aspose.words.dra...
  7. ReflectionFormat class | Aspose.Words for Python

    aspose.words.drawing.ReflectionFormat class. Represents the reflection formatting for an object.... transparency Gets or sets a double value...representing the degree of transparency for the reflection effect...

    reference.aspose.com/words/python-net/aspose.wo...
  8. GlowFormat.Color | Aspose.Words for .NET

    Discover the GlowFormat Color property to customize your glow effects. Easily set vibrant colors for stunning visual impact. Default is Black.... Transparency = 0.15 ; doc . Save ( ArtifactsDir.... That ( shape . Glow . Transparency , Is . EqualTo ( 0.15d )...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ReflectionFormat.blur property | Aspose.Words f...

    ReflectionFormat.blur property. Gets or sets a double value that specifies the degree of blur effect applied to the reflection effect in points... transparency = 0.37 shape . reflection...37 , reflection_format . transparency , delta = 0.01 ) self ....

    reference.aspose.com/words/python-net/aspose.wo...
  10. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…...from Word, the watermark transparency settings work fine. But...from CorelDRAW (CDR), the transparency doesn’t seem to take effect—even...

    forum.aspose.com/t/two-issues-with-adding-water...