Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,860 for

textbox

(0.06 sec)
  1. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFields method. Specifies whether to compare differences in fields in C++....builder -> EndTable (); // Textbox: System :: SharedPtr < Aspose...Words :: Drawing :: Shape > textBox = builder -> InsertShape (...

    reference.aspose.com/words/cpp/aspose.words.com...
  2. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFormatting method. True indicates that formatting is ignored in C++....builder -> EndTable (); // Textbox: System :: SharedPtr < Aspose...Words :: Drawing :: Shape > textBox = builder -> InsertShape (...

    reference.aspose.com/words/cpp/aspose.words.com...
  3. WrapSide Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.WrapSide enum to control text wrapping around shapes and images, enhancing document layout and readability....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.dra...
  4. Aspose.Cells 9.0.0 中的公共 API 更改|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.... get ( 0 ); //Add a TextBox to the collection int textboxIndex...200 ); //Get the TextBox object TextBox textbox = sheet . getTextBoxes...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreFootnotes method. Specifies whether to compare differences in footnotes and endnotes in C++....builder -> EndTable (); // Textbox: System :: SharedPtr < Aspose...Words :: Drawing :: Shape > textBox = builder -> InsertShape (...

    reference.aspose.com/words/cpp/aspose.words.com...
  6. 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...
  7. WrapSide enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.WrapSide enumeration. Specifies what side(s) of the shape or picture the text wraps around....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...
  8. TextBoxControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.TextboxControl class to effortlessly display organized text from data or user input. Enhance your document management today!...] TextBoxControl class The TextBox control displays text from...how to change text of the TextBox OLE control. Document doc =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Comparing::CompareOptions::get_I...

    Aspose::Words::Comparing::CompareOptions::get_IgnoreCaseChanges method. True indicates that documents comparison is case insensitive in C++....builder -> EndTable (); // Textbox: System :: SharedPtr < Aspose...Words :: Drawing :: Shape > textBox = builder -> InsertShape (...

    reference.aspose.com/words/cpp/aspose.words.com...
  10. How to export excel equations to other types of...

    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....(); const textBox = shapes . get ( 0 ); if ( textBox instanceof...AsposeCells . TextBox ) { const mathNode = textBox . getEquationParagraph...

    docs.aspose.com/cells/nodejs-cpp/export-equation/