Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,183 for

textbox

(0.05 sec)
  1. 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...
  2. 用 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...
  3. 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...
  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. 使用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...
  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. TextBoxControl.type property | Aspose.Words for...

    TextboxControl.type property. Gets type of Forms 2.0 control....how to change text of the TextBox OLE control. doc = aw . Document...Document ( file_name = MY_DIR + 'Textbox control.docm' ) shape = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  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. TextBox.NoTextRotation | Aspose.Words for .NET

    Control text rotation in your Textbox with the NoTextRotation property. Ensure clear, readable text even when shapes are rotated. Enhance your design!...NoTextRotation TextBox.NoTextRotation property Gets or sets a...indicating either text of the TextBox should not rotate when the...

    reference.aspose.com/words/net/aspose.words.dra...
  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...