Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 45,857 for

shape

(0.08 sec)
  1. Aspose.Slides for C++: paragraph->GetRect() Thr...

    Using aspose 25 version, when trying to access paragraph->GetRect();, it throws exception: System::NullReferenceException: Object reference not set to an instance of an object. Attached ppt: Test1.pptx.zip (255.3 KB…...filePathTemplate = u"slide_{0}_shape_{1}_{2}.png"; // the third parameter...parameter is the shape name auto presentation = MakeObject<P...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...
  2. Aspose::Words::StoryType enum | Aspose.Words fo...

    Aspose::Words::StoryType enum. Text of a Word document is stored in stories. StoryType identifies a story in C++....Contains shape or textbox text, represented by Shape . EvenPagesHeader...Examples Shows how to remove all shapes from a node. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words/sto...
  3. 使用 Node.js via C++ 在非原始形状的数据|Documentation

    了解如何在 Aspose.Cells for Node.js via C++ 中访问和操作非原始形状。...你可以通过 Shape.getAutoShapeType() 属性检查它们的类型。 使用 Shape.getPaths()...Accessing the user defined shape const shape = worksheet . getShapes...

    docs.aspose.com/cells/zh/nodejs-cpp/data-in-non...
  4. DmlRenderingMode enumeration | Aspose.Words for...

    Aspose.Words.Saving.DmlRenderingMode enumeration. Specifies how DrawingML Shapes are rendered to fixed page formats....enumeration Specifies how DrawingML shapes are rendered to fixed page...Description Fallback If fall-back shape is available for DrawingML,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Visio ActiveX Controls|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....Retrieve an ActiveX Control from a Shape Object to Modify Properties...Section in the ShapeSheet Visio Shape Gradient, Gradient Stops and...

    docs.aspose.com/diagram/net/visio-activex-contr...
  6. 档案

    档案...Slides for Python 将每个元素表示为 Shape 或派生自 Shape 的 abject。所以为了保护内容不被编辑...属性获取演示文稿中幻灯片的引用。 对于每张幻灯片,使用 ISlide.shapes 集合访问其形状。 对于集合中的每个形状,执行以下步骤:...

    blog.aspose.com/zh/slides/lock-or-unlock-powerp...
  7. Stroke.fore_theme_color property | Aspose.Words...

    Stroke.fore_theme_color property. Gets or sets a ThemeColor object that represents the stroke foreground color....doc = doc ) shape = builder . insert_shape ( shape_type = aw ...100 , height = 40 ) stroke = shape . stroke stroke . fore_theme_color...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Picture Frame|Aspose.Slides Documentation

    Add a picture frame to a PowerPoint presentation in C++...Hide ] A picture frame is a shape that contains an image—it is...that will be used to fill the shape. Specify the image’s width and...

    docs.aspose.com/slides/cpp/picture-frame/
  9. Aspose::Words::NodeList::get_Count method | Asp...

    Aspose::Words::NodeList::get_Count method. Gets the number of nodes in the list in C++....aph/Run" )); // Access the shape that contains the image we inserted...= doc -> SelectNodes ( u "//Shape" ); ASSERT_EQ ( 1 , nodeList...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. 部分|Aspose.Slides 文档

    在 C# 或 .NET 中获取 PowerPoint 演示文稿中的部分...Presentation ( "Shapes.pptx" )) { IAutoShape shape = ( IAutoShape...0 ]. Shapes [ 0 ]; var textFrame = ( ITextFrame ) shape . TextFrame...

    docs.aspose.com/slides/zh/net/portion/