Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 124,661 for

text

(0.08 sec)
  1. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph....formatting to create off-center text. let doc = new aw . Document...DocumentBuilder ( doc ); // Center all text that the document builder writes...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. TextWrapping enumeration | Aspose.Words for Nod...

    Aspose.Words.Tables.TextWrapping enumeration. Specifies how Text is wrapped around the table....TextWrapping enumeration Specifies how text is wrapped around the table...Members Name Description None Text and table is displayed in the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Insert Hyperlink in Word using C#

    This short tutorial guides you on how to insert hyperlink in Word using C#. It provides all the necessary details to establish the environment and a runnable sample code to add hyperlink in Word using C#....complete steps to insert normal text as well as a hyperlink pointing...for customizing the hyperlink text and saving the output file as...

    kb.aspose.com/words/net/how-to-insert-hyperlink...
  4. ShapeBase.name property | Aspose.Words for Node.js

    ShapeBase.name property. Gets or sets the optional shape name....to use a shape’s alternative text. let doc = new aw . Document...shape . alternativeText = "Alt text for MyCube." ; // We can access...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Comment.setText method | Aspose.Words for Node.js

    Comment.setText method. This is a convenience method that allows to easily set Text of the comment....setText method setText(text) This is a convenience method that...to easily set text of the comment. setText ( text : string ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_WrapType...

    Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for Text around the shape in C++....defines the wrapping mode for text around the shape. Aspose ::...appear behind the overlapping text and align it to the page's center...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. WordArt|Aspose.Slides for PHP Documentation

    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....allows you to apply effects to texts to make them stand out. With...for example, you can outline a text or fill it with a color (or...

    docs.aspose.com/slides/php-java/wordart/
  8. BookmarkCollection.RemoveAt | Aspose.Words for ...

    Effortlessly manage your bookmarks with the RemoveAt method—quickly delete any bookmark by its index for a streamlined collection!...// Insert five bookmarks with text inside their boundaries. for...bookmarkName ); builder . Write ( $"Text inside {bookmarkName}." ); builder...

    reference.aspose.com/words/net/aspose.words/boo...
  9. BookmarkCollection.removeAt method | Aspose.Wor...

    BookmarkCollection.removeAt method. Removes a bookmark at the specified index....// Insert five bookmarks with text inside their boundaries. for...bookmarkName ); builder . write ( `Text inside ${ bookmarkName } .`...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...