Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,526 for

textbox

(0.19 sec)
  1. 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...
  2. TextBox.is_valid_link_target method | Aspose.Wo...

    Textbox.is_valid_link_target method. Determines whether this [Textbox](../) can be linked to the target [Textbox](../)....whether this TextBox can be linked to the target TextBox . def is_valid_link_target...aspose . words . drawing . TextBox ): ... Parameter Type Description...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set preset WordArt style to the text of a shape using Aspose.Cells for C++....// Create a textbox with some text TextBox textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . SetText ( u "Aspose File...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  5. Access the Text Box by the Name with C++|Docume...

    Learn how to access a text box by its name using Aspose.Cells for C++.... Get ( 0 ); // Add the TextBox to the worksheet int idx =...newly created TextBox using its index & name it TextBox tb1 = sheet...

    docs.aspose.com/cells/cpp/access-the-text-box-b...
  6. TextBox.previous property | Aspose.Words for Py...

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

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

    Discover the ShapeBase WrapType property, control inline or floating shapes and customize text wrapping for enhanced layout flexibility....Shape textBox = new Shape ( doc , ShapeType . TextBox ); textBox...WrapType . None ; textBox . Height = 50 ; textBox . Width = 200 ;...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextBoxWrapMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.TextboxWrapMode enum to control text wrapping in shapes, enhancing document layouts and design flexibility.... TextBox , 300 , 300 ); TextBox textBox = textBoxShape...textBoxShape . TextBox ; // Set the "TextBoxWrapMode" property to "TextBoxWrapMode...

    reference.aspose.com/words/net/aspose.words.dra...
  9. TextBox.break_forward_link method | Aspose.Word...

    Textbox.break_forward_link method. Breaks the link to the next [Textbox](../)....Breaks the link to the next TextBox . def break_forward_link (...( self ): ... Remarks TextBox.break_forward_link() doesn’t break...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextBox.breakForwardLink method | Aspose.Words ...

    Textbox.breakForwardLink method. Breaks the link to the next [Textbox](../)....the next TextBox . breakForwardLink () Remarks TextBox.breakForwardLink()...sequence and TextBox.breakForwardLink() at the 2-nd textbox will create...

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