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

textlayer

(0.05 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. Aspose.PSD for .NET 20.8 - 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 = ( TextLayer ) layers [ 1 ]; textLayer . TextData...Style . Underline = true ; textLayer . TextData . Items [ 1 ]....

    docs.aspose.com/psd/net/aspose-psd-for-net-20-8...
  8. 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...
  9. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...250 , 150 , 100 )) 创建文本图层: textLayer = img . add_text_layer ( "示例文本"...为文本图层添加阴影效果: dropShadowEffect = textLayer . blending_options . add_drop_shadow...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  10. Aspose.PSD for .NET 19.8 - 发行说明|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-171 创建新 TextLayer 后,PSD 文件对于 PS 变得无法读取 错误 PSDNET-156...PdfOptions ()); } PSDNET-171. 创建新 TextLayer 后,PSD 文件对于 PS 变得无法读取 // After...

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