Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,633 for

shadow

(0.07 sec)
  1. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......1: Add rounded corners and shadow to search modal */ /* .x-s... { border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0...

    docs.aspose.com/cells/ar/python-net/aspose-cell...
  2. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......1: Add rounded corners and shadow to search modal */ /* .x-s... { border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  3. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......1: Add rounded corners and shadow to search modal */ /* .x-s... { border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0...

    docs.aspose.com/cells/sv/java/aspose-cells-grid...
  4. modal-custom-styles-example.css

    /** * Modal Window Custom Style Examples * * This file demonstrates how to set independent styles for different modal windows. * You can add these styles to your project's CSS file. */ /* =========......1: Add rounded corners and shadow to search modal */ /* .x-s... { border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0...

    docs.aspose.com/cells/ja/net/aspose-cells-gridj...
  5. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....xlsx" ); Support for Shadow Effects Aspose.Cells 16.10...together allows to set the shadow effect on a Shape object. The...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. PageSetup.Borders | Aspose.Words for .NET

    Discover the PageSetup Borders property to easily access and customize your page borders for a polished, professional look in your documents....green wavy page border with a shadow. Document doc = new Document...24 ; pageSetup . Borders . Shadow = true ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/pag...
  7. PageSetup.borders property | Aspose.Words for N...

    PageSetup.borders property. Gets a collection of the page borders....green wavy page border with a shadow. let doc = new aw . Document...24 ; pageSetup . borders . shadow = true ; doc . save ( base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.PSD for Python via .NET 25.2 - Release N...

    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....Feature PSDPYTHON-155 Fix, shadow not drawn for file Bug PSDPYTHON-156...PSDPYTHON-156 Remake Drop Shadow effect Enhancement PSDPYTHON-159...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  9. ShadowFormat.transparency property | Aspose.Wor...

    ShadowFormat.transparency property. Gets or sets the degree of transparency for the Shadow effect as a value between 0.0 (opaque) and 1.0 (clear)...degree of transparency for the shadow effect as a value between 0...Document ( file_name = MY_DIR + 'Shadow color.docx' ) shape = doc ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 投影 – SVG 滤镜 – C# 代码

    了解如何编写 SVG 代码并使用 Aspose.SVG API 创建投影效果,并将投影效果应用于 SVG 形状和文本。... 投影 – Drop Shadow – SVG 代码 SVG 中的阴影效果是一种常见的视觉效果,用于在...2 < defs > 3 < filter id = "shadow" x = "-20" y = "-20" height...

    docs.aspose.com/svg/zh/net/drop-shadow/