Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 752 for

shape layer

(0.2 sec)
  1. PSD ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSD ファイルを開いて編集する...NET // How to update Text Layer in PSD File using (PsdImage...Load("layers.psd")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/jp/editor/psd/
  2. PSD ファイルをオンラインで編集 | products.aspose.com

    PSD アドビフォトショップファイルをオンラインで編集...NET // How to update Text Layer in PSD File using (PsdImage...Load("layers.psd")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/jp/editor/
  3. Aspose.PSD for Java 24.4 - 发布说明|Documentation

    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....( 600 , 400 )) { ShapeLayer layer = newPsd . addShapeLayer ();...newShapes . add ( newShape ); layer . getPath (). setItems ( newShapes...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  4. PSB ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSB ファイルを開いて編集する...NET // How to update Text Layer in PSB File using (PsdImage...Load("layers.psb")) { foreach (var layer in psdImage.Layers) { if...

    products.aspose.com/psd/jp/editor/psb/
  5. Aspose.PSD for .NET 23.5 - 发行说明|Documentation

    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....Layers.LayerResources.Lr32Resource...T:Aspose.PSD.FileFormats.Psd.Layers.LayerResources.LrXxResource...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Convert Vector Image to Vectorized PSD Image in...

    Aspose.Imaging offers seamless export capabilities for vector images to PSD format, preserving their integrity and enabling smooth transitions between graphic editing software. C# Image Processing Library can be used to convert vector images to vectorized PSD as shown in the C# code example....graphical objects such as lines, shapes, and fills, defined by mathematical...vector elements, including Shapes, Paths, and Vector Masks, to...

    docs.aspose.com/imaging/net/developer-guide/how...
  7. Aspose.Diagram Java For Ruby|Documentation

    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....Working with Shapes in Ruby Change the Position of a Shape in Ruby...Ruby Connect Sub-shapes of the Groups in Ruby Extract All Images...

    docs.aspose.com/diagram/java/aspose-diagram-jav...
  8. PsdImage | Aspose.PSD for Java API Reference

    Defines the PsdImage class that provides the ability to load edit save PSD files as well as update properties add watermarks perform graphics operations or convert one file format to another....PSD supports import as a layer and export to the following...to synchronize access to the layers. horizontalResolution Methods...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  9. PowerPoint to PDF in Java - Accessibility Alt-T...

    Hi, I have encountered a problem while trying to transform a PowerPoint to PDF with the UA compliance using Aspose.Slides for Java (25.4). When trying out the result, a screen reader is not able to detect pictures or th…...{ for (var shape : slide.getShapes()) { if (shape instanceof...((PictureFrame) shape).getShapeType()) { ((PictureFrame) shape).setShapeType(ShapeType...

    forum.aspose.com/t/powerpoint-to-pdf-in-java-ac...
  10. Using Graphics API to edit Layers in PSD files|...

    Example of using Graphics API in the Aspose.PSD for Java...Using Graphics API to edit Layers in PSD files Contents [ Hide...necessary. Next, access the first layer of the PSD image using the psdImage...

    docs.aspose.com/psd/java/graphics-api/