Sort Score
Result 10 results
Languages All
Labels All
Results 9,811 - 9,820 of 50,477 for

shapes

(0.1 sec)
  1. Determinar si una Forma es una Forma de Arte Sm...

    Aprende cómo determinar si una forma en Excel es una forma de Arte Smart usando Aspose.Cells for JavaScript a través de C++....normal usando la propiedad Shape.isSmartArt() . Determinar si...imprime el valor de la propiedad Shape.isSmartArt() de la primera forma...

    docs.aspose.com/cells/es/javascript-cpp/determi...
  2. مربع النص|وثائق Aspose.Slides

    العمل مع مربعات النص في Aspose.Slides لأندرويد: إضافة، تنسيق، محاذاة، تغليف، ضبط تلقائي، وتنسيق النص باستخدام Java لعروض PPT و PPTX و ODP....get_Item ( 0 ); for ( IShape shape : slide . getShapes ()) { //...تحتوي على نص قابل للتحرير. if ( shape instanceof IAutoShape ) { IAutoShape...

    docs.aspose.com/slides/ar/androidjava/examples/...
  3. Текстовое поле|Документация Aspose.Slides

    Работайте с текстовыми полями в Aspose.Slides для Java: добавляйте, форматируйте, выравнивайте, переносите, автоматически подгоняйте и стилизуйте текст с помощью Java для презентаций PPT, PPTX и ODP....get_Item ( 0 ); for ( IShape shape : slide . getShapes ()) { //...содержать редактируемый текст. if ( shape instanceof IAutoShape ) { IAutoShape...

    docs.aspose.com/slides/ru/java/examples/element...
  4. Aspose::Words::Drawing::SignatureLine::get_Sign...

    Aspose::Words::Drawing::SignatureLine::get_Signer method. Gets or sets suggested signer of the signature line. Default value for this property is empty string in C++...."Senior Manager" ); // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::SignatureLine::get_Inst...

    Aspose::Words::Drawing::SignatureLine::get_Instructions method. Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if DefaultInstructions is set. Default value for this property is empty string in C++...."Senior Manager" ); // Insert a shape that will contain a signature...created above. // If we insert a shape whose coordinates originate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Archiwa

    Archiwa...AutoShape shape = (AutoShape)presentation.Slides[0].Shapes[0]; shape...getSlides().get_Item(0); IAutoShape shape = slide.getShapes().addAutoShape(ShapeType...

    blog.aspose.com/pl/slides/edit-ppt-online/
  7. Архів

    Архів...AutoShape shape = (AutoShape)presentation.Slides[0].Shapes[0]; shape...getSlides().get_Item(0); IAutoShape shape = slide.getShapes().addAutoShape(ShapeType...

    blog.aspose.com/uk/slides/edit-ppt-online/
  8. あるプレゼンテーションから別のプレゼンテーションへ段落を移動する|Aspose.Slides ...

    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....paragraph range in a TextBody shape in the source document // to...to another TextBody shape in the target document. public static...

    docs.aspose.com/slides/ja/net/move-a-paragraph-...
  9. Verhindern der Bearbeitung von Präsentationen m...

    Entdecken Sie, wie Aspose.Slides für .NET Formen in PPT-, PPTX- und ODP-Dateien sperrt oder entsperrt, Präsentationen sichert und gleichzeitig kontrollierte Bearbeitungen ermöglicht....foreach ( IShape shape in slide . Shapes ) { if ( shape is IAutoShape...SizeLocked = true ; } else if ( shape is IGroupShape groupShape )...

    docs.aspose.com/slides/de/net/applying-protecti...
  10. Appliquer des effets de forme aux présentations...

    Transformez vos fichiers PPT et PPTX avec des effets de forme avancés grâce à Aspose.Slides pour C++ — créez des diapositives percutantes et professionnelles en quelques secondes....idx_get ( 0 ); auto shape = slide -> get_Shapes () -> AddAutoShape...150.0f ); auto effectFormat = shape -> get_EffectFormat (); effectFormat...

    docs.aspose.com/slides/fr/cpp/shape-effect/