Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 989 for

textbox

(0.07 sec)
  1. Aspose::Words::NodeCollection::ToArray method |...

    Aspose::Words::NodeCollection::ToArray method. Copies all nodes from the collection to a new array of nodes in C++....Examples Shows how to replace all textbox shapes with image shapes. auto...< Document > ( MyDir + u "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/cpp/aspose.words/nod...
  2. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...DocumentBuilder ( doc ); let textBox = builder . insertShape ( aw...ShapeType . TextBox , 100.0 , 60.0 ); builder . moveTo ( textBox . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. How to Insert Fillable Fields in PDF in C#

    This article contains information on how to insert fillable fields in PDF in C#. It provides steps to set the environment and write the application along with the runnable sample code to add fillable text box to PDF in C#....adding controls to it Add a textbox on the first page of the target...this class is used to add a textbox on a particular page and location...

    kb.aspose.com/pdf/net/how-to-insert-fillable-fi...
  4. Aspose.Words.Drawing.Ole | Aspose.Words for .NET

    Explore the Aspose.Words.Drawing.Ole namespace for seamless integration of OLE/ActiveX controls in Microsoft Word, enhancing document interactivity and functionality....ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. OleControl...choices. TextBoxControl The TextBox control displays text from...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Drawing::WrapSide enum | Aspose....

    Aspose::Words::Drawing::WrapSide enum. Specifies what side(s) of the shape or picture the text wraps around in C++....Examples Shows how to replace all textbox shapes with image shapes. auto...< Document > ( MyDir + u "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. TextBox.no_text_rotation property | Aspose.Word...

    Textbox.no_text_rotation property. Gets or sets a boolean value indicating either text of the Textbox should not rotate when the shape is rotated....no_text_rotation property TextBox.no_text_rotation property Gets...indicating either text of the TextBox should not rotate when the...

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

    Discover the Aspose.Words.CompareOptions class for advanced document comparison. Customize your comparison settings for precise results and enhanced productivity.... EndTable (); // Textbox: Shape textBox = builder . InsertShape...ShapeType . TextBox , 150 , 20 ); builder . MoveTo ( textBox . FirstParagraph...

    reference.aspose.com/words/net/aspose.words.com...
  8. NodeCollection class | Aspose.Words for Node.js

    Aspose.Words.NodeCollection class. Represents a collection of nodes of a specific type...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...
  9. Aspose.Words.Drawing.Ole module | Aspose.Words ...

    The Aspose.Words.Drawing.Ole namespace contains classes to work with OLE / ActiveX controls and forms in Microsoft Word documents....ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. OleControl...choices. TextBoxControl The TextBox control displays text from...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ComparisonTargetType | Aspose.Words for Java

    Allows to specify base document which will be used during comparison in Java....endTable(); // Textbox: Shape textBox = builder.insertShape(ShapeType...150.0, 20.0); builder.moveTo(textBox.getFirstParagraph()); builder...

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