Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,744 for

textbox

(0.03 sec)
  1. Inserting Images Dynamically in Java|Aspose.Wor...

    Insert images into your document dynamically when building a report in Java....the following steps: Add a textbox to your template at the place...and others for the textbox, making the textbox look like a blank...

    docs.aspose.com/words/java/inserting-images-dyn...
  2. Shape.FirstParagraph | Aspose.Words for .NET

    Retrieve the first paragraph of a shape effortlessly. Enhance your document's layout with our easy-to-use Shape FirstParagraph feature....Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Inserting Images Dynamically in C#|Aspose.Words...

    Insert images into your document dynamically when building a report using C#....the following steps: Add a textbox to your template at the place...and others for the textbox, making the textbox look like a blank...

    docs.aspose.com/words/net/inserting-images-dyna...
  5. TextBox.next property | Aspose.Words for Node.js

    Textbox.next property. Returns or sets a [Textbox](../) that represents the next [Textbox](../) in a sequence of shapes....property TextBox.next property Returns or sets a TextBox that represents...represents the next TextBox in a sequence of shapes. get next...

    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++.... auto textBox = MakeObject < Shape > ( doc...doc , ShapeType :: TextBox ); textBox -> set_WrapType ( WrapType...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Story.firstParagraph property | Aspose.Words fo...

    Story.firstParagraph property. Gets the first paragraph in the story.... let textBox = new aw . Drawing . Shape...Drawing . ShapeType . TextBox ); textBox . wrapType = aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Shape.LastParagraph | Aspose.Words for .NET

    Access the LastParagraph property to easily retrieve the final paragraph in your shape, enhancing your document's layout and readability.... TextBox , 150 , 100 ); TextBox textBox = textBoxShape...textBoxShape . TextBox ; // Move the document builder to inside the TextBox...

    reference.aspose.com/words/net/aspose.words.dra...
  9. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating... let textBox = new aw . Drawing . Shape...Drawing . ShapeType . TextBox ); textBox . wrapType = aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. TextBox.next property | Aspose.Words for Python

    Textbox.next property. Returns or sets a [Textbox](../) that represents the next [Textbox](../) in a sequence of shapes....property TextBox.next property Returns or sets a TextBox that represents...represents the next TextBox in a sequence of shapes. @property...

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