Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 48,861 for

shape

(0.16 sec)
  1. ListLevel.CreatePictureBullet | Aspose.Words fo...

    Discover the ListLevel CreatePictureBullet method to effortlessly enhance your lists with custom picture bullets, adding visual appeal and clarity....method Creates picture bullet shape for the current list level....

    reference.aspose.com/words/net/aspose.words.lis...
  2. 档案

    档案...try { // 添加矩形形状 IAutoShape shape = pres.getSlides().get_Item(0)...200, 150, 200, 200); // 设置文本 shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh/slides/apply-three-d-effects...
  3. Aspose::Words::Settings::ViewOptions::get_Displ...

    Aspose::Words::Settings::ViewOptions::get_DisplayBackgroundShape method. Controls display of the background Shape in print layout view in C++....Controls display of the background shape in print layout view. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. 搜索

    搜索...Presentation(); try { // 添加矩形 IAutoShape shape = pres.getSlides().get_Item(0)...200, 150, 200, 200); // 設置文字 shape.getFillFormat().setFillType(FillType...

    blog.aspose.com/zh-hant/slides/apply-three-d-ef...
  5. How to overlapping textbox auto adjust width on...

    des11.zip (7.6 KB) @John.He , @Professionalize.Discourse , @simon.zhao, please given early response. At runtime, check if an existing sheet text overlaps based on the (x + width, y + height) coordinates. If it does, th…...ShapeCollection shapes = ws.Shapes; // Sort shapes left to right...Drawing.Shape> shapeList = new List<Aspose.Cells.Drawing.Shape>(shapes...

    forum.aspose.com/t/how-to-overlapping-textbox-a...
  6. 演示文稿页眉和页脚|Aspose.Slides for Node.js via .NET 文档

    JavaScript 中的 PowerPoint 页眉和页脚...updateHeaderFooterTe ( master ) { let shapes = master . getShapes (); for...0 ; i < shapes . size (); i ++ ) { let shape = shapes . get_Item...

    docs.aspose.com/slides/zh/nodejs-java/presentat...
  7. 公共 API Aspose.Diagram 6.6.0 的变化|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....// get shape of the Visio diagram by ID Shape OLE_Shape = page...); // filter shapes by type Foreign if ( OLE_Shape . getType ()...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  8. Callout text reversed on XLSX to PDF conversion...

    Hello, Please take a look at the attached archive. The xlsx file has normal callout text and it was reversed in pdf. We are not able to reproduce if we create new Thought Bubble: Cloud callout, but our customer is using…... Work‑around via shape properties – if you can load...through Worksheet.Shapes , identify the callout ( Shape.Type == ShapeType...

    forum.aspose.com/t/callout-text-reversed-on-xls...
  9. Cannot Find a Way to Determine Inherited Scheme...

    I want to determine the font color used in a text frame. We can typically use something like textShape.TextFrame.Paragraphs[0].Portions[0].PortionFormat.FillFormat This returns an Aspose.Slides.IFillFormat object with A…...understanding, this happens when the shape does not explicitly store the...Background2 , Text1 , Text2 . From Shape.Presentation.MasterTheme.ColorScheme...

    forum.aspose.com/t/cannot-find-a-way-to-determi...
  10. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with JavaScript and Aspose.Slides for Node.js via Java and speed up presentation editing and data updates.... Iterate through all Shape objects to find the relevant...null ; // Iterates through the shapes and sets a reference to the...

    docs.aspose.com/slides/nodejs-java/manage-rows-...