Sort Score
Result 10 results
Languages All
Labels All
Results 5,311 - 5,320 of 136,547 for

shape

(0.12 sec)
  1. OleFormat.SuggestedExtension | Aspose.Words for...

    OleFormat 财产. 如果要将当前嵌入对象保存到文件中则获取建议的文件扩展名...docm" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); // 第一个形状中的 OLE 对象是 Microsoft Excel...

    reference.aspose.com/words/zh/net/aspose.words....
  2. Aspose.Slides for .NET 20.8 Release Notes|Aspos...

    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....Preview: Fill Pattern for Rotated Shapes Is Rotated Incorrectly Bug...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . ClusteredColumn...

    docs.aspose.com/slides/net/aspose-slides-for-ne...
  3. DataRecordSet | Aspose.Diagram for Java API Ref...

    Stores formats refreshes and exposes data queried from a database in Microsoft Visio....DataRecordset element with a shape data item from the last successful...data recordset linked to a shape that is in conflict after the...

    reference.aspose.com/diagram/java/com.aspose.di...
  4. Rectangle | Aspose.PDF for .NET API Reference

    Represents rectangle....public sealed class Rectangle : Shape Constructors Name Description...set; } Gets or sets a text for shape Width { get; set; } Gets or...

    reference.aspose.com/pdf/net/aspose.pdf.drawing...
  5. 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 . DateFormatStringForB...String for intm of timeline shape timelineHelper . DateFormatStringForI...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. true | Aspose.Cells for .NET API 参考

    获取和设置形状相对工作表上边框的垂直偏移量以像素为单位...true Shape.Y property 获取和设置形状相对工作表上边框的垂直偏移量,以像素为单位。 public int...if ( shape . Y == 3 ) shape . Y = 1 ; 也可以看看 class Shape 命名空间...

    reference.aspose.com/cells/zh/net/aspose.cells....
  7. Aspose::Cells::Drawing::ShapeCollection::AddAut...

    Aspose::Cells::Drawing::ShapeCollection::AddAutoShapeInChart method. Adds a AutoShape to the chart in C++.... Shape Aspose :: Cells :: Drawing ::...Description type AutoShapeType Auto shape type. top int32_t Represents...

    reference.aspose.com/cells/cpp/aspose.cells.dra...
  8. ishapestyle - Aspose.Slides for Android via Jav...

    Detailed explanation of each class & method of Aspose.Slides for Android via Java library. Integrate presentation processing features in your own apps....SequenceCollection SetEffect Shape ShapeBevel ShapeCollection ShapeElement...interface IShapeStyle Represent shape's style reference. Method Summary...

    reference.aspose.com/slides/androidjava/com.asp...
  9. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....replace all textbox shapes with image shapes. Document doc = new...getChildNodes(NodeType.SHAPE, true).toArray()) .filter(Shape.class::isInstance)...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in C++...Links to websites inside texts, shapes, or media Links to slides Aspose...MakeObject < Presentation > (); auto shapes = presentation -> get_Slides...

    docs.aspose.com/slides/cpp/manage-hyperlinks/