Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 151,870 for

text

(0.12 sec)
  1. ShapeBase.parentParagraph property | Aspose.Wor...

    ShapeBase.parentParagraph property. Returns the immediate parent paragraph....Examples Shows how to insert a text box, and set the font of its...builder . write ( "This text is inside the text box." ); // Set the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Shows how to format a run of text using its font property. Document...Shows how to create and format a text box. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/sto...
  3. Font.name_bi property | Aspose.Words for Python

    Font.name_bi property. Returns or sets the name of the font in a right-to-left language document....right-to-left, and right-to-left text. doc = aw . Document () builder...font settings for left-to-right text. builder . font . name = 'Courier...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TextWatermarkOptions | Aspose.Words for Java

    Contains options that can be specified when adding a watermark with Text in Java....when adding a watermark with text. To learn more, visit the Working...Examples: Shows how to create a text watermark. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Extract Text or images from PDF using Python https://products.aspose.com/pdf/python-net/parser/ Recent content in Extract Text or images from P......PDF Products – Extract text or images from PDF using Python.../ Recent content in Extract text or images from PDF using Python...

    products.aspose.com/pdf/python-net/parser/index...
  6. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Remarks All text of the document is stored in runs of text. Run can...instance of the Run class. Run(doc, text) Initializes a new instance...

    reference.aspose.com/words/python-net/aspose.wo...
  7. What's new 2022|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2022....extracting SubScript and SuperScript text from PDF. If the PDF document...SuperScript text such as H2O, then extracting the text from the...

    docs.aspose.com/pdf/net/whatsnew/2022/
  8. FootnoteOptions.restart_rule property | Aspose....

    FootnoteOptions.restart_rule property. Determines when automatic numbering restarts....to text # that does not interfere with the main body text's flow...reference symbol # at the main body text where we insert the footnote/endnote...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.count property | Aspose.Words for...

    CompositeNode.count property. Gets the number of immediate children of this node....paragraph_text = aw . Run ( doc = doc , text = 'Initial text. ' )...paragraph . append_child ( paragraph_text ) # Create three more run nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Access Ranges in Document|Aspose.Words for Java

    Access ranges in a document easily and fast instead of using Apache POI....retrieve plain, unformatted text of the range. Java Range range...= doc . getRange (); String text = range . getText (); Apache...

    docs.aspose.com/words/java/access-ranges-in-doc...