Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,177 for

textbox formatting

(0.19 sec)
  1. Aspose.Cells Forms for DNN|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 adding TextBox, Multiline TextBox, RadioButton, CheckBox...length and apply header column formatting as bold text Export data...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  2. Manage Text Boxes in Presentations Using PHP|As...

    Aspose.Slides for PHP makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....then put some text inside the textbox. Aspose.Slides for PHP via...Box on a Slide To create a textbox on a slide, go through these...

    docs.aspose.com/slides/php-java/manage-textbox/
  3. Aspose::Words::Document::Compare method | Aspos...

    Aspose::Words::Document::Compare method. Compares this document with another document producing changes as number of edit and format revisions Revision in C++....changes as number of edit and format revisions Revision . void Aspose...cout << System :: String :: Format ( u "Revision type: {0}, on...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. How to export Excel equations to other types of...

    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....export Excel formulas to other formats in your code to meet your work...exporting Excel formulas to other formats. I hope these methods will...

    docs.aspose.com/cells/javascript-cpp/export-equ...
  5. Aspose.Cells 8.8.1中的公共API更改|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.... CONDITIONAL_FORMATTING仅加载条件格式规则。 DATA_VALIDATION仅加载数据验证规则。...TextBody,以便操纵形状中文本的各个方面。以下代码片段使用了该属性来设置TextBox中文本的阴影效果。 有关此功能的更多详细信息,请参阅 设置文本阴影效果...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Aspose.Cells 9.0.0 中的公共 API 更改|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....Worksheets [ 0 ]; // Add a TextBox to the collection var textboxIndex...textboxIndex = sheet . TextBoxes . Add ( 2 , 1 , 160 , 200 ); //...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Configuration Explained|Aspose.Words for Report...

    Overview of configuration approaches for the Aspose.Words for Reporting Services.... Every export format has its own configuration XML...to apply to several export formats, you need to duplicate your...

    docs.aspose.com/words/reportingservices/configu...
  8. Manage Text Boxes in Presentations Using C++|As...

    Aspose.Slides for C++ makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....then put some text inside the textbox. Aspose.Slides for C++ provides...Box on a Slide To create a textbox on a slide, go through these...

    docs.aspose.com/slides/cpp/manage-textbox/
  9. CompareOptions.ignore_textboxes property | Aspo...

    CompareOptions.ignore_Textboxes property. Specifies whether to compare differences in the data contained within text boxes....ignore_textboxes property CompareOptions.ignore_textboxes property...ignore_textboxes ( self ) -> bool : ... @ignore_textboxes.setter...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Extract Multi-Column Text from a Text Fr...

    Hi Team, I am using aspose slides for cpp. There is a text frame where text is divided into 3 multi columns. I want to be able to extract text according to different columns. Entire text: Hello, this is the first colum…...System::SharedPtr<IAutoShape> textBox = System::DynamicCast<IAut...hapes()->idx_get(0)); if (textBox->get_IsTextBox()) { // Get...

    forum.aspose.com/t/how-to-extract-multi-column-...