Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 7,456 for

rotation

(0.15 sec)
  1. Aspose.PDF for java 打印pdf 很模糊 发虚 - Free Support...

    public boolean printPdf(String filePath, PrintService printService) { try { PdfUtil.getLicense(); PdfViewer viewer = new PdfViewer(); viewer.bindPdf(filePath); viewer.setAutoResize(true); // Print the file wit…...Print the file with adjusted rotation viewer.setPrintPageDialog(false);...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/316595
  2. SVG Filters – Blur, Drop Shadow, Lighting & Col...

    Learn how to create SVG filters, including Gaussian blur, drop shadows, lighting effects, and color effects, with practical and clear examples....adjusts saturation hueRotate – rotates hue around the color wheel...svg > <feColorMatrix> – Hue Rotation Example The specific case...

    docs.aspose.com/svg/net/drawing-basics/svg-filt...
  3. 在 .NET 中管理演示文稿中的 ActiveX 控件|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何利用 ActiveX 自动化并增强 PowerPoint 演示文稿,为开发人员提供对幻灯片的强大控制。... Rotation ); } // 保存已编辑 ActiveX 控件的演示文稿...

    docs.aspose.com/slides/zh/net/activex/
  4. 对齐设置|Documentation

    在Aspose.Cells库中,你可以使用单元格对齐设置,通过JavaScript via C++调整文本的布局和显示。本文提供了详细的步骤和示例代码,帮助你使用Aspose.Cells进行单元格对齐设置。...workbook, updates A1, sets rotation, and saves the file. const...cell . style ; // Setting the rotation of the text (inside the cell)...

    docs.aspose.com/cells/zh/javascript-cpp/cells-a...
  5. What's new in Aspose.Cells for .NET|Documentation

    Aspose.Cells for .NET expands and enhances daily. On this page, you can learn about the huge and most interesting features of the product....Support to render cell text with rotation angle for GridJS Support more...Support render picture with rotation for GridDesktop Support to...

    docs.aspose.com/cells/net/what-s-new-in-aspose-...
  6. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java....TextBox should not rotate when the shape is rotated. getParent() Gets...TextBox should not rotate when the shape is rotated. setTextBoxWrapMode(int...

    reference.aspose.com/words/java/com.aspose.word...
  7. 在 .NET 中管理演示文稿的图片框|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 将图片框添加到 PowerPoint 和 OpenDocument 演示文稿。简化工作流程并提升幻灯片设计。... Rotation = 45 ; // 将演示文稿写入 PPTX 文件...Width = 20 ; pictureFrame . Rotation = 45 ; // 将演示文稿写入 PPTX 文件...

    docs.aspose.com/slides/zh/net/picture-frame/
  8. FieldDisplayBarcode | Aspose.Words for Java

    Implements the DISPLAYBARCODE field in Java....getSymbolRotation() Gets the rotation of the barcode symbol. getType()...setSymbolRotation(String value) Sets the rotation of the barcode symbol. unlink()...

    reference.aspose.com/words/java/com.aspose.word...
  9. 在 .NET 中格式化 PowerPoint 形状|Aspose.Slides 文档

    了解如何在 C# 中使用 Aspose.Slides 对 PowerPoint 形状进行格式化——精确且完全控制地为 PPT 和 PPTX 文件设置填充、线条和效果样式。... 将形状的 Rotation 属性设置为所需角度。 保存演示文稿。 // 实例化表示演示文稿文件的...75 ); // 将形状旋转 5 度。 shape . Rotation = 5 ; // 将 PPTX 文件保存到磁盘。 presentation...

    docs.aspose.com/slides/zh/net/shape-formatting/
  10. SVG Text – text element, textPath – Aspose.SVG ...

    Learn about SVG glyphs, fonts, and characters, and how to display, format, and style SVG text using the text, tspan, and textPath elements.... rotaterotation angle applied to each...

    docs.aspose.com/svg/net/drawing-basics/svg-text/