Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 48,674 for

shape

(0.08 sec)
  1. Adding Custom Labels to Data Points in the Seri...

    Learn how to add custom labels to data points in the series of a chart using Aspose.Cells for C++. Our guide will show you how to modify the labels' appearance, position, and formatting, as well as how to link them to your data source for accurate data representation....with Golang via C++ Set the Shape Type of Data Labels of Chart...

    docs.aspose.com/cells/go-cpp/adding-custom-labe...
  2. How to Fit Image to Cell Width in Aspose.Cells ...

    Hello, I’m trying to fit images to the width of a cell. Currently, I’m using the following code: C# foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { s.AspectRatioLocked = true; s.Width = 100; // This …...foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) {...foreach (Shape shape in doc.GetChildNodes(NodeType.Shape, true))...

    forum.aspose.com/t/how-to-fit-image-to-cell-wid...
  3. LayoutFlow enumeration | Aspose.Words for Python

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... Shape ( doc , aw . drawing . ShapeType...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Retrieve All Layers from the Visio Diagram in R...

    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....coding sites: GitHub Configure Shape Objects with Layers in Visio...

    docs.aspose.com/diagram/java/retrieve-all-layer...
  5. RowCollection | Aspose.Words for Java

    Provides typed access to a collection of Row nodes 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...
  6. 从 .NET 演示文稿获取形状的有效属性|Aspose.Slides 文档

    了解 Aspose.Slides for .NET 如何计算并应用有效的形状属性,以实现精准的 PowerPoint 渲染。...{ IAutoShape shape = pres . Slides [ 0 ]. Shapes [ 0 ] as IAutoShape...ITextFrameFormat localTextFrameFormat = shape . TextFrame . TextFrameFormat...

    docs.aspose.com/slides/zh/net/shape-effective-p...
  7. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....inserting an image will define its shape using VML. doc.getCompatibilityOpti()...guage.VML, ((Shape) doc.getChild(NodeType.SHAPE, 0, true)).g...

    reference.aspose.com/words/java/com.aspose.word...
  8. TextBox.internal_margin_bottom property | Aspos...

    TextBox.internal_margin_bottom property. Specifies the inner bottom margin in points for a Shape....bottom margin in points for a shape. @property def internal_margin_bottom...margins. text_box_shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. OleFormat.suggested_file_name property | Aspose...

    OleFormat.suggested_file_name property. Gets the file name suggested for the current embedded object if you want to save it into a file....file_name = MY_DIR + 'OLE shape.rtf' ) ole_shape = doc . first_section...aw . NodeType . SHAPE , 0 , True ) . as_shape () # OLE objects...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Draw Line in Excel with Python

    Draw line in Excel with Python program along with other Shapes. Get IDE details, a list of steps, and a sample code to insert drawing in Excel with Python....with Python and various other shapes. It will make you understand...want to draw a line shape Access the Shapes collection of the sheet...

    kb.aspose.com/cells/python/draw-line-in-excel-w...