Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,212 for

box

(0.03 sec)
  1. Shape.last_paragraph property | Aspose.Words fo...

    Shape.last_paragraph property. Gets the last paragraph in the shape....orientation of text inside a text box. doc = aw . Document () builder...DocumentBuilder ( doc = doc ) text_box_shape = builder . insert_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Manage TextBox|Aspose.Slides for PHP Documentation

    Manage a text Box or text frame in PowerPoint presentations using PHP...slides typically exist in text boxes or shapes. Therefore, to add...slide, you have to add a text box and then put some text inside...

    docs.aspose.com/slides/php-java/manage-textbox/
  3. Aspose::Words::Drawing::TextBoxWrapMode enum | ...

    Aspose::Words::Drawing::TextBoxWrapMode enum. Specifies how text wraps inside a shape in C++....mode for the contents of a text box. auto doc = System :: MakeObject..."TextBoxWrapMode.None" to increase the text box's width // to accommodate text...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Aspose::Words::Drawing::TextBox::get_TextBoxWra...

    Aspose::Words::Drawing::TextBox::get_TextBoxWrapMode method. Determines how text wraps inside a shape in C++....mode for the contents of a text box. auto doc = System :: MakeObject..."TextBoxWrapMode.None" to increase the text box's width // to accommodate text...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. FormField.IsCheckBoxExactSize | Aspose.Words fo...

    Discover the FormField IsCheckBoxExactSize property, easily control textBox sizing with a simple boolean setting for optimal customization....Remarks Applicable for a check box form field only. Examples Shows...document builder to insert a combo box. builder . Write ( "Choose a...

    reference.aspose.com/words/net/aspose.words.fie...
  6. FormField.CheckBoxSize | Aspose.Words for .NET

    Discover the FormField CheckBoxSize property to customize checkBox dimensions in points, enhancing your forms when IsCheckBoxExactSize is enabled....Remarks Applicable for a check box form field only. Examples Shows...document builder to insert a combo box. builder . Write ( "Choose a...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FormField.OwnHelp | Aspose.Words for .NET

    Discover the FormField OwnHelp property. Easily user experience by customizing help messages when users press F1 on focused form fields....that’s displayed in a message box when a form field has the focus...document builder to insert a combo box. builder . Write ( "Choose a...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Chart Axis|Aspose.Slides Documentation

    How to edit PowerPoint chart axis in C++...( 0 , u "A2" , ObjectExt :: Box < double > ( DateTime ( 2015...( 0 , u "A3" , ObjectExt :: Box < double > ( DateTime ( 2016...

    docs.aspose.com/slides/cpp/chart-axis/
  9. TextBoxWrapMode | Aspose.Words for Java

    Specifies how text wraps inside a shape in Java....mode for the contents of a text box. Document doc = new Document();...builder.insertShape(ShapeType.TEXT_BOX, 300.0, 300.0); TextBox textBox...

    reference.aspose.com/words/java/com.aspose.word...
  10. Create TextBox in which each line is having dif...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++.... Get ( 0 ); // Add text box inside the sheet ws . GetShapes...first shape which is a text box and set its text Shape shape...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...