Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 996 for

textbox

(0.05 sec)
  1. CompareOptions.ignoreCaseChanges property | Asp...

    CompareOptions.ignoreCaseChanges property. True indicates that documents comparison is case insensitive.... endTable (); // Textbox: let textBox = builder . insertShape...ShapeType . TextBox , 150 , 20 ); builder . moveTo ( textBox . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. CompareOptions.ignoreComments property | Aspose...

    CompareOptions.ignoreComments property. Specifies whether to compare differences in comments.... endTable (); // Textbox: let textBox = builder . insertShape...ShapeType . TextBox , 150 , 20 ); builder . moveTo ( textBox . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Document.Compare | Aspose.Words for .NET

    Effortlessly compare documents with our Document Compare tool. Identify edits and format changes quickly for streamlined revisions and enhanced collaboration.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...ShapeType . TextBox , 150 , 20 ); builder . MoveTo ( textBox . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreComments method. Specifies whether to compare differences in comments in C++....EndTable (); // Textbox: SharedPtr < Shape > textBox = builder ->...ShapeType :: TextBox , 150 , 20 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.com...
  5. ShapeBase.wrapSide property | Aspose.Words for ...

    ShapeBase.wrapSide property. Specifies how the text is wrapped around the shape....Examples Shows how to replace all textbox shapes with image shapes. let...Document ( base . myDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. TextBoxControl class | Aspose.Words for Python

    aspose.words.drawing.ole.TextboxControl class. The Textbox control displays text from an organized set of data or user input....class TextBoxControl class The TextBox control displays text from...how to change text of the TextBox OLE control. doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shape.text_box property | Aspose.Words for Python

    Shape.text_box property. Defines attributes that specify how text is displayed in a shape.... TextBox : ... Examples Shows how to...document builder to inside the TextBox and add text. builder . move_to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FindReplaceOptions.useLegacyOrder property | As...

    FindReplaceOptions.useLegacyOrder property. True indicates that a text search is performed sequentially from top to bottom considering the text boxes...writeln ( "[tag 1]" ); let textBox = builder . insertShape ( aw...aw . Drawing . ShapeType . TextBox , 100 , 50 ); builder . writeln...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Comparing::ComparisonTargetType ...

    Aspose::Words::Comparing::ComparisonTargetType enum. Allows to specify base document which will be used during comparison. Default value is Current in C++....EndTable (); // Textbox: SharedPtr < Shape > textBox = builder ->...ShapeType :: TextBox , 150 , 20 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.com...
  10. LayoutFlow | Aspose.Words for Java

    Determines the flow of the text layout in a Textbox in Java....flow of the text layout in a textbox. Examples: Shows how to add...Shape textbox = new Shape(doc, ShapeType.TEXT_BOX); textbox.setWidth(100...

    reference.aspose.com/words/java/com.aspose.word...