Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 45,981 for

color

(2.52 sec)
  1. Create or Add Table In PDF|Aspose.PDF for Java

    Discover how to add a table to an existing PDF document in Java using Aspose.PDF, enabling structured data presentation....(); // Set the table border color as LightGray table . setBorder...( BorderSide . All , . 5f , Color . getLightGray ())); // set...

    docs.aspose.com/pdf/java/add-table-in-existing-...
  2. Filtering the kind of data while loading the wo...

    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....explains that the data in red color and yellow background will not...can see that the data in red color and yellow background is not...

    docs.aspose.com/cells/net/filtering-the-kind-of...
  3. MultiPageLayout class | Aspose.Words for Node.js

    Aspose.Words.Saving.MultiPageLayout class. Defines a layout for rendering multiple pages into a single output....Gets or sets the background color of the output. The default is...borderColor Gets or sets the color of the pages border. The default...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Get HTML5 string from Cell|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...."FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR: #000000;" > This is some text..."FONT-FAMILY: Arial;FONT-SIZE: 10pt;COLOR: #000000;" > This is some text...

    docs.aspose.com/cells/python-java/get-html5-str...
  5. Manage Presentation Accessibility in .NET|Aspos...

    Automate presentation accessibility checks in PPT, PPTX and ODP files with Aspose.Slides for .NET—enhance screen reader experience and boost compliance....informative visuals, sufficient color contrast, readable typography...avoiding conveying meaning by color or position alone. When accessibility...

    docs.aspose.com/slides/net/presentation-accessi...
  6. Aspose::Words::TableStyle::get_VerticalAlignmen...

    Aspose::Words::TableStyle::get_VerticalAlignment method. Specifies the vertical alignment for the cells in C++....Col ( System :: Drawing :: Color :: get_AntiqueWhite ()); tableStyle...get_Borders () -> set_Color ( System :: Drawing :: Color :: get_Blue ());...

    reference.aspose.com/words/cpp/aspose.words/tab...
  7. Visual Component Properties|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....parameters: BackColor - background color of the BarCode image. Barcode...visibility. TextColor - caption text color. Padding - captions paddings...

    docs.aspose.com/barcode/reportingservices/visua...
  8. TextWatermarkOptions.font_size property | Aspos...

    TextWatermarkOptions.font_size property. Gets or sets a font size... color = aspose . pydrawing . Color . black text_watermark_options...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 如何使用 Go 命令安装 Aspose.Cells for Go via C++。|Docum...

    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....BackgroundType_Solid ) color , _ := NewColor () color . Set_Color_R ( uint8...uint8 ( 255 )) color . Set_Color_G ( uint8 ( 128 )) style . SetForegroundColor...

    docs.aspose.com/cells/zh/go-cpp/how-to-install-...
  10. CSS Selectors – CSS and HTML Examples

    Learn how to effectively use CSS selectors to select the elements in an HTML document that you want to style....{ 2 text - align: center; 3 color: DarkRed; 4 } HTML Example Copy...Copy 1 # demo { 2 background - color: # fcded4; 3 font - size: 24pt;...

    docs.aspose.com/html/net/tutorial/css-selectors/