Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 3,598 for

textbox

(0.36 sec)
  1. Forms2OleControlType enumeration | Aspose.Words...

    aspose.words.drawing.ole.Forms2OleControlType enumeration. Enumerates types of Forms 2.0 controls.... TEXTBOX A control that allows the user...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 创建提交按钮|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式向 PDF 文档添加提交按钮。本教程演示如何创建一个将表单数据提交到指定 URL 并保存更新后 PDF 的按钮。...save ( outfile ) 创建单选按钮字段 创建 TextBox 字段...

    docs.aspose.com/pdf/zh/python-net/create-submit...
  3. 扩展 Aspose.Slides for RS 以自定义渲染结果|Aspose.Slides 文档

    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....TextBox textBox) { //在报告中提到公司名称的地方添加 (TM)...Works"; if (textBox.Text.Contains(companyName)) { textBox.Text = textBox...

    docs.aspose.com/slides/zh/reportingservices/cus...
  4. ShapeBase.ParentParagraph | Aspose.Words for .NET

    Discover the ShapeBase ParentParagraph property—efficiently access the immediate parent paragraph for streamlined content management and enhanced organization.... TextBox , 300 , 50 ); builder . MoveTo...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ActiveX|Aspose.Slides for Python Documentation

    Learn how to find, edit, and remove ActiveX controls in Python with Aspose.Slides, including property updates for PowerPoint presentations....Add a new ActiveX control (TextBox). control = slide . controls...

    docs.aspose.com/slides/python-net/examples/elem...
  6. MorphDataControl class | Aspose.Words for Python

    aspose.words.drawing.ole.MorphDataControl class. The MorphDataControl structure is an aggregate of six controls: CheckBox, ComboBox, ListBox, OptionButton, Textbox, and ToggleButton....ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. Inheritance:...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Form Fields in Python|Aspose.Words...

    Insert, obtain, or format a form field in a document using Python....in Microsoft Word include textbox, combo box and checkbox. DocumentBuilder...insert_text_input method to insert a textbox into the document. The following...

    docs.aspose.com/words/python-net/working-with-f...
  8. Aspose::Words::Drawing::ShapeBase::get_ParentPa...

    Aspose::Words::Drawing::ShapeBase::get_ParentParagraph method. Returns the immediate parent paragraph in C++....:: Drawing :: ShapeType :: TextBox , 300 , 50 ); builder -> MoveTo...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Forms2OleControlType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.Forms2OleControlType enum, featuring a range of Forms 2.0 control types for enhanced document automation.... Textbox 2 A control that allows the...

    reference.aspose.com/words/net/aspose.words.dra...
  10. How to Extract Multi-Column Text from a Text Fr...

    Hi Team, I am using aspose slides for cpp. There is a text frame where text is divided into 3 multi columns. I want to be able to extract text according to different columns. Entire text: Hello, this is the first colum…...System::SharedPtr<IAutoShape> textBox = System::DynamicCast<IAut...hapes()->idx_get(0)); if (textBox->get_IsTextBox()) { // Get...

    forum.aspose.com/t/how-to-extract-multi-column-...