Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 6,392 for

point coloring

(0.13 sec)
  1. Add Text to PDF using C++|Aspose.PDF for C++

    Learn how to insert text into PDF documents in C++ using Aspose.PDF for content customization....() -> set_ForegroundColor ( Color :: get_Blue ()); textFragment...() -> set_BackgroundColor ( Color :: get_LightGray ()); // create...

    docs.aspose.com/pdf/cpp/add-text-to-pdf-file/
  2. FieldMergeBarcode | Aspose.Words for Java

    Implements the MERGEBARCODE field in Java....setBarcodeValue("MyQRCode"); // Apply custom colors and scaling. field.setBack...getBackgroundColor() Gets the background color of the barcode symbol. getBarcodeType()...

    reference.aspose.com/words/java/com.aspose.word...
  3. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...color.external to node.suppliers.products...products.categories.season.color.external (where only “general”...

    forum.aspose.com/t/variables-in-excel-template/...
  4. New HTML Export System - Aspose.Slides.WebExten...

    Export presentations to HTML with templates, CSS and JS—no SVG. Learn single or multi-page output, resource control, and customization for PPT, PPTX and ODP....export result to change the text color to red. Let’s add the CSS template:...template: . text { color : red ; } Now, we add it into the input...

    docs.aspose.com/slides/net/web-extensions/
  5. Replace Text in PDF|Aspose.PDF for Java

    Explore how to replace text within a PDF document in Java using Aspose.PDF for content updates and document customization.... setForegroundColor ( Color . getBlue ()); textFragment...getTextState (). setBackgroundColor ( Color . getGray ()); } // Save the...

    docs.aspose.com/pdf/java/replace-text-in-a-pdf-...
  6. Manage Document Properties with JavaScript via ...

    Learn how to manage document properties through the Aspose.Cells for JavaScript via C++ APIs.... The most important point to know about built‑in and custom...resultEl . innerHTML = '<p style="color: red;">Please select an Excel...

    docs.aspose.com/cells/javascript-cpp/managing-d...
  7. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX control, or picture...from ShapeBase ) bounds_in_points Gets the location and size...containing block of the shape in points, relative to the anchor of...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose.PSD for Java 20.4 - Release Notes|Docume...

    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....Support of lclrResource (Sheet color setting) Feature PSDJAVA-157...Section Resource #1010 Background color Feature PSDJAVA-161 Adding of...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  9. Aspose.PSD for .NET 23.4 - Release Notes|Docume...

    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....PSD API instead of obsolete Color struct Enhancement PSDNET-1332...true ; // Red color for second gradient color point grdmResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  10. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification.... setForegroundColor ( Color . getBlue ()); textFragment...getTextState (). setBackgroundColor ( Color . getLightGray ()); // create...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/