Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,187 for

textbox

(0.09 sec)
  1. 与GridJs客户端端协同工作|Documentation

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

    docs.aspose.com/cells/zh/java/aspose-cells-grid...
  2. Aspose.Words.Drawing module | Aspose.Words for ...

    The Aspose.Words.Drawing module provides classes that allow to create and modify drawing objects....and can represent a picture, textbox, AutoShape or an OLE object...layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++.... Textbox 5 Contains shape or textbox text, represented...

    reference.aspose.com/words/cpp/aspose.words/sto...
  4. 使用 Python.NET 在工作表中的文本框中用文本替换标签|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 在Excel工作表中的文本框里用文本替换标签。...multiple tags within a single textbox. 示例代码 以下示例代码将标签TAG_1和TAG_2...aspose.cells.drawing import TextBox def sheet_replace ( workbook...

    docs.aspose.com/cells/zh/python-net/replace-tag...
  5. About image padding using Code.CalcLeftPadding(...

    Hi, Could you please assist me on the below mentioned requirement. Need to set size on images using Code.CalcLeftPadding(Fields!ReportData.Value, 7.1, 8.6) & “pt” function in aspose word template using Linq report engi…...setting the size of a containing textbox manually in a template and...the height of a containing textbox in a template manually as desired...

    forum.aspose.com/t/about-image-padding-using-co...
  6. 在工作表内替换标签文本框|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....multiple tags within a single textbox. The sample file can be downloaded...

    docs.aspose.com/cells/zh/java/replace-tag-with-...
  7. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for JavaScript via C++.... get ( 0 ); // Add textbox inside the worksheet. const...const idx = ws . textBoxes . add ( 5 , 5 , 50 , 200 ); const tb =...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  8. StoryType Enum | Aspose.Words for .NET

    Discover Aspose.Words.StoryType enum, efficiently manage Word document text stories with ease. Enhance your document processing experience today!... Textbox 5 Contains shape or textbox text, represented...

    reference.aspose.com/words/net/aspose.words/sto...
  9. LayoutEntityType enumeration | Aspose.Words for...

    Aspose.Words.Layout.LayoutEntityType enumeration. Types of the layout entities.... TextBox Represents text area inside...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 C++ 管理图表中的形状|Documentation

    学习如何使用 Aspose.Cells for C++ 添加控件和自定义 Microsoft Excel 中的图表。我们的指南将演示如何操作图表元素、调整格式以及提升图表的整体外观与易用性。...Aspose::Cells::Drawing::TextBox 对象。 TextBox 类代表图表中的文本框。 以下示例显示了如...); // Add a new textbox to the chart TextBox textbox0 = chart...

    docs.aspose.com/cells/zh/cpp/controls-in-charts/