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

textlayer

(0.12 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. Aspose.PSD for .NET 21.6 - 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....Exception when creating a TextLayer with text longer than 255...Exception when creating a TextLayer with text longer than 255...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-6...
  3. Aspose.PSD for .NET 19.11 - 发行说明|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....TextLayer.GetFonts P:Aspose.PSD.FileFormats...layer is TextLayer )) { continue ; } var textLayer = ( TextLayer...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-1...
  4. Aspose.PSD for Java 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....instanceof TextLayer ) { TextLayer textLayer = ( TextLayer ) layer...; if ( "best" . equals ( textLayer . getText ())) { // 修复中文字体会导致异常的问题。...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  5. Aspose.PSD for .NET 21.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....var textLayer = imageInSmart . Layers [ j ] as TextLayer ; if...if ( textLayer != null ) { var textData = textLayer . TextData...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-3...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...