Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 37,017 for

draw text

(0.15 sec)
  1. 使用 C# 从 Word 文档中删除水印

    本简短指南介绍如何使用 C# 从 Word 文档中删除水印。它提供了 IDE 设置、步骤和使用 C# 删除 Word 中水印的示例代码。...Drawing Product Family Aspose.Font...检查已加载文档的水印类型 如果 WatermarkType 为 Text,则调用 Remove() 方法 保存输出 Word 文件...

    kb.aspose.com/zh/words/net/remove-a-watermark-f...
  2. Aspose::Words::DocumentBuilder::get_CurrentStru...

    Aspose::Words::DocumentBuilder::get_CurrentStructuredDocumentTag method. Gets the structured document tag that is currently selected in this DocumentBuilder in C++....Write ( u " New text." ); ASSERT_EQ ( u "R New text.ichText" , tag...() -> set_Color ( System :: Drawing :: Color :: get_Green ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::DocumentBuilder::get_IsAtEndOfSt...

    Aspose::Words::DocumentBuilder::get_IsAtEndOfStructuredDocumentTag method. Returns true if the cursor is at the end of a structured document tag in C++....Write ( u " New text." ); ASSERT_EQ ( u "R New text.ichText" , tag...() -> set_Color ( System :: Drawing :: Color :: get_Green ());...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. Aspose::Words::Shading::get_ForegroundPatternCo...

    Aspose::Words::Shading::get_ForegroundPatternColor method. Gets or sets the color that's applied to the foreground of the Shading object in C++.... System :: Drawing :: Color Aspose :: Words ::...Examples Shows how to decorate text with borders and shading. auto...

    reference.aspose.com/words/cpp/aspose.words/sha...
  5. How to Convert HTML to Word using C#

    This short tutorial is designed to explain how to convert HTML to Word using C#. To accomplish the process of HTML to Word C# code is demonstrated along with the detailed steps to establish the environment....Drawing Product Family Aspose.Font...converting the HTML file to text, refer to the article on how...

    kb.aspose.com/html/net/how-to-convert-html-to-w...
  6. How to Generate QR Code in C++

    This topic provides a simple solution to the question how to generate QR code in C++. In C++ QR code generator application can be developed with simple steps and few API calls....Drawing Product Family Aspose.Font...encode type Set the QR code text and other parameters Using Save...

    kb.aspose.com/barcode/cpp/how-to-generate-qr-co...
  7. EPS to SVG Images Conversion with Python | prod...

    How to use Python for EPS to SVG images and photos conversion on desktop and web applications....may contain any combination of text, graphics and images. EPS files...Graphics Files that use XML based text format for describing the appearance...

    products.aspose.com/imaging/python-net/conversi...
  8. Aspose::Words::Paragraph::get_IsEndOfDocument m...

    Aspose::Words::Paragraph::get_IsEndOfDocument method. True if this paragraph is the last paragraph in the last section of the document in C++....font -> set_Color ( System :: Drawing :: Color :: get_Blue ()); font...the paragraph after appending text // and then starts a new line...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. Product Overview|Documentation

    C# .NET graphic library to work with 2D Drawings with simple API and it is System.Drawing compatible....Drawing for .NET Aspose.Drawing is a fully managed...for drawing text, geometries, and images. Aspose.Drawing provides...

    docs.aspose.com/drawing/net/product-overview/
  10. Replace word with image - Free Support Forum - ...

    Dear, I have a docs document in which I want to replace a collection of words with images. For each word, that I want to replace, I have the corresponding image. The image should replace the word. The dimensions of th…...Drawing; // Load the document Document...GetChildNodes(NodeType.Run, true)) { if (run.Text.Contains(word)) { // Replace...

    forum.aspose.com/t/replace-word-with-image/317224