Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 42,872 for

shape

(0.07 sec)
  1. 使用 C++ 移除 ActiveX 控件|Documentation

    学习如何使用 Aspose.Cells for C++ 从工作簿中删除 ActiveX 控件。...为此,API 提供了 Shape.RemoveActiveXControl 方法。以下代码片段演示了如何使用 Shape.RemoveActiveXControl...Access first shape from first worksheet Shape shape = wb . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/remove-activex-con...
  2. 在 PHP 中连接组的子形状|Documentation

    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....\ # Set sub shape ids $shape_from_id = 1 ; $shape_to_id = 9 ;...Initialize connector shape $shape = new Shape (); $shape -> getLine ()...

    docs.aspose.com/diagram/zh/java/connect-sub-sha...
  3. OleControl Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Ole.OleControl class to seamlessly integrate OLE ActiveX controls in your applications for enhanced functionality....docx" ); Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); OleControl oleControl = shape . OleFormat...

    reference.aspose.com/words/net/aspose.words.dra...
  4. NodeRendererBase.getOpaqueBoundsInPixels2 metho...

    Aspose.Words.Rendering.NodeRendererBase.getOpaqueBoundsInPixels2 method...Calculates the opaque bounds of the shape in pixels for a specified zoom...rendering the shape with only opaque part of the shape. Returns The...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Drawing::ShapeLineStyle enum | A...

    Aspose::Words::Drawing::ShapeLineStyle enum. Specifies the compound line style of a Shape in C++....the compound line style of a Shape . enum class ShapeLineStyle...> ( doc ); SharedPtr < Shape > shape = builder -> InsertShape...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. ShapeBase.wrap_type property | Aspose.Words for...

    ShapeBase.wrap_type property. Defines whether the Shape is inline or floating...whether the shape is inline or floating. For floating shapes defines...wrapping mode for text around the shape. @property def wrap_type ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ShapeBase.font property | Aspose.Words for Node.js

    ShapeBase.font property. Provides access to the font formatting of this object...." ); let shape = builder . insertShape ( aw..., 50 ); builder . moveTo ( shape . lastParagraph ); builder ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::HorizontalRuleFormat::g...

    Aspose::Words::Drawing::HorizontalRuleFormat::get_Alignment method. Gets or sets the alignment of the horizontal rule in C++....to insert a horizontal rule shape, and customize its formatting...> ( doc ); SharedPtr < Shape > shape = builder -> InsertHorizontalRule...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ShapeBase.soft_edge property | Aspose.Words for...

    ShapeBase.soft_edge property. Gets soft edge formatting for the Shape....soft edge formatting for the shape. @property def soft_edge ( self...DocumentBuilder () shape = builder . insert_shape ( shape_type = aw ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Fill | Aspose.Words for Java

    Represents fill formatting for an object in Java....Examples: Shows how to fill a shape with a solid color. Document...then cover it with a floating shape. builder.getFont().setSize(32...

    reference.aspose.com/words/java/com.aspose.word...