Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 3,133 for

textbox

(0.07 sec)
  1. Aspose::Words::Drawing::Shape::Shape constructo...

    Aspose::Words::Drawing::Shape::Shape constructor. Creates a new shape object in C++.... auto textBox = System :: MakeObject < Aspose...Drawing :: ShapeType :: TextBox ); textBox -> set_WrapType ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. 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...
  3. 用 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...
  4. 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...
  5. 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...
  6. Justify FullJustify Text Alignment|Aspose.PDF f...

    Achieve perfect text alignment in PDF reports with Aspose.PDF for Reporting Services. Support for justify and full justify options....specify text alignment for textbox “Justify” and “FullJustify”...like the following: Example < Textbox Name = "textbox1" > < value...

    docs.aspose.com/pdf/reportingservices/justify-f...
  7. 使用C++按名称访问文本框|Documentation

    了解如何使用Aspose.Cells for C++按名称访问文本框。... Get ( 0 ); // Add the TextBox to the worksheet int idx =...newly created TextBox using its index & name it TextBox tb1 = sheet...

    docs.aspose.com/cells/zh/cpp/access-the-text-bo...
  8. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...// Create a textbox with some text const textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . setText ( "Aspose File Format...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...
  9. Set preset WordArt style to the text of the sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for Node.js via C++....// Create a textbox with some text const textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . setText ( "Aspose File Format...

    docs.aspose.com/cells/nodejs-cpp/set-preset-wor...
  10. TextBox.internal_margin_left property | Aspose....

    Textbox.internal_margin_left property. Specifies the inner left margin in points for a shape....internal_margin_left property TextBox.internal_margin_left property...doc = doc ) # Insert another textbox with specific margins. text_box_shape...

    reference.aspose.com/words/python-net/aspose.wo...