Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 153,639 for

text

(0.25 sec)
  1. FieldSet.bookmark_text property | Aspose.Words ...

    FieldSet.bookmark_Text property. Gets or sets the new Text of the bookmark....bookmark_text property FieldSet.bookmark_text property Gets or...the new text of the bookmark. @property def bookmark_text ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote....Examples Shows how to reference text with a footnote and an endnote...( doc = doc ) # Insert some text and mark it with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  3. aspose.words.drawing module | Aspose.Words for ...

    The aspose.words.drawing module provides classes that allow to create and modify drawing objects....attributes that specify how a text is displayed inside a shape...TextPath Defines the text and formatting of the text path (of a WordArt...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose Cells SVG Font Issue - Free Support Foru...

    We have purchased licenses for Aspose Cells for Java. We are having issues displaying SVG images inside PowerPoint. It seems that Aspose embeds the Text nodes, font families, font styles etc inside the svg and if the c…...seems that Aspose embeds the text nodes, font families, font styles...possible to somehow convert the SVG text nodes into vectors? For example...

    forum.aspose.com/t/aspose-cells-svg-font-issue/...
  5. Font.NameBi | Aspose.Words for .NET

    Discover how to easily set and customize font names for right-to-left language documents, enhancing readability and design. Optimize your Text today!...right-to-left, and right-to-left text. Document doc = new Document...font settings for left-to-right text. builder . Font . Name = "Courier...

    reference.aspose.com/words/net/aspose.words/fon...
  6. Document.watermark property | Aspose.Words for ...

    Document.watermark property. Provides access to the document watermark....Examples Shows how to create a text watermark. doc = aw . Document...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....starting point at which the text that lexically follows the field...DocumentBuilder(doc); builder.write("This text is in its normal place."); //...

    reference.aspose.com/words/java/com.aspose.word...
  8. Bookmark.remove method | Aspose.Words for Python

    Bookmark.remove method. Removes the bookmark from the document... Does not remove text inside the bookmark. def remove...# Insert five bookmarks with text inside their boundaries. i =...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Bookmark.remove method | Aspose.Words for Node.js

    Bookmark.remove method. Removes the bookmark from the document... Does not remove text inside the bookmark. remove...// Insert five bookmarks with text inside their boundaries. for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. BookmarkCollection | Aspose.Words for Java

    A collection of Bookmark objects that represent the bookmarks in the specified range in Java....setText("Updated text contents of {bookmarks[1].Name}");..."MyBookmark_" + i; builder.write("Text before bookmark."); builder...

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