Cambiar el texto del marcador de posición y el texto del aviso en presentaciones de PowerPoint en C++...marcador de posición a un AutoShape y cambia el texto usando el...TextFrame asociado con el AutoShape . Guarda la presentación modificada...
Crear y gestionar párrafos, texto, sangrías y propiedades en presentaciones de PowerPoint en Java...get_Item ( 0 ); // Agrega un AutoShape de tipo Rectángulo IAutoShape...// Accede al TextFrame del AutoShape ITextFrame tf = ashp . getTextFrame...
Crea listas con viñetas y numeradas en presentaciones de PowerPoint en Python... Agrega una AutoShape en la diapositiva seleccionada...slide = pres . slides [ 0 ] autoShape = slide . shapes . add_auto_shape...
Erstellen Sie Aufzählungs- und nummerierte Listen in einer PowerPoint-Präsentation in Python... Fügen Sie eine AutoShape auf der ausgewählten Folie...slide = pres . slides [ 0 ] autoShape = slide . shapes . add_auto_shape...
Fügen Sie der PowerPoint-Präsentation in Java einen Bilderrahmen hinzu...shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...
Animierter Text in PowerPoint-Präsentation mit Aspose.Slides...Effekt hinzuzufügen auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...
إضافة خط في عرض PowerPoint باستخدام C# أو .NET... إضافة AutoShape من نوع الخط باستخدام AddAutoShape.... Slides [ 0 ]; // إضافة AutoShape من نوع الخط sld . Shapes ...
Texto animado en la presentación de PowerPoint con Aspose.Slides...para agregar efecto auto autoShape = System :: ExplicitCast <...( 0 )); auto paragraph = autoShape -> get_TextFrame () -> get_Paragraphs...
Crear elipse en presentación de PowerPoint en Python...utilizando su índice Agregue una AutoShape de tipo Elipse utilizando.... slides [ 0 ] # Agregar AutoShape de tipo elipse sld . shapes...
Ellipse in PowerPoint-Präsentation in C# oder .NET erstellen...verwenden Fügen Sie eine AutoShape vom Typ Ellipse mit der AddAutoShape-Methode...[ 0 ]; // Fügen Sie eine AutoShape vom Typ Ellipse hinzu sld...