Sort Score
Result 10 results
Languages All
Labels All
Results 5,401 - 5,410 of 50,315 for

shapes

(0.07 sec)
  1. HSV to RGB Conversion – C# Сode and Online Conv...

    Work with color codes and convert HSV to RGB in C# using Aspose.SVG for .NET. Try the online Color Converter for free!...in-depth look at how SVG text and shapes can be colorized. are free...

    products.aspose.com/svg/net/color-converter/hsv...
  2. Convert PPT and PPTX to PDF in PHP [Advanced Fe...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in PHP using Aspose.Slides, with fast code examples and advanced conversion options....including: Images Text boxes and shapes Text formatting Paragraph formatting...

    docs.aspose.com/slides/php-java/convert-powerpo...
  3. Clone PowerPoint Slides in Python|Aspose.Slides...

    Quickly clone or duplicate PowerPoint slides with Aspose.Slides for Python via .NET. Follow our clear code examples and tips to automate PPT creation in seconds, boost productivity, and eliminate manual work....layout_slide ) # Add an ellipse shape to the new slide; this slide...cloned later. slide . shapes . add_auto_shape ( slides . ShapeType...

    docs.aspose.com/slides/python-net/clone-slides/
  4. Convert PPT and PPTX to PDF in C++ [Advanced Fe...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in C++ using Aspose.Slides, with fast code examples and advanced conversion options....including: Images Text boxes and shapes Text formatting Paragraph formatting...

    docs.aspose.com/slides/cpp/convert-powerpoint-t...
  5. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for Node.js via C++....Assistant Close Insert Pictures and Shapes of Excel files with Node.js...

    docs.aspose.com/cells/nodejs-cpp/create-and-for...
  6. Aspose.Cells 8.8.3 中的公共 API 更改|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....specified location var shape = sheet . Shapes . AddActiveXControl...property ActiveXControl control = shape . ActiveXControl ; control ...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. CompatibilityOptions class | Aspose.Words for N...

    Aspose.Words.Settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)...inserting an image will define its shape using VML. doc . compatibilityOptions...standard does not support VML shapes. // If we set the "Compliance"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 关于groupShape.GetShapeRenderer().Save()的渲染问题 - F...

    我在使用如下代码将groupsharp保存为png图片,但是绘制内容质量不太行,是否有办法提高质量? ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat.Png) { Resolution = 300, PaperColor = Color.Transparent, GraphicsQualityOptions = new Graphic…...AppendChild(new Shape(doc, ShapeType.Image) { ImageData...aspose.com/words/net/rendering-shapes-to-emf/ 小结 提高 DPI (300 → 600+)是最直接的方式。...

    forum.aspose.com/t/groupshape-getshaperenderer-...
  9. FormField | Aspose.Words for Java

    Represents a single form field in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. 如何生成一个竖向的文本框,并且插入的富文本内容需要旋转 -90 度 - Free Suppor...

    我使用words.java 试图在word中生成类似sidebar的功能,插入的竖向形状后插入富文本内容,我想知道怎么才能把富文本中的文字和图片都旋转 -90 ° 并保持内容正确,以下是我的代码 private void insertSidebarIntoHeader(Document document, HeaderFooter header, String htmlContent) throws Exception { …...CRITICAL: Create a DrawingML Shape using RECTANGLE (not TEXT_BOX)...rotatable shape with full UI support Shape sidebar = new Shape(document...

    forum.aspose.com/t/topic/324972