Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 6,695 for

point coloring

(0.2 sec)
  1. 图像矢量化 – 工作流程 – .NET

    了解图像矢量化过程;使用矢量化算法和选项,了解如何将 PNG、JPG、BMP、TIFF、GIF、ICO 等光栅图像矢量化为 SVG 文档。...sets the maximum number of colors used to quantize an image....curve bends at the control points. This property sets the line...

    docs.aspose.com/svg/zh/net/image-vectorization-...
  2. Font styling techniques

    Techniques like italicizing, bolding, underlining, strikethrough, small caps, superscript/subscript, or all caps play a huge role for font styling....meaning, emphasize important points, and guide readers through...or to emphasize a particular point. Italicizing also helps to visually...

    docs.aspose.com/font/net/font-styling/
  3. Format PowerPoint Text in Python|Aspose.Slides ...

    Learn how to format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. Customize fonts, colors, alignment, and more with powerful Python code examples....selection, size, color, highlighting, background color, spacing, and...the text with a background color using a text sample, similar...

    docs.aspose.com/slides/python-net/text-formatting/
  4. # Symbols Are Appearing for a Number Column in ...

    Hi Team, I’m attaching the sample output file with standalone program to reproduce the issue. I want to see the entire number in table in second column but appears as # symbols. import java.awt.Color; import java.io.B…...Color; import java.io.ByteArrayOutputStrea;...getStyle(); Color color = Color.gray; com.aspose.cells.Color borderColor...

    forum.aspose.com/t/symbols-are-appearing-for-a-...
  5. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....setColor(Color.RED); para.appendChild(run);...getFirstLineIndent() Gets the value (in points) for a first line or hanging...

    reference.aspose.com/words/java/com.aspose.word...
  6. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....setBackgroundPattern(Color.GREEN); builder.getCellFormat()...getRowFormat().getBorders().setColor(Color.ORANGE); builder.insertCell();...

    reference.aspose.com/words/java/com.aspose.word...
  7. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java...."HighlightColor" property to a background color that we want to apply to the...getApplyFont().setHighlightColor(Color.GRAY); NumberHexer numberHexer...

    reference.aspose.com/words/java/com.aspose.word...
  8. StructuredDocumentTagRangeStart | Aspose.Words ...

    Represents a start of ranged structured document tag which accepts multi-sections content in Java....format("\t|Color: {0}", rangeStartTag.getColor()));...isDeep) getColor() Gets the color of the structured document tag...

    reference.aspose.com/words/java/com.aspose.word...
  9. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....attributes (font name, font size, color, and so on) for an object. To...0); font.setHighlightColor(Color.YELLOW); doc.getFirstSection()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Comment | Aspose.Words for Java

    Represents a container for text of a comment in Java....setColor(Color.RED); para.appendChild(run);...number // in the main text that points to the footnote. footnote.getFont()...

    reference.aspose.com/words/java/com.aspose.word...