Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 48,663 for

shape

(0.15 sec)
  1. LoadOptions.convert_shape_to_office_math proper...

    LoadOptions.convert_Shape_to_office_math property. Gets or sets whether to convert Shapes with EquationXML to Office Math objects....convert_shape_to_office_math property LoadOptions.convert_shape_to_office_math...or sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/python-net/aspose.wo...
  2. TextBox.InternalMarginTop | Aspose.Words for .NET

    Discover the TextBox InternalMarginTop property—control your Shape's top margin in points for precise layout and enhanced design flexibility....top margin in points for a shape. public double InternalMarginTop...textbox with specific margins. Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 使用GridJs的高亮功能|Documentation

    本文介绍如何在GridJs中对单元格文本、单元格范围、形状和图片进行突出显示。...id of shape , can be find in xs . sheet . data . shapes 从活动工作表中的形状数组中移除突出显示形状...id of shape , can be find in xs . sheet . data . shapes 获取活动工作表中形状的突出显示数组...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  4. INSERT IMAGE IN ASPOSE WORD AS EDITABLE IMAGE -...

    Hello Team, I want to insert an image into a Word document and set the “Edit Picture” option to true, allowing the user to search the content inside the image. How can I achieve this programmatically so that the image i…...is to insert the image as a shape and set its properties accordingly..."path/to/your/image.png"; Shape shape = builder.InsertImage(imagePath);...

    forum.aspose.com/t/insert-image-in-aspose-word-...
  5. Working with Linear Extrusion|Documentation

    Aspose.3D for .NET offers LinearExtrusion class, which takes a 2D Shape as an input and extends the Shape in the 3rd dimension....takes a 2D shape as an input and extends the shape in the 3rd...rotation while extruding the shape. Following code snippet shows...

    docs.aspose.com/3d/net/working-with-linear-extr...
  6. Working with Linear Extrusion|Documentation

    Aspose.3D for Python via .NET offers LinearExtrusion class, which takes a 2D Shape as an input and extends the Shape in the 3rd dimension....takes a 2D shape as an input and extends the shape in the 3rd...rotation while extruding the shape. Following code snippet shows...

    docs.aspose.com/3d/python-net/working-with-line...
  7. ChartMarker | Aspose.Words for Java

    Represents a chart data marker in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...500.0, 350.0); Chart chart = shape.getChart(); Assert.assertEquals(3...

    reference.aspose.com/words/java/com.aspose.word...
  8. Public API Changes in Aspose.Diagram 5.7.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....start and finish of timeline shape timelineHelper . setDateFormatStringF...String for intm of timeline shape timelineHelper . setDateFormatStringF...

    docs.aspose.com/diagram/java/public-api-changes...
  9. ChartSeriesGroup.bubbleScale property | Aspose....

    ChartSeriesGroup.bubbleScale property. Gets or sets the size of the bubbles as a percentage of their default size.... let shape = builder . insertChart ( aw..., 250 ); let seriesGroup = shape . chart . seriesGroups . at...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Document.compare() does not recognise text box ...

    Document.compare() does not recognise text box wrap mode changes, changes are not highlighted, revision count is 0. Code snippet: // Create the original document Document docOriginal = new Document(); DocumentBuilder b…...inal); // Insert a textbox Shape textBox = builder.insertShape(ShapeType...deepClone(true); Shape shapeEdited = (Shape) docEdited.getChildNodes(NodeType...

    forum.aspose.com/t/document-compare-does-not-re...