Sort Score
Result 10 results
Languages All
Labels All
Results 8,941 - 8,950 of 149,186 for

text

(0.47 sec)
  1. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...class for painting shapes and text with hatches. However, Aspose...finally, how to fill and outline a text with a hatch pattern. An algorithm...

    docs.aspose.com/page/java/ps/working-with-hatch...
  2. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....C# C++ View code snippet Edit text in Markdown using Java Programmatic...modern digital workflow. Edit text in Markdown, insert graphs using...

    products.aspose.com/words/java/edit/markdown/
  3. How to Create a Form in Word using C#

    This tutorial guides on how to create a form in Word using C#. You can create a fillable form in Word using C# by adding different controls like Textbox, checkbox and combobox....fields in Word using C# like text input, checkbox, and a combobox...newly created document Insert a text input form field and a checkbox...

    kb.aspose.com/words/net/how-to-create-a-form-in...
  4. Convert PDF to Other Document Formats in C#|Asp...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose.Words using C#....supports the following data types: Text paragraphs Images Tables Lists...Footnotes Page numbers Right-to-left text (with some limitations) Searchable...

    docs.aspose.com/words/net/convert-pdf-to-other-...
  5. How to Fill PDF Form Fields using C#

    This quick tutorial describes how to fill PDF form fields using C#. If you want to programmatically fill PDF form C# code and detailed steps are available here for your reference....as TextBoxField Set the new text in the textbox field using the...Value property Set the text color and text alignment of the textbox...

    kb.aspose.com/pdf/net/how-to-fill-pdf-form-fiel...
  6. Watermark Word Files Online or using Android Mo...

    Free online app to Watermark different Word files. Android watermark library Java code for Word documents....Watermark Write the Watermark Text Choose relevant color Click...getWatermark().setText with watermark text and options as parameters Call...

    products.aspose.com/total/android-java/watermar...
  7. Watermark ODT Files Online or using Android Mob...

    Free online app to Watermark different ODT files. Android watermark library Java code for ODT documents....Watermark Write the Watermark Text Choose relevant color Click...getWatermark().setText with watermark text and options as parameters Call...

    products.aspose.com/total/android-java/watermar...
  8. Get Paragraph Bounds from Presentations in C++|...

    Learn how to retrieve paragraph and Text-portion bounds in Aspose.Slides for C++ to optimize Text positioning in PowerPoint presentations....coordinates in a table cell text frame, you can use the IPortion::GetRect...get_Paragraphs ()) { if ( para -> get_Text () == u "" ) { continue ; }...

    docs.aspose.com/slides/cpp/paragraph/
  9. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...documents, but commonly used in text files for paragraph breaks....current_section . page_setup . text_columns . set_count ( 2 ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 关于设置曲线形状的文本字符的问题 - Free Support Forum - aspose.com

    你好。 我们这边有个需求,需要利用插件设置文本字符。文本字符需要按照一定的形状去设置,比如按照曲线形式去设置。不知道这个能实现吗? 附件中 sample.psd 是我们的原始模板 output.psd 是我们的目标导出psd,需要实现这样的效果 PS: 插件版本 : aspose.psd 25.6.0 操作系统版本: windows 10 .net版本: .net framework 4.…...原因 要在曲线形状上设置文本字符,您可以使用SVG的 <text> 和 <textPath> 元素。这些元素允许您将文本...您可以通过以下步骤实现文本沿曲线的效果: 使用 <path> 元素定义曲线。 使用 <text> 元素和 <textPath> 元素将文本绑定到该路径上。...

    forum.aspose.com/t/topic/315111