Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 45,860 for

color

(0.09 sec)
  1. BorderCollection.Left | Aspose.Words for .NET

    Discover the BorderCollection Left property, effortlessly access and customize the left border for enhanced design flexibility and visual appeal....to apply border and shading color while building a table. Document...Start a table and set a default color/thickness for its borders. Table...

    reference.aspose.com/words/net/aspose.words/bor...
  2. How to Add Text to a PNG File using C#

    This article guides on how to add text to a PNG file using C#. It has details to set the development environment, a list of steps, and a runnable sample code to add text to PNG using C#....the text font, the brush for color, and the rectangle within which...Clear(Color.Green) method to set the Green background color, setting...

    kb.aspose.com/drawing/net/how-to-add-text-to-a-...
  3. Set Conditional Formats of Excel and ODS files....

    How to apply conditional formats to Excel and ODS files in C#....to calculate the color used by Excel for color‑scale conditional...only change font style, text color, underline style, and strikeout...

    docs.aspose.com/cells/net/conditional-formatting/
  4. Some table in word file will beyond border if e...

    Hi, This issue has been created on behalf of Kai Hu Kai.Hu@FreyrSolutions.com I use following code to enable track change function, but when I enabled track change, some table in word file will beyond border. If I don’…...Insertions ========== // Use COLOR only (least intrusive for layout)...Effect.COLOR); log.debug("Insertions: BY_AUTHOR color only");...

    forum.aspose.com/t/some-table-in-word-file-will...
  5. getColorType does not reply with expected answe...

    Hi there, we wanted to retrieve the Color-type of every single page (Rgb, Grey, BlackAndWhite) of the attached PDF : ThesisUniBasel.pdf, but it didn’t seems to work correctly. The page 3 to 9, 12 to 15, 18 to 24, 26 to …... we wanted to retrieve the color-type of every single page (Rgb...is the code used to get the color : com.aspose.pdf.Document document...

    forum.aspose.com/t/getcolortype-does-not-reply-...
  6. ImageData.crop_top property | Aspose.Words for ...

    ImageData.crop_top property. Defines the fraction of picture removal from the top side....will be filled by the fill color of the shape). Positive values...object will define the border color as empty. self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Font::get_ThemeFontFarEast metho...

    Aspose::Words::Font::get_ThemeFontFarEast method. Gets or sets the East Asian theme font in the applied font scheme that is associated with this Font object in C++....to work with theme fonts and colors. auto doc = System :: MakeObject...Normal style theme color is: {0} and RGB color is: {1} \n " , font...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. Fill.foreColor property | Aspose.Words for Node.js

    Fill.foreColor property. Gets or sets a Color object that represents the foreground Color for the fill....sets a Color object that represents the foreground color for the...to fully opaque color unlike the Fill.color property, which preserves...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Fill.transparency property | Aspose.Words for P...

    Fill.transparency property. Gets or sets the degree of transparency of the specified fill as a value between 0.0 (opaque) and 1.0 (clear)....( file_name = MY_DIR + 'Two color gradient.docx' ) # Get Fill...)) print ( 'The foreground color of the fill is: {0} ' . format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert HEX to RGB in Python

    This concise guide outlines the key points for converting HEX to RGB in Python. It delivers an ordered set of instructions along with a practical code demonstration to convert HEX to RGB in Python....also be applied to additional color formats inside images by computing...the RGB color model Create an instance of the Color class to...

    kb.aspose.com/svg/python/convert-hex-to-rgb-in-...