Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 10,691 for

insert text

(0.14 sec)
  1. FieldShape class | Aspose.Words for Python

    aspose.words.fields.FieldShape class. Implements the SHAPE field...Remarks Retrieves the specified text. Inheritance: FieldShape → Field...Description display_result Gets the text that represents the displayed...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ShapeBase.fill property | Aspose.Words for Python

    ShapeBase.fill property. Gets fill formatting for the shape....DocumentBuilder ( doc ) # Write some text, and then cover it with a floating...world!' ) shape = builder . insert_shape ( aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  3. CompatibilityOptions.OptimizeFor | Aspose.Words...

    Enhance your documents with the OptimizeFor method in CompatibilityOptions. Tailor Aspose.Words behavior for specific MS Word versions for optimal results....vertically align the text contents of a text box. Document doc =...Top" to // align the text in this text box with the top side...

    reference.aspose.com/words/net/aspose.words.set...
  4. Run | Aspose.Words for .NET

    Create and customize your Run class instance effortlessly. Unlock powerful features for streamlined performance and enhanced functionality....paragraph where you want the run inserted. Examples Shows how to construct...run = new Run ( doc ); run . Text = "Hello World!" ; run . Font...

    reference.aspose.com/words/net/aspose.words/run...
  5. Fill.opacity property | Aspose.Words for Python

    Fill.opacity property. Gets or sets the degree of opacity of the specified fill as a value between 0.0 (clear) and 1.0 (opaque)....DocumentBuilder ( doc ) # Write some text, and then cover it with a floating...world!' ) shape = builder . insert_shape ( aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. RevisionOptions.moved_to_text_color property | ...

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

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

    Discover the Aspose.Words.Fields.FieldBibliography class to effortlessly manage bibliography fields in your documents. Enhance your writing with ease!...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...
  8. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the brush color that fills the closed path of the shape....DocumentBuilder ( doc ) # Write some text, and then cover it with a floating...world!' ) shape = builder . insert_shape ( aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CompositeNode.get_text method | Aspose.Words fo...

    CompositeNode.get_Text method. Gets the Text of this node and of all its children....get_text method get_text() Gets the text of this node and of...of all its children. def get_text ( self ): ... Remarks The returned...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox.previous property | Aspose.Words for Py...

    TextBox.previous property. Returns a [TextBox](../) that represents the previous [TextBox](../) in a sequence of shapes.... Examples Shows how to link text boxes. doc = aw . Document ()...( doc = doc ) text_box_shape1 = builder . insert_shape ( shape_type...

    reference.aspose.com/words/python-net/aspose.wo...