Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 4,907 for

autoshape

(0.29 sec)
  1. 形状格式化|Aspose.Slides 文档

    在 C# 或 .NET 中格式化 PowerPoint 演示文稿中的形状... 以下 C# 代码演示了格式化矩形 AutoShape 的操作: // 实例化表示演示文稿文件的 Presentation...Presentation ()) { IShape autoShape = pres . Slides [ 0 ]. Shapes...

    docs.aspose.com/slides/zh/net/shape-formatting/
  2. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....box for the second slide autoshape = slide2 . shapes . add_auto_shape... 100 , 200 , 500 , 200 ) autoshape . text_frame . text = "Second...

    docs.aspose.com/slides/python-net/manage-zoom/
  3. Manage Zoom|Aspose.Slides Documentation

    Add zoom or zoom frames to PowerPoint presentations in C++...for the second slide auto autoshape = slide2 -> get_Shapes ()...200.0f , 500.0f , 200.0f ); autoshape -> get_TextFrame () -> set_Text...

    docs.aspose.com/slides/cpp/manage-zoom/
  4. Slide Transition|Aspose.Slides Documentation

    Add PowerPoint slide transition and transition effects in C# or .NET...Presentation ()) { AutoShape autoshape = ( AutoShape ) presentation...100 , 100 , 400 , 100 ); autoshape . TextFrame . Text = "Morph...

    docs.aspose.com/slides/net/slide-transition/
  5. Ընդգծեք տեքստը PowerPoint-ում Java-ի միջոցով

    Ընդգծեք տեքստը PowerPoint-ում Java-ի միջոցով: Ստացեք մանրամասներ՝ IDE-ն կարգավորելու համար, քայլերի ցանկ և օրինակելի կոդը՝ PowerPoint-ում Java-ի միջոցով ընդգծելու համար:...տեսակը օբյեկտի վրա որպես AutoShape Ընդգծեք տեքստը՝ օգտագործելով...տեքստը պետք է ընդգծվի: Երբ AutoShape օբյեկտը ստեղծվի, օգտագործեք...

    kb.aspose.com/hy/slides/java/highlight-text-in-...
  6. Paragraph|Aspose.Slides 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.... AutoShape shape = ( AutoShape ) pres . getSlides...

    docs.aspose.com/slides/java/paragraph/
  7. Highlight Text in PowerPoint using Java

    Highlight text in PowerPoint using Java. Get the detail to set IDE, a list of steps, and a sample code to highlight in PowerPoint using Java....type cast to the Object as AutoShape Highlight the text using different...be highlighted. Once the AutoShape object is created, use the...

    kb.aspose.com/slides/java/highlight-text-in-pow...
  8. 在 Java 中將 PPT 轉換為 Word | products.aspose.com

    在 Java 中將 PPT 轉換為 Word。使用 Java 庫 API 將 PowerPoint 轉換為 Word...instanceof AutoShape ) { builder . writeln ((( AutoShape ) shape...

    products.aspose.com/slides/zh-hant/java/convers...
  9. Add Rectangles to Presentations in Python|Aspos...

    Boost your PowerPoint & OpenDocument presentations by adding rectangles with Aspose.Slides for Python via .NET—easily design and modify shapes programmatically.... slides [ 0 ] # Add autoshape of rectangle type sld . shapes...pres . slides [ 0 ] # Add autoshape of rectangle type shp = sld...

    docs.aspose.com/slides/python-net/rectangle/
  10. 管理占位符|Aspose.Slides 文档

    使用 Java 更改 PowerPoint 幻灯片中的占位符文本。在 PowerPoint 幻灯片中使用 Java 设置占位符的提示文本。... 将占位符形状强制转换为 AutoShape ,并使用与 AutoShape 关联的 TextFrame 更改文本。...null && shape instanceof AutoShape ) { String text = "" ; if...

    docs.aspose.com/slides/zh/androidjava/manage-pl...