Archivo...autoforma de tipo rectángulo IShape shp = sld.getShapes().addAutoShape(ShapeType...// Girar la forma a 90 grados shp.setRotation(90); // Escriba el...
Archivio...AutoShape di tipo rettangolo IShape shp = sld.getShapes().addAutoShape(ShapeType...// Ruota la forma a 90 gradi shp.setRotation(90); // Scrivi il...
Maîtrisez les propriétés de présentation dans Aspose.Slides pour C++ et rationalisez la recherche, le branding et le flux de travail dans vos fichiers PowerPoint et OpenDocument....:: SharedPtr < IAutoShape > shp = pres -> get_Slide ( 0 ) ->...SharedPtr < ITextFrame > textFrame = shp -> get_TextFrame (); textFrame...
Administre las propiedades de presentaciones de PowerPoint en JavaScript...forma rectangular con texto var shp = pres . getSlides (). get_Item...Rectangle , 50 , 50 , 150 , 50 ); shp . getTextFrame (). setText (...
إنشاء وتعديل الجداول في شرائح PowerPoint باستخدام Aspose.Slides لنظام Android. اكتشف أمثلة كود Java بسيطة لتبسيط سير عمل الجداول الخاصة بك....for ( IShape shp : sld . getShapes ()) { if ( shp instanceof ITable...ITable ) { tbl = ( ITable ) shp ; // يضبط النص للعمود الأول من...
Meistern Sie die Präsentationseigenschaften in Aspose.Slides für Python via .NET und optimieren Sie Suche, Branding und Arbeitsabläufe in Ihren PowerPoint-Dateien....Presentation ( load_options ) as pres : shp = pres . slides [ 0 ] . shapes...50 , 150 , 150 ) text_frame = shp . text_frame text_frame . text...