Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 3,382 for

box

(0.11 sec)
  1. Aspose::Words::Story::get_FirstParagraph method...

    Aspose::Words::Story::get_FirstParagraph method. Gets the first paragraph in the story in C++....to create and format a text box. auto doc = MakeObject < Document...(); // Create a floating text box. auto textBox = MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/sto...
  2. ShapeBase.wrapType property | Aspose.Words for ...

    ShapeBase.wrapType property. Defines whether the shape is inline or floating...to create and format a text box. let doc = new aw . Document...(); // Create a floating text box. let textBox = new aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FormFieldCollection | Aspose.Words for Java

    A collection of FormField objects that represent all the form fields in a range in Java....combo box. builder.write("Choose a value from this combo box: ");...insert a check box. builder.write("Click this check box to tick/untick...

    reference.aspose.com/words/java/com.aspose.word...
  4. ImportFormatOptions.ignoreTextBoxes property | ...

    ImportFormatOptions.ignoreTextBoxes property. Gets or sets a boolean value that specifies that source formatting of textBoxes content ignored if [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode is used...Examples Shows how to manage text box formatting while appending a...another document with a text box, which we will import into the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text Boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text Boxes containing merge fields Docum…...order to identify any text boxes containing MergeField Pattern...MERGEFORMAT)"); try { // Find all text boxes containing merge fields DocumentBuilder...

    forum.aspose.com/t/alternative-way-to-extract-a...
  6. 图表系列|Aspose.Slides 文档

    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....-> set_Value ( ObjectExt :: Box < String > ( u "新名称" )); pres...-> set_Value ( ObjectExt :: Box < String > ( u "新名称" )); 设置图表系列填充颜色...

    docs.aspose.com/slides/zh/cpp/chart-series/
  7. Manage TextBox|Aspose.Slides for Python Documen...

    Manage a text Box or text frame in PowerPoint presentations using Python...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/python-net/manage-textbox/
  8. Story.firstParagraph property | Aspose.Words fo...

    Story.firstParagraph property. Gets the first paragraph in the story....to create and format a text box. let doc = new aw . Document...(); // Create a floating text box. let textBox = new aw . Drawing...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Resize and crop EPS via Python | Aspose.Page

    Elevate your Python applications with our API solution, delivering precise EPS file cropping and resizing for vivid, captivating visuals....bounding box, it's crucial to know the existing bounding box of the...bounding box of the image using the extract_eps_bounding_box() static...

    products.aspose.com/page/python-net/resize-eps/
  10. DropDownItemCollection.remove_at method | Aspos...

    DropDownItemCollection.remove_at method. Removes a value at the specified index....Shows how to insert a combo box field, and edit the elements...DocumentBuilder ( doc ) # Insert a combo box, and then verify its collection...

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