Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 48,916 for

shapes

(0.18 sec)
  1. Resize Chart's Data Label Shape To Fit Text|Doc...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for .NET. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....AI Resize Chart's Data Label Shape To Fit Text Contents [ Hide...application provides the Resize shape to fit text option for Chart’s...

    docs.aspose.com/cells/net/resize-chart-s-data-l...
  2. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Shows to create a variety of shapes. Document doc = new Document();...Below are four examples of shapes that we can insert into our...

    reference.aspose.com/words/java/com.aspose.word...
  3. How to set RoundedRectangle corner radius? - Fr...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao image.png (44.1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RoundedRectangle, 0, 0, 0, 0, 0, 0); commentShape.Placement = P…...1 KB) Shape commentShape = worksheet.Shapes.AddAutoShape(AutoShapeType...//Set the placement type as the Shapes will move and resize with cells...

    forum.aspose.com/t/how-to-set-roundedrectangle-...
  4. Aspose.Drawing for .NET

    Cross-platform 2D graphics library for drawing geometric Shapes, text, and images with System.Drawing compatible API in C# and .NET applications....PNG File using C# How to Draw Shapes in C# English Ελληνικά Türkçe...

    kb.aspose.com/drawing/net/
  5. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....ReflectionEffect class along with the Shape.Reflection property in order...the reflection effects of a Shape object. The ReflectionEffect...

    docs.aspose.com/cells/java/public-api-changes-i...
  6. Format Text Using VSTO and Aspose.Slides for .N...

    Migrate from Microsoft Office automation to Aspose.Slides for .NET and format text in PowerPoint (PPT, PPTX) presentations with precise control....the third shape PowerPoint . Shape shp = slide . Shapes [ 3 ]; //Change...RGB = 0 x00CC3333 ; //Change shape background color shp . Fill...

    docs.aspose.com/slides/net/format-text-using-vs...
  7. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式... Workbook (); const shapes = workbook . getWorksheets...// add a TextBox const shape = shapes . addTextBox ( 2 , 0 ,...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  8. How to Add Circle to PDF using C#

    This article assists to add circle to PDF using C#. It contains all the details for the environment settings, flow of the program and a runnable sample code to insert circle in PDF using C#....color Add the circle to the shapes collection of the graph object...shows that for drawing any shape on a PDF page, you need to add...

    kb.aspose.com/pdf/net/how-to-add-circle-to-pdf-...
  9. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...Create a watermark shape Shape watermark = new Shape(doc, ShapeType...ZOrder of shapes in the document. z_order = 0 shapes = doc.get_child_nodes(aw...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  10. 使用 VSTO 和 Aspose.Slides for .NET 动态添加文本|Aspose....

    了解如何从 Microsoft Office 自动化迁移到 Aspose.Slides for .NET,并在 C# 中向 PowerPoint(PPT、PPTX)演示文稿添加动态文本。... Shape shp = sld . Shapes . AddTextbox ( Microsoft...//要添加它,我们将先添加一个矩形 IShape shp = sld . Shapes . AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/net/adding-text-dynam...