Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,394 for

textlayer

(0.12 sec)
  1. Notatki wydania dotyczące Aspose.PSD dla .NET 2...

    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/pl/net/aspose-psd-dla-net-2...
  2. Aspose.PSD’in .NET 19.8 Sürüm Notları|Documenta...

    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....Geliştirme PSDNET-171 Yeni TextLayer oluşturulduktan sonra, PSD...PdfOptions ()); } PSDNET-171. Yeni TextLayer oluşturulduktan sonra, PSD...

    docs.aspose.com/psd/tr/net/aspose-psd-for-net-1...
  3. Archiv

    Archiv...objektu TextLayer . Aktualizujte text pomocí metody TextLayer.UpdateText(String)...var layerToUpdateText = (TextLayer)FindLayer("Name", image);...

    blog.aspose.com/cs/psd/find-and-update-text-or-...
  4. arkiv

    arkiv...objektet TextLayer . Uppdatera texten med metoden TextLayer.UpdateText(String)...var layerToUpdateText = (TextLayer)FindLayer("Name", image);...

    blog.aspose.com/sv/psd/find-and-update-text-or-...
  5. ארכיון

    ארכיון...לאובייקט TextLayer . עדכן את הטקסט באמצעות השיטה TextLayer.UpdateText(String)...var layerToUpdateText = (TextLayer)FindLayer("Name", image);...

    blog.aspose.com/he/psd/find-and-update-text-or-...
  6. 搜索

    搜索...匹配每個圖層的顯示名稱,將所需的圖層放入 TextLayer 對像中。 使用 TextLayer.UpdateText(String)...var layerToUpdateText = (TextLayer)FindLayer("Name", image);...

    blog.aspose.com/zh-hant/psd/find-and-update-tex...
  7. Archiv

    Archiv...die gewünschte Ebene in das TextLayer objekt zu bekommen. Aktualisieren...den Text mit der methode TextLayer.UpdateText(String) . Speichern...

    blog.aspose.com/de/psd/find-and-update-text-or-...
  8. 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/ja/net/aspose-psd-for-net-2...
  9. Pythonを使用してゼロからPSDまたはPSB画像を作成する|Documentation

    PythonでAspose.PSDを使用してPsdイメージをゼロから作成する方法の例..., 100 )) テキストレイヤーを作成します: textLayer = img . add_text_layer ( "Sample...加します: dropShadowEffect = textLayer . blending_options . add_drop_shadow...

    docs.aspose.com/psd/ja/ja/python-net/create-psd...
  10. When replacing text with the Aspose SDK, two is...

    When replacing text with the Aspose SDK, two issues have arisen: The font has changed and is inconsistent with the source file. How can this be resolved, or how can I specify a specific font? The visual effects are los…...font family and size via textLayer.getFont().getFamilyName()...before replacement using textLayer.getFont() and layer.getBlendingOptions()...

    forum.aspose.com/t/when-replacing-text-with-the...