Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 3,166 for

textbox

(0.07 sec)
  1. [Regression?] Location of PlotArea in charts is...

    Hi, We use on Aspose.Cells to move Textboxes inside charts, in order to do this, we use the APIs to get the location of the plot area and move it accordingly. However, it seems after Aspose migrated PlotArea.InnerX to …...Cells to move textboxes inside charts, in order to...code that attempts to move a textbox in the chart to the top left...

    forum.aspose.com/t/regression-location-of-plota...
  2. Working with Form Fields in C#|Aspose.Words for...

    Understanding Form Fields feature, working with Form Fields using C#....in Microsoft Word include textbox, combo box and checkbox. DocumentBuilder...InsertTextInput method to insert a textbox into the document. The following...

    docs.aspose.com/words/net/working-with-form-fie...
  3. ShapeBase.Font | Aspose.Words for .NET

    Discover the ShapeBase Font property for easy font formatting access. Enhance your designs with customizable text styles and unique typography options.... TextBox , 300 , 50 ); builder . MoveTo...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ShapeBase.parentParagraph property | Aspose.Wor...

    ShapeBase.parentParagraph property. Returns the immediate parent paragraph.... TextBox , 300 , 50 ); builder . moveTo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. 扩展 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...
  7. Aspose.Cells Forms for DNN|Documentation

    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....Fields Allow to Add TextBox, Multiline TextBox, RadioButtons, CheckBox...create new fields any type of (TextBox, MultiLineTextBox, RadioButton...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  8. 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...
  9. ActiveX|Aspose.Slides Documentation

    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....Add a new ActiveX control (TextBox) var control = slide . Controls...

    docs.aspose.com/slides/net/examples/elements/ac...
  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-...