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

textlayer

(0.9 sec)
  1. Aspose.PSD for .NET 23.10 - 发布说明|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....is TextLayer ) { TextLayer textLayer = layer as TextLayer ; var...var textData = textLayer . TextData ; textData . UpdateLayerData...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  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. TextLayer.update_text(str) and PsdImage.save() ...

    Hi all, Hope you can help me… I am running a test calling the above functions on an Ubuntu 22.04 via the python via .NET wheel downloadable from aspose with a temporary license and receiving the error message “RuntimeE…...TextLayer.update_text(str) and PsdImage.save() raising Proxy...fileformats.psd.layers import TextLayer from aspose.psd.imageloadoptions...

    forum.aspose.com/t/textlayer-update-text-str-an...