Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 6,239 for

box

(0.07 sec)
  1. How to Set Print Titles with JavaScript via C++...

    This article shows you how to set print titles using the Aspose.Cells library for JavaScript via C++....Repeat: In the Page Setup dialog box, go to the Sheet tab. In the...repeat at the top by clicking the box next to Rows to repeat at top...

    docs.aspose.com/cells/javascript-cpp/how-to-set...
  2. Specify Layout Options in Node.js|Aspose.Words ...

    Specify Layout Options for various document layouts using Node.js....→ Options → Display” dialog box as follows: Comments and Revisions...“Track Changes Options” dialog box, as shown below: Also, Aspose...

    docs.aspose.com/words/nodejs-net/specify-layout...
  3. DocumentBuilder.InsertTextInput | Aspose.Words ...

    Effortlessly add text form fields with the DocumentBuilder InsertTextInput method. Enhance your document's interactivity and user experience today!...name here" , 30 ); // 2 - Combo box with prompt text, and a range... InsertComboBox ( "My combo box" , items , 0 ); builder . Document...

    reference.aspose.com/words/net/aspose.words/doc...
  4. TextFormFieldType | Aspose.Words for Java

    Specifies the type of a text form field in Java....name here", 30); // 2 - Combo box with prompt text, and a range...builder.insertComboBox("My combo box", items, 0); builder.getDocument()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Change chart legend entry background color - Fr...

    Hi Team, I’d like to change the background (fill) color of one particular chart legend entry. Can you please provide a short code snippet on how it can be made using Aspose.Cells? Thank you Selection_176.png (12.6 KB…...color similar to a rectangular box(around the legend item), it seems...legend entry item (rectangular box for the legend entry item) in...

    forum.aspose.com/t/change-chart-legend-entry-ba...
  6. Your First Aspose.Diagram Application - Hello W...

    This page describes how to create first application with Aspose.Diagram library....text box. Insert the words Hello World! into a text box. Generate...

    docs.aspose.com/diagram/java/your-first-aspose-...
  7. Specify the Far East and Latin Name of the Font...

    Learn how to specify Far East and Latin font names in text options of shapes using Aspose.Cells for JavaScript via C++....following sample code creates a text box and adds some Japanese text inside...font names of the output text box in Microsoft Excel. Sample Code...

    docs.aspose.com/cells/javascript-cpp/specify-th...
  8. How to change theme colors for chart series|Doc...

    Learn how to change theme colors for chart series using Aspose.Cells....color is used in the drop‑down box in the Excel interface. AI Document...

    docs.aspose.com/cells/net/change-theme-colors-f...
  9. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_IsShowingPlaceholderText method. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT). if set to true, this state shall be resumed (showing placeholder text) upon opening this document in C++....which will function as a text box. // The contents that it will...means that clicking on the text box in Microsoft Word will immediately...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. Delete PDF Pages with Rust via C++|Aspose.PDF f...

    You can delete pages from your PDF file using Aspose.PDF for Rust via C++....; fn main () -> Result < (), Box < dyn std :: error :: Error >>...

    docs.aspose.com/pdf/rust-cpp/delete-pages/