Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 48,253 for

shape

(0.42 sec)
  1. CommandButtonControl | Aspose.Words for .NET

    Discover the CommandButtonControl constructor. Effortlessly create and customize buttons for your applications with this powerful class instance....CommandButtonControl (); Shape shape = builder . InsertForms2OleContr...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....are used to create a separate shape thumbnail. The ShapeThumbnailBounds...enumeration defines the possible shape thumbnail bound types. Property...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. NodeRendererBase.BoundsInPoints | Aspose.Words ...

    Discover the NodeRendererBase BoundsInPoints property to access precise Shape dimensions in points, enhancing your design accuracy and efficiency....Gets the actual bounds of the shape in points. public RectangleF...box of the shape. The bounds takes into account shape rotation...

    reference.aspose.com/words/net/aspose.words.ren...
  4. Aspose::Words::Rendering::NodeRendererBase::get...

    Aspose::Words::Rendering::NodeRendererBase::get_BoundsInPoints method. Gets the actual bounds of the Shape in points in C++....Gets the actual bounds of the shape in points. System :: Drawing...box of the shape. The bounds takes into account shape rotation...

    reference.aspose.com/words/cpp/aspose.words.ren...
  5. Aspose::Words::Drawing::GradientStop::Remove me...

    Aspose::Words::Drawing::GradientStop::Remove method. Removes the gradient stop from the parent GradientStopCollection in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Aspose::Words::Drawing::GradientStopCollection:...

    Aspose::Words::Drawing::GradientStopCollection::idx_get method. Gets or sets a GradientStop object in the collection in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::Drawing::Fill::get_GradientStops...

    Aspose::Words::Drawing::Fill::get_GradientStops method. Gets a collection of GradientStop objects for the fill in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertShape...ShapeType :: Rectangle , 80 , 80 ); shape -> get_Fill () -> TwoColorGradient...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. Forms2OleControl.child_nodes property | Aspose....

    Forms2OleControl.child_nodes property. Gets collection of immediate child controls....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Forms2OleControl.group_name property | Aspose.W...

    Forms2OleControl.group_name property. Gets or sets a string that specifies a group of mutually exclusive controls...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () ole_control = shape . ole_format . ole_control...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 使用 Java 管理演示文稿中的 SmartArt 形状节点|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PPT 和 PPTX 中管理 SmartArt 形状节点。获取清晰的代码示例和技巧,以简化您的演示文稿。...遍历第一张幻灯片中的所有形状 for ( IShape shape : pres . getSlides (). get_Item...// 检查形状是否为 SmartArt 类型 if ( shape instanceof SmartArt ) { // 将形状强制转换为...

    docs.aspose.com/slides/zh/java/manage-smartart-...