Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 48,106 for

shape

(0.13 sec)
  1. X-Axis Title Is Cut Off When Converting a Prese...

    Hi Team, I have a sample PPTX with a single slide having a single Shape. When I get an image of this Shape using Aspose, I see that the text “Time, t, in seconds” appears to be cut. I am using Aspose 25.5 version. Code…...having a single shape. When I get an image of this shape using Aspose...Slides[slideIndex]; // Process each shape in the current slide foreach...

    forum.aspose.com/t/x-axis-title-is-cut-off-when...
  2. Manage Presentation Placeholders in Java|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for Java: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/java/manage-placeholder/
  3. 用 JavaScript 结合 C++ 锁定或解锁形状|Documentation

    本文提供了使用 Aspose.Cells 库通过 C++ 以 JavaScript 锁定或解锁形状以保护它们的示例代码。...head > < body > < h1 > Lock Shapes Example </ h1 > < input type.... get ( 0 ); let shape = worksheet . shapes . addTextBox ( 1...

    docs.aspose.com/cells/zh/javascript-cpp/lock-or...
  4. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule....to insert a horizontal rule shape, and customize its formatting...DocumentBuilder ( doc = doc ) shape = builder . insert_horizontal_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Forms2OleControlCollection | Aspose.Words for Java

    Represents collection of Forms2OleControl objects in Java....docm"); // Shapes store and display OLE objects...body. Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  6. Shape.hasSmartArt property | Aspose.Words for N...

    Shape.hasSmartArt property. Returns ``true`` if this [Shape](../) has a SmartArt object....property Shape.hasSmartArt property Returns true if this Shape has...Drawing class Shape Shape.hasImage property Shape.horizontalRuleFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Stroke.lineStyle property | Aspose.Words for No...

    Stroke.lineStyle property. Defines the line style of the stroke....DocumentBuilder ( doc ); let shape = builder . insertShape ( aw...WrapType . None ); // Basic shapes, such as the rectangle, have...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Drawing::OleFormat::get_IsLocked...

    Aspose::Words::Drawing::OleFormat::get_IsLocked method. Specifies whether the link to the OLE object is locked from updates in C++....docm" ); auto shape = System :: ExplicitCast < Aspose...Aspose :: Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Manage Presentation Placeholders in .NET|Aspose...

    Effortlessly manage placeholders in Aspose.Slides for .NET: replace text, customize prompts & set image transparency in PowerPoint and OpenDocument.... Iterate through the shapes to find the placeholder. Typecast...Typecast the placeholder shape to an AutoShape and change the...

    docs.aspose.com/slides/net/manage-placeholder/
  10. Working with Images in Python|Aspose.Words for ...

    Create and manage images of various formats in a document using Python....insert_image method returns a Shape object that was just created...further modify properties of the Shape Inserting an Inline Image Pass...

    docs.aspose.com/words/python-net/working-with-i...