Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 47,108 for

color

(0.13 sec)
  1. Write Text on JPG in Java

    This brief article guides on how to write text on JPG in Java. It encompasses the IDE configuration, steps, and a runnable code snippet demonstrating how to add text to a JPG file in Java....class instance Define the text color and font for the string Define...text, including the font, the color, as per your requirements. Similarly...

    kb.aspose.com/drawing/java/write-text-on-jpg-in...
  2. Compress JPEG using Python

    This article guides on how to compress JPEG using Python. It has all the details to set the IDE, a list of steps, and a sample code to reduce size of JPEG using Python....Set properties, including the color type and compression type Save...such as compression type and color type. Code for JPG Photo Compressor...

    kb.aspose.com/imaging/python/compress-jpeg-usin...
  3. Get HTML5 string from Cell|Documentation

    Learn how to get an HTML5 string from a cell through the Aspose.Cells for JavaScript via C++ API....strHtml5 ) + '</pre>' + '<p style="color: green;">Operation completed..."FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR: #000000;" > This is some text...

    docs.aspose.com/cells/javascript-cpp/get-html5-...
  4. Aspose::Words::Tables::CellFormat::get_Preferre...

    Aspose::Words::Tables::CellFormat::get_PreferredWidth method. Returns or sets the preferred width of the cell in C++....Col ( System :: Drawing :: Color :: get_LightYellow ()); builder...Col ( System :: Drawing :: Color :: get_LightBlue ()); builder...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. ColorPrintMode | Aspose.Words for Java

    Specifies how non-Colored pages are printed if the device supports Color printing in Java....non-colored pages are printed if the device supports color printing...Description GRAYSCALE_AUTO Non-colored pages if detected are printed...

    reference.aspose.com/words/java/com.aspose.word...
  6. DocumentBuilder.insert_cell method | Aspose.Wor...

    DocumentBuilder.insert_cell method. Inserts a table cell into the document....background_pattern_color = aspose . pydrawing . Color . green_yellow...row_format . borders . color = aspose . pydrawing . Color . orange builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. SVG Shapes – SVG Code Examples – Aspose.SVG Guide

    You learn how to create SVG shapes – SVG Rectangle, SVG Circle, SVG Line, SVG Ellipse, SVG Polyline, SVG Polygon, and how to apply style properties to them.... You can customize fill color, opacity, corner rounding, stroke...Used fill – rectangle fill color fill-opacity – fill transparency...

    docs.aspose.com/svg/net/drawing-basics/svg-shapes/
  8. Managing TextBox with JavaScript via C++|Docume...

    Learn how to manage TextBox in Excel using Aspose.Cells for JavaScript via C++....const { Workbook , SaveFormat , Color } = AsposeCells ; AsposeCells...12 ; textBox . fillColor = Color . fromArgb ( 255 , 255 , 255...

    docs.aspose.com/cells/javascript-cpp/managing-t...
  9. Aspose::Words::Border::ClearFormatting method |...

    Aspose::Words::Border::ClearFormatting method. Resets border properties to default values in C++....ASSERT_EQ ( System :: Drawing :: Color :: get_Red (). ToArgb (), borders...borders -> idx_get ( 0 ) -> get_Color (). ToArgb ()); ASPOSE_ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words/bor...
  10. Creating a complex PDF|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to create more complex documents that contain images, text fragments, and tables in one document....0f , Aspose :: Pdf :: Color :: get_DarkSlateGray ())); table...Box , .5f , Aspose :: Pdf :: Color :: get_Black ())); table ->...

    docs.aspose.com/pdf/cpp/complex-pdf-example/