Sort Score
Result 10 results
Languages All
Labels All
Results 8,171 - 8,180 of 153,467 for

text

(0.12 sec)
  1. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell... fitText If true , fits text in the cell, compressing each...Returns or sets the orientation of text in a table cell. preferredWidth...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Module.DetectAreasMode.COMBINE|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.COMBINE model...., which can extract as much text from an image as possible. The...engine detects large blocks of text (such as paragraphs and columns)...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  3. 关于设置曲线形状的文本字符的问题 - 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
  4. FieldRevNum class | Aspose.Words for Python

    aspose.words.fields.FieldRevNum class. Implements the REVNUM field...Description display_result Gets the text that represents the displayed...Field ) result Gets or sets text that is between the field separator...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FieldRevNum Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldRevNum class for seamless REVNUM field implementation. Enhance document automation and streamline workflow efficiency!...DisplayResult { get; } Gets the text that represents the displayed...Result { get; set; } Gets or sets text that is between the field separator...

    reference.aspose.com/words/net/aspose.words.fie...
  6. BookmarkStart.accept method | Aspose.Words for ...

    BookmarkStart.accept method. Accepts a visitor.... text = `Updated text contents of ${ bookmarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stop conversion or loading using InterruptMonit...

    Learn how to stop the conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for Node.js via C++....Access cell J1000000 and add some text inside it. let cell = ws . getCells...); cell . putValue ( "This is text." ); As you can see, J1000000...

    docs.aspose.com/cells/nodejs-cpp/stop-conversio...
  8. RevisionOptions.moved_from_text_color property ...

    RevisionOptions.moved_from_Text_color property. Allows to specify the color to be used for areas where content was moved from [RevisionType.MOVING](../../../aspose.words/revisiontype/#MOVING)...moved_from_text_color property RevisionOptions.moved_from_text_color...BY_AUTHOR . @property def moved_from_text_color ( self ) -> aspose . words...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FindReplaceOptions.findWholeWordsOnly property ...

    FindReplaceOptions.findWholeWordsOnly property. True indicates the oldValue must be a standalone word...."true" to replace the found text if it is not a part of another...flag to "false" to replace all text regardless of its surroundings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 创建 PDF 文档|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 创建和格式化 PDF 文档。...using namespace Aspose :: Pdf :: Text ; void CreateDocument () { //...-> Add (); // 向新页面添加文本 auto text = MakeObject < TextFragment...

    docs.aspose.com/pdf/zh/cpp/create-pdf-document/