Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 10,584 for

textbox

(0.07 sec)
  1. Invalid text color when saving to HTML - Free S...

    Hi, Using Aspose Cells for Java, version 23.11. Sample code: Workbook workbook = new Workbook("input.xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportActiveWorksheetOnly…...text color inside the shape/textbox when saving an Excel file to...

    forum.aspose.com/t/invalid-text-color-when-savi...
  2. Aspose::Cells::Drawing::Shape class | Aspose.Ce...

    Aspose::Cells::Drawing::Shape class. Represents the msodrawing object in C++....data and some formats in this textbox. GetHyperlink() Gets the hyperlink...Represents the string in this TextBox object. GetTextBody() Gets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  3. Aspose::Cells::Drawing::RadioButton class | Asp...

    Aspose::Cells::Drawing::RadioButton class. Represents a radio button in C++....data and some formats in this textbox. GetHyperlink() Gets the hyperlink...Represents the string in this TextBox object. GetTextBody() Gets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  4. Aspose::Cells::Drawing::CommentShape class | As...

    Aspose::Cells::Drawing::CommentShape class. Represents the shape of the comment in C++....data and some formats in this textbox. GetHyperlink() Gets the hyperlink...Represents the string in this TextBox object. GetTextBody() Gets...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  5. Aspose::Words::ImportFormatOptions Class Refere...

    Allows to specify various import options to format output....that source formatting of textboxes content ignored if KeepSourceFormatting...that source formatting of textboxes content ignored if KeepSourceFormatting...

    reference.aspose.com/words/cpp/class/aspose.wor...
  6. Aspose::Words::ImportFormatOptions Class Refere...

    Allows to specify various import options to format output....that source formatting of textboxes content ignored if KeepSourceFormatting...that source formatting of textboxes content ignored if KeepSourceFormatting...

    reference.aspose.com/words/cpp/class/aspose.wor...
  7. Aspose::Words::Drawing::ShapeBase Class Referen...

    Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture....auto textBox = MakeObject<Shape>(doc, ShapeType::TextBox ); t...textBox->set_Width(200); textBox->set_Height(50); textBox->set_Left(group->get_CoordSize()...

    reference.aspose.com/words/cpp/class/aspose.wor...
  8. Aspose.Cells Forms for Sitefinity|Documentation

    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....Fields Allow to Add TextBox, Multiline TextBox, RadioButtons, CheckBox...create/delete/update new fields of any type (TextBox, MultiLineTextBox, RadioButton...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  9. Sample Mobile Device Application to Generate an...

    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.... The application has a textbox that takes the code text value...Figure: Sample application The textbox is used to get codetext from...

    docs.aspose.com/barcode/java/sample-mobile-devi...
  10. Excel replace image made math equation lost - F...

    When I tried to replace Excel image, math equation lost. Before replace 1.png (110.3 KB) After replace 2.png (129.6 KB) I use this code public static void ReplaceExcelImage(string excelPath, string imagePath) { …...codes: TextBox textBox = workbook.Worksheets[0].TextBoxes[0]; EquationNode...EquationNode node = textBox.GetEquationParagraph(); mymbrooks...

    forum.aspose.com/t/excel-replace-image-made-mat...