Sort Score
Result 10 results
Languages All
Labels All
Results 6,641 - 6,650 of 10,331 for

scaling

(0.22 sec)
  1. Exportera XML till PPSX i Android | products.as...

    Android API för att konvertera XML till PPSX utan att använda Microsoft Word...get_Item ( 0 ); // create a full scale image BufferedImage image =...

    products.aspose.com/total/sv/android-java/conve...
  2. XML exporteren naar POTX in Android | products....

    Android API om XML naar POTX te converteren zonder Microsoft Word te gebruiken...get_Item ( 0 ); // create a full scale image BufferedImage image =...

    products.aspose.com/total/nl/android-java/conve...
  3. Esporta XML in POT in Android | products.aspose...

    API Android per convertire XML in POT senza utilizzare Microsoft Word...get_Item ( 0 ); // create a full scale image BufferedImage image =...

    products.aspose.com/total/it/android-java/conve...
  4. 如何在 HTML 转换过程中调整文档大小?- C#

    了解如何使用 Aspose.HTML for .NET 在转换为 PDF、XPS、DOCX 和图像格式时通过设置渲染选项来调整 HTML 文档的大小。...document’s content will be scaled to fit the page. It collides...document’s content will be scaled to fit the height of the first...

    docs.aspose.com/html/zh/net/resize-document/
  5. Bilderrahmen zu Präsentationen mit Python hinzu...

    Fügen Sie PowerPoint- und OpenDocument-Präsentationen mit Aspose.Slides für Python über .NET Bilderrahmen hinzu. Optimieren Sie Ihren Arbeitsablauf und verbessern Sie das Design der Folien....relative_scale_height = 0.8 picture_frame . relative_scale_width...presentation . save ( "relative_scaling.pptx" , slides . export . SaveFormat...

    docs.aspose.com/slides/de/python-net/picture-fr...
  6. Agregar marcos de imagen a presentaciones con P...

    Agregar marcos de imagen a presentaciones PowerPoint y OpenDocument con Aspose.Slides para Python mediante .NET. Optimice su flujo de trabajo y mejore los diseños de diapositivas....relative_scale_height = 0.8 picture_frame . relative_scale_width...presentation . save ( "relative_scaling.pptx" , slides . export . SaveFormat...

    docs.aspose.com/slides/es/python-net/picture-fr...
  7. Візуалізація фігур LaTeX | Aspose.TeX для Java

    У цій статті описано рішення Aspose.TeX API для відтворення фрагментів (фігур) Java LaTeX. Ознайомтеся з прикладами коду, як використовувати цю функцію...."\\usepackage{pict2e}" ); 6 // Specify the scaling factor 300%. 7 options. setScale..."\\usepackage{pict2e}" ); 5 // Specify the scaling factor 300%. 6 options. setScale...

    docs.aspose.com/tex/uk/java/latex-figure-render...
  8. PDF C# にテキストスタンプを追加|Aspose.PDF for .NET

    TextStampクラスを使用してPDFドキュメントにテキストスタンプを追加します Aspose.PDF for .NETライブラリを使用。... Scale = false ; stamp . Width = 400...WordWrapMode . ByWords ; stamp . Scale = false ; //Add stamp document...

    docs.aspose.com/pdf/ja/net/text-stamps-in-the-p...
  9. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts.... widthScale – the scale of image width, a percentage...percentage value. heightScale – the scale of image height, a percentage...

    docs.aspose.com/cells/cpp/controls-in-charts/
  10. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...属性的属性来变换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用...rotate(angle, cx, cy) 将元素绕指定点旋转给定角度。 scale(sx, sy) 指定具有缩放因子 sx 和 sy 的缩放操作。如果未提供...

    docs.aspose.com/svg/zh/net/svg-transformations/