Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 44,479 for

color

(0.59 sec)
  1. Aspose::Words::Saving::ImageSaveOptions::get_Pa...

    Aspose::Words::Saving::ImageSaveOptions::get_PaperColor method. Gets or sets the background (paper) Color for the generated images. The default value is White in C++....sets the background (paper) color for the generated images. The...White . System :: Drawing :: Color Aspose :: Words :: Saving ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. 在工作簿中应用样式|Documentation

    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.... Color = System . Drawing . ColorTranslator...Drawing . Color . Red ); style . Interior . Color = System ....

    docs.aspose.com/cells/zh/net/apply-styles-to-ra...
  3. Apply Styles to Ranges in Workbooks|Documentation

    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.... Color = System . Drawing . ColorTranslator...Drawing . Color . Red ); style . Interior . Color = System ....

    docs.aspose.com/cells/net/apply-styles-to-range...
  4. Converting Chart to Image in PHP|Documentation

    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....= new ChartType (); $color = new Color (); $imageFormat = new..."Data!A2:A8" ); //Set the fill colors for the series' data points...

    docs.aspose.com/cells/java/converting-chart-to-...
  5. Text Formatting inside PDF|Aspose.PDF for Java

    Discover how to format text inside a PDF document using Aspose.PDF in Java, allowing for customized styling.... setBackgroundColor ( Color . getLightGray ()); textFragment...getTextState (). setForegroundColor ( Color . getRed ()); // Use setStrokingColor...

    docs.aspose.com/pdf/java/text-formatting-inside...
  6. Creating Indexed PSD Files in PHP|Documentation

    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....( 5 ); $color = new Color (); \ # Create a new color patelle...having RGB colors $palette = [ $color -> getRed (), $color -> getGreen...

    docs.aspose.com/imaging/java/creating-indexed-p...
  7. Shading.background_pattern_theme_color property...

    Shading.background_pattern_theme_Color property. Gets or sets the background pattern theme Color in the applied Color scheme that is associated with this [Shading](../) object....me_color property Shading.background_pattern_theme_color property...background pattern theme color in the applied color scheme that is associated...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Fill.gradient_angle property | Aspose.Words for...

    Fill.gradient_angle property. Gets or sets the angle of the gradient fill.... height = 80 ) # Apply One-color gradient fill to the shape with...one_color_gradient ( color = aspose . pydrawing . Color . red...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Public API Changes in Aspose.Imaging 2.7.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....access of image’s transparent color value. The boolean type property...if the image has transparent color data or not, whereas the property...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc object to your PDF using Aspose.PDF for Python via .NET....fill arc object with a certain color. This example illustrates how...ap . BorderSide . ALL , ap . Color . green ) graph . border = border_info...

    docs.aspose.com/pdf/python-net/add-arc/