Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 989 for

textbox

(0.06 sec)
  1. How to Improve Website Accessibility – Aspose.H...

    Learn how to make your website accessible to users and check the website for compliance with WCAG guidelines using Aspose.HTML for .NET API...Provide each form element (textbox, checkbox, drop-down list,...

    docs.aspose.com/html/net/how-to-improve-website...
  2. 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...
  3. 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...
  4. 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...
  5. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table 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...
  6. 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...
  7. HeaderFooter | Aspose.Words for Java

    Represents a container for the header or footer text of a section 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...
  8. FindReplaceOptions | Aspose.Words for Java

    Specifies options for find/replace operations in Java....writeln("[tag 1]"); Shape textBox = builder.insertShape(ShapeType...writeln("[tag 2]"); builder.moveTo(textBox.getFirstParagraph()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Manage PowerPoint Paragraph in C++|Aspose.Slide...

    Create paragraphs and manage paragraph properties in PowerPoint presentations in C++...portion -> set_Text ( u "Aspose TextBox" ); //Get portion format SharedPtr...

    docs.aspose.com/slides/cpp/manage-paragraph/
  10. Body | Aspose.Words for Java

    Represents a container for the main text of a section 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...