Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,207 for

textbox

(0.12 sec)
  1. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....to Partial Text Inside the TextBox Header & Footer Setting Headers...

    docs.aspose.com/cells/net/developer-guide/
  2. Portion::get_Text Returns Sentence-Cased Text I...

    Hi team, for (const auto& portion : paragraph->get_Portions()) { std::string portionText = portion->get_Text().ToUtf8String(); } currently some portion text that we are getting is in sentence case, although…...for any of the texts in the textbox. It always returns None. Can...

    forum.aspose.com/t/portion-get-text-returns-sen...
  3. Aspose::Words::Drawing::Stroke class | Aspose.W...

    Aspose::Words::Drawing::Stroke class. Defines a stroke for a shape. To learn more, visit the documentation article in C++....class Aspose::Words::Drawing::TextBox class...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Format PowerPoint Text in JavaScript|Aspose.Sli...

    Format and style text in PowerPoint and OpenDocument presentations using JavaScript and Aspose.Slides for Node.js. Customize fonts, colors, alignment, and more....space between letters in a textbox. This way, you get to adjust...Node.js via Java to create a textbox with some text and then define...

    docs.aspose.com/slides/nodejs-java/text-formatt...
  5. Lock or unlock shapes with Node.js via C++|Docu...

    This article shows you code explaining how to lock or unlock shapes to protect them using Aspose.Cells library for Node.js via C++.... get ( "TextBox 1" ); // Unlock the specified...

    docs.aspose.com/cells/nodejs-cpp/lock-or-unlock...
  6. Managing Controls|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.... Adding TextBox Control to the Worksheet One...Aspose.Cells provides the TextBoxes class, used to add a new text...

    docs.aspose.com/cells/java/managing-controls/
  7. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document experience!...Ignore Vertical Alignment in Textboxes. DoNotWrapTextWithPun { get;...InsertShape ( ShapeType . TextBox , 200 , 200 ); // Set the "VerticalAnchor"...

    reference.aspose.com/words/net/aspose.words.set...
  8. 文本框中文本设置为单倍行距,输出pdf,显示结果与EXCEL不一致 - Free Suppor...

    文本框中文本设置为单倍行距,输出pdf,显示结果与EXCEL不一致,见附件示例文件,谢谢! 单倍行距测试.zip (92.4 KB) 企业微信截图_17651674036047.png (214.3 KB) public static void outputpdf() { Workbook workbook = new Workbook("D:\\单倍行距测试.xlsx"); …...xlsx"); // 如需保持原始行距,可显式设置 TextBox 的 LineSpacing 属性 var shape...Shapes[0] as Aspose.Cells.Drawing.TextBox; if (shape != null) { shape...

    forum.aspose.com/t/pdf-excel/322745
  9. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python.... add_text_frame ( "Aspose TextBox" ) # Disable shape fill in... add_text_frame ( "Aspose TextBox" ) port = ashp . text_frame...

    docs.aspose.com/slides/python-net/wordart/
  10. Create and Apply WordArt Effects in Java|Aspose...

    Create and customize WordArt effects in Aspose.Slides for Java. This step-by-step guide helps developers enhance presentations with professional text in Java.... addTextFrame ( "Aspose TextBox" ); // Disable shape fill in...ashp . addTextFrame ( "Aspose TextBox" ); IPortion port = ashp ....

    docs.aspose.com/slides/java/wordart/