Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 3,180 for

textbox

(0.06 sec)
  1. Shape.LastParagraph | Aspose.Words for .NET

    Access the LastParagraph property to easily retrieve the final paragraph in your shape, enhancing your document's layout and readability.... TextBox , 150 , 100 ); TextBox textBox = textBoxShape...textBoxShape . TextBox ; // Move the document builder to inside the TextBox...

    reference.aspose.com/words/net/aspose.words.dra...
  2. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。... GetShapes (); // Add a TextBox to the worksheet Shape shape...); // Set the text of the TextBox shape . SetText ( u "This is...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  3. 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...
  4. TextBox.TextBoxWrapMode | Aspose.Words for .NET

    Discover the Textbox WrapMode property to enhance text wrapping within shapes, improving your design's clarity and visual appeal....TextBoxWrapMode Contents [ Hide ] TextBox.TextBoxWrapMode property Determines...ShapeType . TextBox , 300 , 300 ); TextBox textBox = textBoxShape...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Public API Changes in Aspose.Cells 8.7.2|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....to access the instance of TextBox using its name as String. For...detailed article on Accessing the TextBox via its Name Simple usage scenario...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Aspose::Words::Drawing::ShapeBase::get_WrapType...

    Aspose::Words::Drawing::ShapeBase::get_WrapType method. Defines whether the shape is inline or floating. For floating shapes defines the wrapping mode for text around the shape in C++.... auto textBox = System :: MakeObject < Aspose...Drawing :: ShapeType :: TextBox ); textBox -> set_WrapType ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. 用 C++ 为形状的文字设置预设文字艺术样式|Documentation

    学习如何用 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/zh/cpp/set-preset-wordart...
  8. Aspose::Words::Drawing::Shape::get_LastParagrap...

    Aspose::Words::Drawing::Shape::get_LastParagraph method. Gets the last paragraph in the shape in C++....:: Drawing :: ShapeType :: TextBox , 150 , 100 ); System :: SharedPtr...Drawing :: TextBox > textBox = textBoxShape -> get_TextBox (); //...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. 使用GridJs的高亮功能|Documentation

    本文描述了如何使用GridJs对单元格文本、单元格范围、形状和图片进行高亮显示。...将文本框添加到突出显示文本框数组中,文本框是 type 属性为"TextBox"的特殊形状,在活动工作表中 xs . sheet ....data . shapes whose type is 'TextBox' startpostion : highlight start...

    docs.aspose.com/cells/zh/python-net/aspose-cell...
  10. Access the Text Box by the Name with Node.js vi...

    Learn how to access a text box by name from the collection in Aspose.Cells for Node.js via C++.... get ( 0 ); // Add the TextBox to the worksheet const idx...); // Access newly created TextBox using its index & name it const...

    docs.aspose.com/cells/nodejs-cpp/access-the-tex...