Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 44,566 for

color

(0.2 sec)
  1. Manipulating Photoshop Formats|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....ZipWithProtection The following color modes are supported through...RLE compression and grayscale color mode, the following code snippet...

    docs.aspose.com/imaging/net/manipulating-photos...
  2. Aspose::Words::ParagraphFormat::get_Alignment m...

    Aspose::Words::ParagraphFormat::get_Alignment method. Gets or sets text alignment for the paragraph in C++....); font -> set_Color ( System :: Drawing :: Color :: get_Blue ());...get_Font () -> set_Color ( System :: Drawing :: Color :: get_Red ());...

    reference.aspose.com/words/cpp/aspose.words/par...
  3. Add Watermark to ODP Presentation Files using P...

    Python source code for adding Watermark to ODP Presentation.... solid_fill_color . color = draw . Color . from_argb( 150...

    products.aspose.com/slides/python-net/watermark...
  4. Font.border property | Aspose.Words for Node.js

    Font.border property. Returns a [Border](../../border/) object that specifies border for the font.... color = "#008000" ; builder . font...Font Font.boldBi property Font.color property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Level method. Gets the level at which this SDT occurs in the document tree in C++....Inline ); // Set the title and color of the frame that appears when...); tag -> set_Color ( System :: Drawing :: Color :: get_Magenta...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Specify Layout Options in Java|Aspose.Words for...

    Create output documents with various layouts, depending on the parameters specified in the Document using Java....(revision highlighting color, revision bar color, etc.), use the RevisonOptions...

    docs.aspose.com/words/java/specify-layout-options/
  7. How to Compress Image Size in C#

    This quick tutorial explains how to compress image size in C#. To compress image size without losing quality C# environment settings, coding steps and runnable sample code is also shared....customize the compression Set color type to Grayscale to reduce...by using JpegOptions where color type is set to Grayscale and...

    kb.aspose.com/imaging/net/how-to-compress-image...
  8. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....Gets a value determining how colors are rendered. get_CustomTimeZoneInfo...get_ImageColorMode () const Gets or sets the color mode for the generated images...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. ViewOptions | Aspose.Words for Java

    Provides various options that control how a document is shown in Microsoft Word in Java....document with a flat background color. final String HTML = "\r\n \r\n...for the document has a flat color background, // the presence...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在PDF中以编程方式添加文本水印|Aspose.PDF for PHP via Java

    使用TextStamp类通过PHP向PDF文件添加文本水印。...$document -> getPages (); $colors = new Color (); // 创建文本戳记 $textStamp...() -> setForegroundColor ( $colors -> getGreen ()); // 将戳记添加到特定页面...

    docs.aspose.com/pdf/zh/php-java/text-stamps-in-...