Sort Score
Result 10 results
Languages All
Labels All
Results 8,531 - 8,540 of 48,846 for

shape

(0.31 sec)
  1. Working with PDF/A or PDF/UA|Aspose.Words for C++

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C++. There are a few problems when converting to PDF/A documents, and Aspose.Words for C++ solves them....mark shapes as decorative in Microsoft Word or mark shape as an...see details). For example, shapes could be marked as decorative...

    docs.aspose.com/words/cpp/working-with-pdfa-or-...
  2. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....(key)) { 17 // Replace text of a shape 18 richText. setText (richText...(key)) { 17 // Replace text of a shape 18 richText. setText (richText...

    docs.aspose.com/note/java/working-with-text/
  3. Drop Shadow – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code and create a drop shadow effect using Aspose.SVG for .NET API and apply the drop shadow effect to SVG Shapes and text....that the alpha channel of the shape is used as input. The value...element that will be an SVG shape with a drop shadow effect. It...

    docs.aspose.com/svg/net/drop-shadow/
  4. Transformation Matrix – SVG Code – Aspose.SVG G...

    Learn with Aspose.SVG how to use a transformation matrix to rotate, scale, translate, and skew SVG and consider code examples for SVG transformations....attribute applies inside <g> to all shapes once. Here is the resulting...additional move to the scaled shape to move it to the pivot point...

    docs.aspose.com/svg/net/drawing-basics/transfor...
  5. Working with Sections in Python|Aspose.Words fo...

    Create and manage sections and section breaks in a document using Python. Insert section into a document Python. Remove section Python. Copy sections between Documents....Content If you want to draw some shape or add text or image at the...DeleteHeaderFooterSh method to remove all shapes from headers and footers in...

    docs.aspose.com/words/python-net/working-with-s...
  6. Optimize Image Management in Presentations in ....

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for .NET, optimizing performance and automating your workflow.... Shapes . AddPictureFrame ( ShapeType...AddImage ( imageData ); slide . Shapes . AddPictureFrame ( ShapeType...

    docs.aspose.com/slides/net/image/
  7. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...Presentation(ppt_path) as pres: shape = pres.slides[0].shapes[0] # 假设第一条线是目标形状...假设第一条线是目标形状 line = shape.line_format line.dash_style = DashStyle.custom...

    forum.aspose.com/t/ppt/322437
  8. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...for painting vector graphics: shapes or text, we offer “pseudo-transparency”...paling algorithm for transparent shapes and text, which we called ...

    docs.aspose.com/page/java/ps/working-with-trans...
  9. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....FillFormat, fill format for a shape. Floor, the floor of a 3D chart...Pie Chart with Leader Lines Shapes in Charts Manage Titles of...

    docs.aspose.com/cells/net/creating-charts/
  10. 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/