Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,744 for

textbox

(0.07 sec)
  1. 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...
  2. TextBox.fit_shape_to_text property | Aspose.Wor...

    Textbox.fit_shape_to_text property. Determines whether Microsoft Word will grow the shape to fit text....fit_shape_to_text property TextBox.fit_shape_to_text property...( 'Text fit tightly inside textbox.' ) doc . save ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API Changes in Aspose.Cells 9.0.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. HtmlSaveOptions.ExportShapesAsSvg | Aspose.Word...

    Discover how to use HtmlSaveOptions ExportShapesAsSvg to convert Shape nodes to SVG images when saving to HTML, MHTML, EPUB, or AZW3 formats....Shape textBox = builder . InsertShape ( ShapeType . TextBox , 100...60.0 ); builder . MoveTo ( textBox . FirstParagraph ); builder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportShapesAsSvg method. Controls whether Shape nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3. Default value is false in C++....doc ); SharedPtr < Shape > textBox = builder -> InsertShape (...:: TextBox , 100.0 , 60.0 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Access the Text Box by the Name|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....text in a textbox inside the Worksheet Create TextBox in which...

    docs.aspose.com/cells/java/access-the-text-box-...
  7. 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...
  8. 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...
  9. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C++....EndTable (); // Textbox: SharedPtr < Shape > textBox = builder ->...ShapeType :: TextBox , 150 , 20 ); builder -> MoveTo ( textBox -> get_FirstParagraph...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. NodeCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.NodeCollection class, your go-to solution for managing diverse node types efficiently in document processing. Enhance your workflow today!...Examples Shows how to replace all textbox shapes with image shapes. Document...= new Document ( MyDir + "Textboxes in drawing canvas.docx" );...

    reference.aspose.com/words/net/aspose.words/nod...