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

textlayer

(0.05 sec)
  1. Aspose.PSD for Python via .NET 24.5 - 发行说明|Docu...

    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....( layer , TextLayer ): textLayer = cast ( TextLayer , layer )...) if textLayer . text == "best" : # 在此修复之前,由于中文字体,这里将会出现异常。 textLayer...

    docs.aspose.com/psd/zh/python-net/aspose-psd-fo...
  2. 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...
  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 24.5 - 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 = layer as TextLayer ; if ( textLayer != null...null ) { if ( textLayer . Text == "best" ) { // Without this fix...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-5...
  5. 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...
  6. 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...
  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 Java 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....getLayers (); TextLayer textLayer = ( TextLayer ) layers [ 1 ];...Format style of the text textLayer . getTextData (). getItems...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  9. 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...
  10. Aspose.PSD for .NET 20.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....sourceFile )) { TextLayer textLayer = ( TextLayer ) img . Layers...Layers [ 1 ]; IText textData = textLayer . TextData ; ITextStyle defaultStyle...

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