Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 1,394 for

textlayer

(0.28 sec)
  1. Aspose.PSD for Java 20.4 - 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...."主标题" , new NewLayerData ( TextLayer . class , justificationLeft..."副标题" , new NewLayerData ( TextLayer . class , justificationLeft...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  2. Aspose.PSD for .NET 23.12 - 发行说明|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....if ( layer is TextLayer textLayer ) { textLayer . TextData . UpdateLayerData...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. 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...
  4. Aspose.PSD for .NET 19.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.... 99 , 47 )); TextLayer textLayer = ( TextLayer ) im . Layers...1 ]; if ( textLayer . Left != leftPos || textLayer . Top != topPos...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-6...
  5. Aspose.PSD for .NET 23.11 - 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....(Parameter ‘key’)’ when calling TextLayer.GetFonts() Bug Public API...(Parameter ‘key’)’ when calling TextLayer.GetFonts() string src = Path...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  6. Aspose.PSD for Java 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....instanceof TextLayer ) { TextLayer textLayer = ( TextLayer ) layer...layer ; IText textData = textLayer . getTextData (); textData . updateLayerData...

    docs.aspose.com/psd/java/aspose-psd-for-java-23...
  7. Aspose.PSD for .NET 20.9 - 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....specific PSD file, resizing TextLayer breaks the location value...( srcFile )) { var textLayer = ( TextLayer ) psdImage . Layers...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-9...
  8. Aspose.PSD for .NET 23.4 - 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.... GetType () == typeof ( TextLayer ) ? true : false ; if ( isTextLayer...var layerTLToUpdateText = ( TextLayer ) layerItem ; //Buscar lsak...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-4...
  9. Aspose.PSD for Java 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....inFilePath ); try { TextLayer textLayer = ( TextLayer ) image . getLayers...()[ 1 ]; IText textData = textLayer . getTextData (); ITextStyle...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  10. Edit PSD document via .NET | products.aspose.com

    C# source code to edit the PSD file on .NET Framework, .NET Core....the text in a TextLayer. You can use TextLayer.UpdateText() method...specific style. Change text in TextLayer - C# About Aspose.PSD for...

    products.aspose.com/psd/net/editor/psd/