Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 3,498 for

textbox

(0.06 sec)
  1. 扩展 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...
  2. 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...
  3. MorphDataControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.MorphDataControl class, featuring versatile controls like CheckBox, ComboBox, and more for enhanced document interactivity....ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. public abstract...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 与GridJs客户端端协同工作|Documentation

    本文介绍了GridJs中的客户端JavaScript API或函数。...allowSelectTextInTex 在只读模式下是否允许在 TextBox 控件中选择文本。 默认值为 false。 false...'#FFFF00' ); 用于TextBox对象的API TextBox是一种特殊类型的形状,其类型属性为:“TextBox” 例如:以下代码将显示哪种形状是文本框...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  5. 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...
  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. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...So now we create floating TextBox shape to write into We’re struggling...borders? If so you can use TextBox class properties to configure...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  8. 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...
  9. Topics tagged shapes

    Topics tagged shapes...paragraph ending in Shape TextBox Aspose.Words Product Family...

    forum.aspose.com/tag/shapes
  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-...