Sort Score
Result 10 results
Languages All
Labels All
Results 7,061 - 7,070 of 30,841 for

color

(0.05 sec)
  1. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....// Set the font color font . SetColor ( Color :: Blue ()); //...true ); // Set the background color of C6 Cell to Red style . SetForegroundColor...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  2. 使用 Java 向 PDF 添加文本图章 | Aspose.PDF

    Java原始程式碼,用於在Java和PHP上將文本戳添加到PDF中,德爾福。... setForegroundColor ( Color . getGreen ()); // add stamp...

    products.aspose.com/pdf/zh-hant/java/stamps/text/
  3. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format... color_mode Gets or sets a value determining how colors are...image_color_space_export_mode Specifies how the color space will...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FieldMergingArgs.Text | Aspose.Words for .NET

    Manage your document's merge fields effortlessly with FieldMergingArgs. Easily set or retrieve text for seamless document integration...."<html>" + "<h1>" + "<span style=\"color: #0000ff; font-family: Arial;\">Hello...

    reference.aspose.com/words/net/aspose.words.mai...
  5. ConditionalStyle.type property | Aspose.Words f...

    ConditionalStyle.type property. Gets table area to which this conditional style relates.... color = "#000000" ; tableStyle . conditionalStyles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ChartAxis.minorUnit property | Aspose.Words for...

    ChartAxis.minorUnit property. Returns or sets the distance between minor tick marks.... color = "#FF0000" ; yAxis . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. ConditionalStyle.leftPadding property | Aspose....

    ConditionalStyle.leftPadding property. Gets or sets the amount of space (in points) to add to the left of the contents of table cells.... color = "#000000" ; tableStyle . conditionalStyles...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxis.reverseOrder property | Aspose.Words ...

    ChartAxis.reverseOrder property. Returns or sets a flag indicating whether values of axis should be displayed in reverse order, i.e... color = "#FF0000" ; yAxis . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ChartAxis.tickMarkSpacing property | Aspose.Wor...

    ChartAxis.tickMarkSpacing property. Gets or sets the interval, at which tick marks are drawn.... color = "#FF0000" ; yAxis . tickLabels...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Path Builder – Create SVG Path – C#

    Learn how to use PathBuilder to create SVG paths programmatically. PathBuilder makes it easier to create and manipulate SVG paths....the fill color of the path to teal 25 . Fill (Color. Teal ))...(f => f. None ()). Stroke (Color. IndianRed ). Transform (t =>...

    docs.aspose.com/svg/net/path-builder/