Sort Score
Result 10 results
Languages All
Labels All
Results 7,231 - 7,240 of 50,453 for

shapes

(1.45 sec)
  1. Java 에서 DOC 압축

    품질 손실 없이 Java 에서 DOC 을 압축합니다. DOC 콘텐츠를 최적화하고 파일 크기를 쉽게 줄이십시오....SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage) { // 이미지 압축을 위한 라이브러리를 선택하는 것은 개발자의...

    products.aspose.com/words/ko/java/compress/doc/
  2. 在java中壓縮doc

    在Java中壓縮DOC而不會損失質量。優化DOC內容,輕鬆減小文件大小。...SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage) { // 由開發人員選擇用於圖像壓縮的庫。 BufferedImage...

    products.aspose.com/words/zh-hant/java/compress...
  3. 在java中壓縮docx

    在Java中壓縮DOCX而不會損失質量。優化DOCX內容,輕鬆減小文件大小。...SHAPE, true ); for (Shape shape : (Iterable<Shape>) nodes)...nodes) { if (shape.isImage()) { // 由開發人員選擇用於圖像壓縮的庫。 BufferedImage...

    products.aspose.com/words/zh-hant/java/compress...
  4. 档案

    档案...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/zh/slides/create-three-d-effect...
  5. 搜索

    搜索...IAutoShape shape = presentation.Slides[0].Shapes.AddAutoShape(ShapeType...250); shape.FillFormat.FillType = FillType.NoFill; shape.LineFormat...

    blog.aspose.com/zh-hant/slides/create-three-d-e...
  6. Procurar

    Procurar...foreach (Shape shape in page.Shapes) { Console.WriteLine("Shape ID...ID : ", shape.ID); Console.WriteLine("Name : ", shape.Name); }...

    blog.aspose.com/pt/diagram/read-visio-shape-dat...
  7. إدارة رسومات SmartArt في العروض التقديمية باستخ...

    أتمتة إنشاء وتحرير وتنسيق رسومات SmartArt في PowerPoint باستخدام .NET وAspose.Slides، مع أمثلة شفرة مختصرة وإرشادات تركّز على الأداء.... Shapes . AddSmartArt ( 0 , 0 , 400...foreach ( IShape shape in pres . Slides [ 0 ]. Shapes ) { // التحقق...

    docs.aspose.com/slides/ar/net/manage-smartart-s...
  8. 在演示文稿中使用 PHP 应用形状效果|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 将高级形状效果应用于 PPT 和 PPTX 文件——在几秒钟内创建引人注目、专业的幻灯片。...new Presentation (); try { $shape = $pres -> getSlides () -> get_Item... , 20 , 20 , 200 , 150 ); $shape -> getEffectFormat () -> enableOuterShadowEff...

    docs.aspose.com/slides/zh/php-java/shape-effect/
  9. Visio Şekil Devralma Dolgusunu Alın|Documentation

    Bu bölüm, visio şeklinin ana stilinden ve Aspose.Diagram ana stilinden devralınan dolgu stilinin nasıl alınacağını açıklar.... class ) + "Shapes/" ; // Call the diagram constructor..."Page-1" ); // Get shape by ID Shape shape = page . getShapes...

    docs.aspose.com/diagram/tr/java/get-visio-shape...
  10. Verwalten von Präsentationsformen in .NET|Aspos...

    Erfahren Sie, wie Sie Formen in Aspose.Slides für .NET erstellen, bearbeiten und optimieren und leistungsstarke PowerPoint‑Präsentationen bereitstellen....IShape shape = FindShape ( slide , "Shape1" ); if ( shape != null...Console . WriteLine ( "Shape Name: " + shape . Name ); } } } // ...

    docs.aspose.com/slides/de/net/shape-manipulations/