Sort Score
Result 10 results
Languages All
Labels All
Results 6,451 - 6,460 of 30,834 for

color

(0.07 sec)
  1. 从XML生成PDF|Aspose.PDF for C++

    Aspose.PDF for C++ 提供了几种将XML文件转换为PDF文档的方法,要求输入XML文件。...<Border> <Top Color= "Black" ></Top> <Bottom Color= "Black" ></Bottom>...></Bottom> <Left Color= "Black" ></Left> <Right Color= "Black" ></Right>...

    docs.aspose.com/pdf/zh/cpp/generate-pdf-from-xml/
  2. Working with Document in PostScript | .NET

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET....BackGroundColor specifies a color of page’s background. Can be...options. BackgroundColor = Color. FromArgb (211, 8, 48); or:...

    docs.aspose.com/page/net/ps/working-with-document/
  3. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in C++...0f , System :: Drawing :: Color :: FromArgb ( 255 , 0 , 0 ));...255.0f , System :: Drawing :: Color :: FromArgb ( 128 , 0 , 128...

    docs.aspose.com/slides/cpp/slide-master/
  4. Create formulas in LaTeX | .NET API Solution

    .NET API Solution to work with TeX. Includes the functionality to create math equations in LaTeX and save the result file as images.... Specify the background color using the BackgroundColor property... It will be the background color of the resulting SVG image....

    products.aspose.com/tex/net/latex-math/
  5. Slide Master|Aspose.Slides Documentation

    Add or edit slide master in PowerPoint presentation in Java... add ( 0 , new Color ( 255 , 0 , 0 )); placeHolder...getGradientStops (). add ( 255 , new Color ( 128 , 0 , 128 )); pres . save...

    docs.aspose.com/slides/androidjava/slide-master/
  6. Watermark|Aspose.Slides Documentation

    Add text and image watermarks to PowerPoint presentations in Java...is styled with fill and line colors. The following lines of code...the Watermark Text Color To set the color of the watermark text...

    docs.aspose.com/slides/java/watermark/
  7. Search PDF using Python | Aspose.PDF

    Search PDF document without opening programmatically with Python sample code using Aspose.PDF for Python for .NET...."Foreground Color : { textFragment . text_state . foreground_color } "...

    products.aspose.com/pdf/python-net/search/
  8. Working with Document in PS file | Python

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python.... back_ground_color specifies a color of page’s background... back_ground_color = aspose. pydrawing . Color (211, 8, 48);...

    docs.aspose.com/page/python-net/ps/working-with...
  9. Aspose::Words::DocumentBuilder::InsertParagraph...

    Aspose::Words::DocumentBuilder::InsertParagraph method. Inserts a paragraph break into the document in C++....); font -> set_Color ( System :: Drawing :: Color :: get_Blue ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. Create PowerPoint Presentation Charts in C++|As...

    Create chart in PowerPoint presentation in C++... Add a fill color for chart series. Add labels...( 30 ))); // Sets the fill color for series series -> get_Format...

    docs.aspose.com/slides/cpp/create-chart/