Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 6,812 for

point coloring

(0.29 sec)
  1. 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...
  2. Shape Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Shape class for creating versatile drawing objects like AutoShapes, text boxes, and images effortlessly in your projects....containing block of the shape in points, relative to the anchor of...effects. Value is measured in points. CanHaveImage { get; } Returns...

    reference.aspose.com/words/net/aspose.words.dra...
  3. PageSetup | Aspose.Words for Java

    Represents the page setup properties of a section in Java....getBottomMargin() Gets the distance (in points) between the bottom edge of...getFooterDistance() Gets the distance (in points) between the footer and the...

    reference.aspose.com/words/java/com.aspose.word...
  4. Create and Manage Chart with Node.js via C++|Do...

    Learn how to use Aspose.Cells for Node.js to create charts in Microsoft Excel. Our guide will demonstrate various chart types and how to customize their appearance and formatting.... ChartPoint, a single point in a series in a chart. ChartPointCollection...collection that contains all the points in one series. Charts, a collection...

    docs.aspose.com/cells/nodejs-cpp/creating-charts/
  5. Font Rasterization

    Font rasterization is a term that may look complex, but it turns out to be just a conversion of a vector-based font to a raster one. Click to learn more!...pixels, each with a specific color value. Images are made up of...rendering. This algorithm uses color information to increase the...

    docs.aspose.com/font/net/font-rasterization/
  6. 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/
  7. 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-...
  8. 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...
  9. 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/
  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/