Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 998 for

color replacement

(0.17 sec)
  1. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....not "done" with a faded text color. comment = new Comment(doc,...array. Examples: Shows how to replace all textbox shapes with image...

    reference.aspose.com/words/java/com.aspose.word...
  2. Customize Barcode Text and Captions in C#|Docum...

    How to Set Barcode Text and Captions in Aspose.BarCode for .NET... Png ); Replace Barcode Text in 2D Barcodes...case when it is necessary to replace the barcode text for 2D barcodes...

    docs.aspose.com/barcode/net/set-barcode-text/
  3. 新的 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspo...

    在 C# 或 .NET 中导出 PowerPoint HTML... text { color : red ; } 现在,我们将其添加到输入和输出中:...@Raw(Include("portion", subModel).ToString().Replace(Environment.NewLine, ""));...

    docs.aspose.com/slides/zh/net/web-extensions/
  4. C++ File Format Processing APIs | products.aspo...

    C++ Libraries read write render and convert multiple document formats....supports many features, including color spaces, transparency, and shading...image formats Add, remove, replace or extract text from PDF Manipulation...

    products.aspose.com/total/cpp/
  5. SvgSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.SVG format in Java....Gets a value determining how colors are rendered. getDefaultTemplate()...Sets a value determining how colors are rendered. setDefaultTemplate(String...

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

    Base class for custom document visitors in Java.... Replaces all absolute tab characters...0); balloon.setStrokeColor(Color.RED); Shape cube = new Shape(doc...

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

    Represents the mail merge functionality in Java....fields in the document are replaced with values from your data...equals("CompanyName")) { // Select the color depending on whether the row...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldOptions | Aspose.Words for Java

    Represents options to control field handling in a document in Java....replace("\\", "\\\\") + "Northwind...Index #10 corresponds to the "Colorful 3" format. field.setTableFormat("10");...

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

    Represents all the formatting for a paragraph in Java....setColor(Color.RED); para.appendChild(run);...setBold(true); font.setColor(Color.BLUE); font.setName("Arial");...

    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);...footnote.getFont().setColor(Color.GREEN); // All inline story...

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