Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 2,860 for

textbox

(0.04 sec)
  1. Specify Rendering Options When Converting to PD...

    Convert a document to PDF with advanced options using C++. Use PdfSaveOptions to change the result of saving a document to PDF format....for editable forms, such as textbox, combobox, and checkbox. Microsoft...

    docs.aspose.com/words/cpp/specify-rendering-opt...
  2. MorphDataControl | Aspose.Words for Java

    The MorphDataControl structure is an aggregate of six controls CheckBox ComboBox ListBox OptionButton Textbox and ToggleButton in Java....ComboBox, ListBox, OptionButton, TextBox, and ToggleButton. Methods...

    reference.aspose.com/words/java/com.aspose.word...
  3. ShapeType | Aspose.Words for Java

    Specifies the type of shape in a Microsoft Word document in Java.... TEXT_BOX The shape is a textbox. TEXT_BUTTON_CURVE Button curve...int TEXT_BOX The shape is a textbox. Note that shapes of many other...

    reference.aspose.com/words/java/com.aspose.word...
  4. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape Textbox freeform OLE object ActiveX control or picture in Java....layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...getStoryType() Returns StoryType.TEXTBOX . getStroke() Defines a stroke...

    reference.aspose.com/words/java/com.aspose.word...
  5. CommentCollection | Aspose.Words for Java

    Provides typed access to a collection of Comment nodes in Java....Examples: Shows how to replace all textbox shapes with image shapes. Document...new Document(getMyDir() + "Textboxes in drawing canvas.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  6. Aspose.PSD for .NET 18.8 - 发行说明|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....PSDNET-65 部分支持文本图层BoundBox属性 // TextBox示例 string sourceFileName = "LayerWithText...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  7. Shape class | Aspose.Words for Python

    aspose.words.drawing.Shape class. Represents an object in the drawing layer, such as an AutoShape, Textbox, freeform, OLE object, ActiveX control, or picture...layer, such as an AutoShape, textbox, freeform, OLE object, ActiveX...story_type Returns StoryType.TEXTBOX . stroke Defines a stroke for...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Insert Pictures and Shapes of Excel files with ...

    Manage pictures, OLE objects, and shapes in Excel files using Aspose.Cells for Node.js via C++....Manage Smart Art Managing TextBox Add WordArt Watermark to Worksheet...

    docs.aspose.com/cells/nodejs-cpp/insert-shapes/
  9. What's new|Aspose.Words for C++

    Aspose.Words for C++ expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....to modify the text of the TextBox OLE control has been introduced...

    docs.aspose.com/words/cpp/what-s-new-in-aspose-...
  10. FootnoteSeparator | Aspose.Words for Java

    in Java....Shape textBox = new Shape(doc, ShapeType.TEXT_BOX); textBox.setWrapType(WrapType...setWrapType(WrapType.NONE); textBox.setHeight(50.0); textBox.setWidth(200.0);...

    reference.aspose.com/words/java/com.aspose.word...