Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 46,431 for

color

(0.16 sec)
  1. ImageSaveOptions.PaperColor | Aspose.Words for ...

    Discover the ImageSaveOptions PaperColor property to easily customize background Colors for your generated images, enhancing visual appeal and uniqueness....sets the background (paper) color for the generated images. The...default value is White. public Color PaperColor { get ; set ; } Remarks...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Setting Chart Appearance with C++|Documentation

    Learn how to configure the appearance of charts in Aspose.Cells for C++. Our guide will show you how to modify chart layouts, Colors, fonts, and effects to achieve the desired visual style and enhance your worksheets....changing its foreground color, background color, and fill format, etc...); // Setting the foreground color of the plot area chart . GetPlotArea...

    docs.aspose.com/cells/cpp/setting-chart-appeara...
  3. Fill.OneColorGradient | Aspose.Words for .NET

    Discover how to use the OneColorGradient method to create stunning one-Color gradients for your designs. Enhance your projects effortlessly!...the specified fill to a one-color gradient. public void OneColorGradient...Rectangle , 80 , 80 ); // Apply One-color gradient fill to the shape with...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ThemeFont Enum | Aspose.Words for .NET

    Discover Aspose.Words ThemeFont enum to easily manage document theme fonts and enhance your documents' visual appeal with tailored styles....to work with theme fonts and colors. Document doc = new Document...Normal style theme color is: {0} and RGB color is: {1}\n" , font...

    reference.aspose.com/words/net/aspose.words.the...
  5. Convert RGB to CMYK in C#

    This brief topic discusses the details to convert RGB to CMYK in C#. It contains the stepwise workflow and a working code snippet to convert RGB to CMYK in C#....conversion feature to convert color spaces for different images...CMYK Define an object of the Color class to parse the input RGB...

    kb.aspose.com/svg/net/convert-rgb-to-cmyk-in-cs...
  6. 用C++读取形状发光效果的颜色|Documentation

    学习如何使用 Aspose.Cells for C++ 读取任何形状发光效果的颜色。...Color 属性。这将帮助您找到与形状的发光效果的颜色相关的各种属性。...CellsColor color = effect . GetColor (); Color clr = color . GetColor...

    docs.aspose.com/cells/zh/cpp/read-color-of-shap...
  7. GradientStopCollection.count property | Aspose....

    GradientStopCollection.count property. Gets an integer value indicating the number of items in the collection....two_color_gradient ( color1 = aspose . pydrawing . Color . green...color2 = aspose . pydrawing . Color . red , style = aw . drawing...

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

    Discover the GradientStop BaseColor property to easily access the pure Color of your gradient stop, enhancing your design with precision and clarity....Gets a value representing the color of the gradient stop without...without any modifiers. public Color BaseColor { get ; } Examples Shows...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Tables::Table::SetBorder method ...

    Aspose::Words::Tables::Table::SetBorder method. Sets the specified table border to the specified line style, width and Color in C++....specified line style, width and color. void Aspose :: Words :: Tables...lineWidth , System :: Drawing :: Color color , bool isOverrideCellBorder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  10. PatternType | Aspose.Words for Java

    Specifies the fill pattern to be used to fill a shape in Java....with foreground and background colors to the shape fill: fill.patterned(PatternType...patterned(PatternType.DIAGONAL_BRICK, Color.yellow, Color.blue); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...