Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 43,014 for

shapes

(0.07 sec)
  1. StoryType | Aspose.Words for Java

    Text of a Word document is stored in stories in Java....Examples: Shows how to remove all shapes from a node. Document doc =...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/java/com.aspose.word...
  2. Get Max Range In A Worksheet|Documentation

    This article describes how to get the max range , max data range, max display range of Excel files with Aspose.Cells for .Net library.... And the settings about shapes, tables and pivottables will...

    docs.aspose.com/cells/net/get-max-range-in-a-wo...
  3. Aspose.Drawing Product Family

    Find answers about creating and processing 2D drawings similar to GDI+ which works on all platforms....PNG File using C# How to Draw Shapes in C# English Ελληνικά Türkçe...

    kb.aspose.com/drawing/
  4. Create organization chart in VSSX document via ...

    C# source code to create organization chart in vssx file on .NET Framework, .NET Core, Mono Platforms....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/net/organizationcha...
  5. Create flowchart style organization chart in VS...

    Java source code to create flowchart style organization chart in vsx file on Java Runtime Environment for JSP/JSF Application and Desktop Applications....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/java/flowchart/vsx/
  6. 在 Visio 页面中自动放置一组形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中自动放置一组形状。... Shapes , options ); // save Visio...

    docs.aspose.com/diagram/zh/net/auto-space-a-col...
  7. Create organization chart in VSS document via ....

    C# source code to create organization chart in vss file on .NET Framework, .NET Core, Mono Platforms....its id Add organization node shapes to page. Add connectors to...to page to connect shape and its parent. Auto layout by invoking...

    products.aspose.com/diagram/net/organizationcha...
  8. ShapeBase.WidthRelative | Aspose.Words for .NET

    Discover the ShapeBase WidthRelative property to easily adjust shape widths as a percentage, enhancing your design flexibility and precision....represents the percentage of shape’s relative width. public float...simple shape with absolute size and position. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose::Words::Drawing::Stroke::get_Weight meth...

    Aspose::Words::Drawing::Stroke::get_Weight method. Defines the brush thickness that strokes the path of a shape in points in C++....that strokes the path of a shape in points. double Aspose ::...Remarks The default value for a Shape is 0.75. Examples Shows how...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...{ foreach (Shape shape in sheet.Shapes) { if (shape.MsoDrawingType...enabled shape.IsTextWrapped = true; // Adjust shape height dynamically...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...