Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 3,419 for

textbox

(0.32 sec)
  1. Set Preset WordArt Style to the Text of the Sha...

    Learn how to set a preset WordArt style to the text of a shape using Aspose.Cells for C++....text box with some text TextBox textbox = worksheet . GetShapes... 0 , 0 , 0 , 100 , 700 ); textbox . SetText ( u "Aspose File...

    docs.aspose.com/cells/cpp/set-preset-wordart-st...
  2. TextBoxControl.type property | Aspose.Words for...

    TextboxControl.type property. Gets type of Forms 2.0 control....how to change text of the TextBox OLE control. doc = aw . Document...Document ( file_name = MY_DIR + 'Textbox control.docm' ) shape = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HTML Formatting|Aspose.Words for Reporting Serv...

    HTML Formatting setting of the Aspose.Words for Reporting Services....within a single textbox (i.e. all text in a textbox shares the same...full rich formatting within a textbox in RDL reports. To do this...

    docs.aspose.com/words/reportingservices/html-fo...
  4. Justify FullJustify Text Alignment|Aspose.PDF f...

    Achieve perfect text alignment in PDF reports with Aspose.PDF for Reporting Services. Support for justify and full justify options....specify text alignment for textbox “Justify” and “FullJustify”...like the following: Example < Textbox Name = "textbox1" > < value...

    docs.aspose.com/pdf/reportingservices/justify-f...
  5. TextBoxControl.text property | Aspose.Words for...

    TextboxControl.text property. Gets or sets a text of the control....how to change text of the TextBox OLE control. doc = aw . Document...Document ( file_name = MY_DIR + 'Textbox control.docm' ) shape = doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 用 Node.js 和 C++ 设置形状文本的预设 WordArt 样式|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 为形状的文本设置预设 WordArt 样式...// Create a textbox with some text const textbox = worksheet... 0 , 0 , 0 , 100 , 700 ); textbox . setText ( "Aspose File Format...

    docs.aspose.com/cells/zh/nodejs-cpp/set-preset-...
  7. Access the Text Box by the Name with Node.js vi...

    Learn how to access a text box by name from the collection in Aspose.Cells for Node.js via C++.... get ( 0 ); // Add the TextBox to the worksheet const idx...// Access the newly created TextBox using its index and set its...

    docs.aspose.com/cells/nodejs-cpp/access-the-tex...
  8. Text Box|Aspose.Slides Documentation

    Create and format text boxes in C# with Aspose.Slides: set fonts, alignment, wrapping, autofit, and links to polish slides for PowerPoint and OpenDocument....one: public static void Add_TextBox () { using var pres = new Presentation...with border and no text) var textBox = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/net/examples/elements/te...
  9. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...fill // ★ CRITICAL: Configure TextBox to ensure content rotates with...in TextBox follows the Shape's geometric rotation TextBox textBox...

    forum.aspose.com/t/topic/324972
  10. TextBox.internal_margin_left property | Aspose....

    Textbox.internal_margin_left property. Specifies the inner left margin in points for a shape....internal_margin_left property TextBox.internal_margin_left property...doc = doc ) # Insert another textbox with specific margins. text_box_shape...

    reference.aspose.com/words/python-net/aspose.wo...