Sort Score
Result 10 results
Languages All
Labels All
Results 9,961 - 9,970 of 151,653 for

text

(0.23 sec)
  1. TextBox.fitShapeToText property | Aspose.Words ...

    TextBox.fitShapeToText property. Determines whether Microsoft Word will grow the shape to fit Text....Word will grow the shape to fit text. get fitShapeToText () : boolean...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldToc.bookmark_name property | Aspose.Words ...

    FieldToc.bookmark_name property. Gets or sets the name of the bookmark that marks the portion of the document used to build the table....will create a line with the text in that heading style to the...bookmark_name = 'MyBookmark' # Text with a built-in heading style...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 使用JavaScript via C++在导出Excel文件为HTML时实现从右到左扩展文本。...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....head > < body > < h1 > Expand Text From Right To Left Example </...></ script > < script type = "text/javascript" > const { Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/expandi...
  4. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for JavaScript via C++....></ script > < script type = "text/javascript" > const { Workbook...cell . value = "This is sample text." ; // Specify HTML save options;...

    docs.aspose.com/cells/javascript-cpp/exclude-un...
  5. ControlChar.LineFeed | Aspose.Words for .NET

    Discover the ControlChar LineFeed field, understand the line feed character (x000a) for seamless Text formatting and improved data handling....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  6. ControlChar.NonBreakingSpaceChar | Aspose.Words...

    Discover ControlChar NonBreakingSpaceChar for seamless Text formatting. Enhance your documents with non-breaking space character char160 for improved readability....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  7. ControlChar.SpaceChar | Aspose.Words for .NET

    Explore ControlChar SpaceChar field. Unlock the power of char32 for seamless data management and enhanced character control in your applications....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.ParagraphBreakChar | Aspose.Words f...

    Discover the ControlChar ParagraphBreakChar field, streamline your Text formatting with the essential end-of-paragraph character for efficient document editing....where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.Cell | Aspose.Words for .NET

    Discover ControlChar Cell field, the key to defining table cell and row endings with character x0007. Enhance your data organization effortlessly!...where text moves to the next column. builder . Write ( "Text at...ControlChar . ColumnBreak + "Text at beginning of column 2." );...

    reference.aspose.com/words/net/aspose.words/con...
  10. When saving docx as MHTML to outputstream for u...

    Hi Aspose support, I have a problem where when I convert a word doc to MHTML for use in a MailMessage object, and part of that Word doc has a url with &path= as part of the url in the body, it converts it to a new line …...but they come across as plain text. I assume this is because MHTML...the MailMessage Body as plain text. private MailMessage genera...

    forum.aspose.com/t/when-saving-docx-as-mhtml-to...