Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 5,860 for

box

(0.13 sec)
  1. Save Workbook to Strict Open XML Spreadsheet Fo...

    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....and open the Save As… dialog box, you will see its format as Strict...

    docs.aspose.com/cells/java/save-workbook-to-str...
  2. Rendering Shapes Separately from a Document|Asp...

    Extract various graphic objects, such as images, text Box containing paragraphs, or arrow shapes, when processing a document, and export them to an external location using Java....object, for example, a text box containing paragraphs, arrow... Such contents can be text boxes, images, AutoShapes, OLE objects...

    docs.aspose.com/words/java/rendering-shapes-sep...
  3. Working with Form Fields in C#|Aspose.Words for...

    Understanding Form Fields feature, working with Form Fields using C#....Word include textbox, combo box and checkbox. DocumentBuilder...into a document: Insert a Check Box Call InsertCheckBox to insert...

    docs.aspose.com/words/net/working-with-form-fie...
  4. Working with Content Control SDT in Java|Aspose...

    Advanced document content management, how to create and manipulate content controls (Structured Document Tags) using Java....including checkboxes, text boxes, date pickers, and drop-down...content control of type rich text box: The following code example shows...

    docs.aspose.com/words/java/working-with-content...
  5. Supported CSS properties for HTML to PDF conver...

    We are currently evaluating Aspose.PDF for converting HTML documents into PDF format. We would like to understand the CSS properties that are fully supported during the conversion process. Having this information will h…...box {border:1px solid #000; padding:5px;...</style></head><body> <h1>Test</h1><div class='box'>Sample content</div> </body></html>";...

    forum.aspose.com/t/supported-css-properties-for...
  6. Protect and Unprotect Workbook Structure|Docume...

    Protect and unprotect workbook structure of Excel files using C# code....Enter a password in the Password box . Select OK , re‑enter the password...

    docs.aspose.com/cells/net/protect-and-unprotect...
  7. Showing Cell Range as the Data Labels|Documenta...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for Python via .NET. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts.... Check box to Show Cell Range as Data Labels...

    docs.aspose.com/cells/python-net/showing-cell-r...
  8. Aspose::Words::DocumentBuilder::InsertTextInput...

    Aspose::Words::DocumentBuilder::InsertTextInput method. Inserts a text form field at the current position in C++....name here" , 30 ); // 2 - Combo box with prompt text, and a range...InsertComboBox ( u "My combo box" , items , 0 ); builder -> get_Document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. StructuredDocumentTag | Aspose.Words for .NET

    Create powerful structured documents effortlessly with the StructuredDocumentTag constructor. Initialize new instances for enhanced organization and clarity....document tag in the form of a check box. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Aspose.Slides for .NET Is Not Working on a Non-...

    Hi, I’m trying to do something very basic: using Aspose.Slides; using Aspose.Slides.Export; using var presentation = new Presentation(); presentation.Save("blank.pptx", SaveFormat.Pptx); This crashes on non Windows m…...have a depdnency on a Windows box, right? Wasn’t the point that...

    forum.aspose.com/t/aspose-slides-for-net-is-not...