Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 15,015 for

transformation

(0.12 sec)
  1. Trabalhar com Texturas em PostScript | C++

    Como adicionar um padrão de textura a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em C++....System::Drawing::Drawing2D::Matrix > transform = System::MakeObject < Sy...0f ); 37 brush -> set_Transform(transform); 38 39 //Set this texture...

    docs.aspose.com/page/pt/cpp/ps/working-with-tex...
  2. Travailler avec Gradient dans un fichier XPS | ...

    Comment ajouter un dégradé vertical, horizontal ou linéaire à un fichier XPS est une question à laquelle répond la solution API Aspose.Page.... render_transform = doc. create_matrix (1, 0...10,200" )) 14 path. render_transform = doc. create_matrix (1, 0...

    docs.aspose.com/page/fr/python-net/xps/working-...
  3. Работа с текстурами в PostScript | С++

    Как добавить шаблон текстуры в файл PS — это вопрос, на который отвечает Aspose.Page. Узнайте, как использовать функциональность в C++....System::Drawing::Drawing2D::Matrix > transform = System::MakeObject < Sy...0f ); 37 brush -> set_Transform(transform); 38 39 //Set this texture...

    docs.aspose.com/page/ru/cpp/ps/working-with-tex...
  4. EQ Field Text Rotation Issue in Vertical DOCX t...

    Description When rendering vertical (top-to-bottom) text that contains a Word EQ field, the content inside the field equation is rendered with an incorrect text direction in HTML output. Specifically, the number inside …...the EQ field and add a CSS transform: rotate(90deg); rule at runtime...server‑side). <style> .eq-rotate { transform: rotate(90deg); display: inline-block;...

    forum.aspose.com/t/eq-field-text-rotation-issue...
  5. Font-scaling Missing When Converting .docx to ....

    Problem Description When converting a DOCX document to HTML using Aspose.Words, the **font scaling ** defined in Microsoft Word is not preserved in the HTML output. Although a font-size is generated, the scaling factor …...Adjusting CSS properties (such as transform: scaleX() or equivalent),...any CSS properties (e.g., transform: scaleX() , letter-spacing...

    forum.aspose.com/t/font-scaling-missing-when-co...
  6. Working with Textures in PS file | Python

    PSファイルにテクスチャパターンを追加する方法については、Aspose.Page APIソリューションで回答されています。Pythonでの機能の使い方については、こちらをご覧ください。...direction to the mattern 22 transform = aspose. pydrawing . drawing2d...float (0)) 23 brush. transform = transform 24 25 # Set this texture...

    docs.aspose.com/page/ja/python-net/ps/working-w...
  7. PostScript でのテクスチャ操作 | .NET

    PS ファイルにテクスチャパターンを追加する方法については、Aspose.Page API ソリューションで回答しています。.NET での機能の使用方法については、こちらをご覧ください。...to the mattern 21 Matrix transform = new Matrix(2, 0, 0, 1, 0...0, 0); 22 brush. Transform = transform; 23 24 //Set this texture...

    docs.aspose.com/page/ja/net/ps/working-with-tex...
  8. Работа с клипами в PostScript | С++

    Добавление клипов в файлы PS — это функция, поддерживаемая решением Aspose.Page API. Узнайте, как использовать эту функциональность в C++....back to this state after transformation 26 document -> WriteGraphicsSave();...back to this state after transformation 61 document -> WriteGraphicsSave();...

    docs.aspose.com/page/ru/cpp/ps/working-with-clips/
  9. Method Not Found Error - Free Support Forum - a...

    I am trying to generate a word document from a template using range.replace. Some of the replace has html and need to format it correctly. I am trying to use Ireplacingcallback. at splitrun method run.parentnode.insertaf…...start; text-indent: 0px; text-transform: none; widows: 2; word-spacing:...start; text-indent: 0px; text-transform: none; widows: 2; word-spacing:...

    forum.aspose.com/t/method-not-found-error/323695
  10. Convertir SVG a JPG en Java – Aspose.HTML for Java

    Convierte SVG a JPG en Java. Considere varios escenarios de conversión de SVG a JPG y aprenda cómo personalizar la salida usando ImageSaveOptions....ry='25' width='200' height='56' transform ='rotate(90 200 128)' />"...ry='25' width='200' height='56' transform ='rotate(-45 200 128)' />"...

    docs.aspose.com/html/es/java/convert-svg-to-jpg/