Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 1,389 for

textlayer

(0.05 sec)
  1. Aspose.PSD for .NET 20.9 - 发行说明|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....PSDNET-714 在特定 PSD 文件中,调整 TextLayer 的大小会破坏位置值 错误 公共 API 更改 已添加的...PSDNET-714. 在特定 PSD 文件中,调整 TextLayer 的大小会破坏位置值 ( 部分代码已省略 ) PSDNET-690...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. Bold formatting moved from one text portion to ...

    Hi! We are trying to process the file from the archive attached using Aspose.PSD 22.7.0. After executing the code below, opening the generated file in Photoshop and letting it update the text layer, the bold formatting…...Layers) if (layer is TextLayer textLayer) textLayer.TextData.UpdateLayerData();...

    forum.aspose.com/t/bold-formatting-moved-from-o...
  3. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…...Specifically, utilize the TextLayer class and its associated properties...fileformats.psd.layers import TextLayer from aspose.pycore import...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  4. Aspose.PSD for .NET 24.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....{ var textLayer = layer as TextLayer ; if ( textLayer != null...null ) { if ( textLayer . Text == "best" ) { // 没有此修复,将会由于中文字体而抛出异常。...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  5. Create PSD or PSB Image From Scratch using Pyth...

    Example of how the Aspose.PSD for Python can create Psd Image from scratch...100 )) Create a text layer: textLayer = img . add_text_layer ( "Sample...layer: dropShadowEffect = textLayer . blending_options . add_drop_shadow...

    docs.aspose.com/psd/python-net/create-psd-psb-i...
  6. Aspose.PSD for .NET 23.12 - Release Notes|Docum...

    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....if ( layer is TextLayer textLayer ) { textLayer . TextData . UpdateLayerData...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  7. Aspose.PSD for .NET 21.10 - Release Notes|Docum...

    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....Change Font and Color for TextLayer PSD Bug PSDNET-971 Add ability...is TextLayer ) { TextLayer textLayer = layer as TextLayer ; textLayer...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  8. Aspose.PSD为.NET 21.3版 - 发布说明|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....var textLayer = imageInSmart . Layers [ j ] as TextLayer ; if...if ( textLayer != null ) { var textData = textLayer . TextData...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  9. Aspose.PSD for .NET 20.3 - Release Notes|Docume...

    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....sourceFile )) { TextLayer textLayer = ( TextLayer ) img . Layers...Layers [ 1 ]; IText textData = textLayer . TextData ; ITextStyle defaultStyle...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-3...
  10. Aspose.PSD for .NET 23.10 - Release Notes|Docum...

    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....is TextLayer ) { TextLayer textLayer = layer as TextLayer ; var...var textData = textLayer . TextData ; textData . UpdateLayerData...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...