Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 5,174 for

autoshape

(0.15 sec)
  1. Arsip

    Arsip...(shape is AutoShape autoShape) { builder.Writeln(autoShape.TextFrame...instanceof AutoShape) { builder.writeln(((AutoShape)shape).getTextFrame()...

    blog.aspose.com/id/slides/convert-ppt-to-word-o...
  2. フォントの管理 - PowerPoint Java API|Aspose.Slides for...

    プレゼンテーションには通常、テキストと画像の両方が含まれています。この記事では、PowerPoint Java APIを使用してスライド上のテキスト段落のフォントプロパティを設定する方法を示します。...Placeholder シェイプにアクセスし、 AutoShape に型キャストします。 AutoShape が公開する TextFrame...スライド内の最初と2番目のプレースホルダーにアクセスし、AutoShapeとして型キャストする $tf1 = $slide ->...

    docs.aspose.com/slides/ja/php-java/manage-fonts/
  3. フォントの管理 - PowerPoint Java API|Aspose.Slides ドキュメント

    プレゼンテーションには通常、テキストと画像の両方が含まれています。この記事では、PowerPoint Java APIを使用してスライド上のテキスト段落のフォントプロパティを構成する方法を示します。...Placeholder 形状にアクセスし、それらを AutoShape に型キャストします。 AutoShape によって公開された TextFrame...スライド内の最初と第二のプレースホルダーにアクセスし、AutoShapeとして型キャスト ITextFrame tf1 = ((...

    docs.aspose.com/slides/ja/androidjava/manage-fo...
  4. JavaScript を使用したプレゼンテーションでフォントを管理|Aspose.Slides...

    Aspose.Slides for Node.js via Java を使用してフォントを制御します。フォントを埋め込み、代替し、カスタムフォントを読み込んで、PPT、PPTX、ODP プレゼンテーションをクリアで一貫性のある状態に保ちます。...シェイプにアクセスし、それらを AutoShape にキャストします。 AutoShape が提供する TextFrame...スライド内の最初と2番目のプレースホルダーにアクセスし、AutoShape に型キャストする var tf1 = slide ...

    docs.aspose.com/slides/ja/nodejs-java/manage-fo...
  5. Marco de Imagen|Documentación de Aspose.Slides ...

    Agregar marco de imagen a la presentación de PowerPoint...$shapesCount ) ; $i ++ ) { $autoShape = $presentation -> getSlides...$i ); if ( java_is_null ( $autoShape -> getPlaceholder ())) { continue...

    docs.aspose.com/slides/es/php-java/picture-frame/
  6. Administrar Marcos de Imagen en Presentaciones ...

    Agregue marcos de imagen a presentaciones de PowerPoint y OpenDocument con Aspose.Slides para Java. Optimice su flujo de trabajo y mejore el diseño de las diapositivas....shapesCount ; i ++) { IShape autoShape = presentation . getSlides...(). get_Item ( i ); if ( autoShape . getPlaceholder () == null...

    docs.aspose.com/slides/es/java/picture-frame/
  7. Verwalten von Bildrahmen in Präsentationen in ....

    Fügen Sie PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für .NET Bildrahmen hinzu. Optimieren Sie Ihren Arbeitsablauf und verbessern Sie das Design der Folien....shapesCount ; i ++) { var autoShape = presentation . Slides [...[ 0 ]. Shapes [ i ]; if ( autoShape . Placeholder == null ) {...

    docs.aspose.com/slides/de/net/picture-frame/
  8. PowerPoint-Textabsätze in .NET verwalten|Aspose...

    Meistern Sie die Absatzformatierung mit Aspose.Slides für .NET – optimieren Sie Ausrichtung, Abstand und Stil in PPT-, PPTX- und ODP-Präsentationen in C#....Greift auf das TextFrame des AutoShape zu ITextFrame tf = ashp ....dem ausgewählten Folie ein autoshape hinzu. Greifen Sie auf das...

    docs.aspose.com/slides/de/net/manage-paragraph/
  9. 在 C++ 中将 PowerPoint 演示文稿转换为 Word 文档|Aspose.Slid...

    使用 Aspose.Slides 在 C++ 中将 PowerPoint PPT 和 PPTX 幻灯片转换为可编辑的 Word 文档,精确保留布局、图像和格式。...ObjectExt :: Is < AutoShape > ( shape )) { auto autoShape = System ::...AsCast < AutoShape > ( shape ); builder -> Writeln ( autoShape -> get_TextFrame...

    docs.aspose.com/slides/zh/cpp/convert-powerpoin...
  10. Ellipse|Documentation 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.... Ajoutez un AutoShape de type Ellipse en utilisant...get_Item ( 0 ); // Ajouter un AutoShape de type ellipse sld . getShapes...

    docs.aspose.com/slides/fr/androidjava/ellipse/