Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 1,655 for

box

(0.64 sec)
  1. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::idx_get method. Gets or sets the element at the specified index in C++....Shows how to insert a combo box field, and edit the elements...> ( doc ); // Insert a combo box, and then verify its collection...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::DropDownItemCollection::...

    Aspose::Words::Fields::DropDownItemCollection::Remove method. Removes the specified value from the collection in C++....Shows how to insert a combo box field, and edit the elements...> ( doc ); // Insert a combo box, and then verify its collection...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C++...defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System :: String > ( u "Series...defaultWorksheetInde , 0 , 1 , ObjectExt :: Box < System :: String > ( u "Red"...

    docs.aspose.com/slides/cpp/chart-data-label/
  4. DropDownItemCollection.insert method | Aspose.W...

    DropDownItemCollection.insert method. Inserts a string into the collection 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...
  5. DropDownItemCollection.Clear | Aspose.Words for...

    Efficiently clear all elements from the DropDownItemCollection with our Clear method. Streamline your data management effortlessly!...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/net/aspose.words.fie...
  6. Aspose::Words::Drawing::Shape::Shape constructo...

    Aspose::Words::Drawing::Shape::Shape constructor. Creates a new shape object 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.dra...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportDropDownFormFieldAsText method. Controls how drop-down form fields are saved to HTML or MHTML. Default value is false in C++....Shows how to get drop-down combo box form fields to blend in with...document builder to insert a combo box with the value "Two" selected...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 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...
  9. StructuredDocumentTag.isTemporary property | As...

    StructuredDocumentTag.isTemporary property. Specifies whether this SDT shall be removed from the WordProcessingML document when its contents are modified....document tag in the form of a check box and set its default state to...to "true" to make the check box become a symbol // once the user...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 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...