Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 48,108 for

shape

(0.11 sec)
  1. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...js使用C++处理Shape或Chart的阴影效果 Contents [ Hide ] 可能的使用场景 Aspose...Cells for Node.js via C++提供 Shape.getShadowEffect() 属性和 ShadowEffect...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  2. ShapeMarkupLanguage enumeration | Aspose.Words ...

    Aspose.Words.Drawing.ShapeMarkupLanguage enumeration. Specifies Markup language used for the Shape....Markup language used for the shape. Members Name Description Dml...Language is used to define the shape. Vml Vector Markup Language...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. ChartSeries.CopyFormatFrom | Aspose.Words for .NET

    Discover the ChartSeries CopyFormatFrom method to effortlessly replicate data point formats by index, enhancing your charting efficiency and consistency.... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); ChartSeries series = shape . Chart...

    reference.aspose.com/words/net/aspose.words.dra...
  5. ChartDataPointCollection.CopyFormat | Aspose.Wo...

    Effortlessly copy formatting between data points with the ChartDataPointCollection CopyFormat method. Enhance your data visualization today!... Shape shape = ( Shape ) doc . GetChild ( NodeType...NodeType . Shape , 0 , true ); ChartSeries series = shape . Chart...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 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...
  7. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection....Document () # Add two runs and one shape as child nodes to the first...'Hello world! ' )) shape = aw . drawing . Shape ( doc , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat | Aspose.Words for Java

    Provides access to the data of an OLE object or ActiveX control in Java.... Remarks: Use the Shape.getOleFormat() property to access...docm"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  9. 使用 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...
  10. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++.... shapes . addTextBox ( 2 , 0 , 2 ,...400 ); // Access the first shape, which is a text box, and set...

    docs.aspose.com/cells/javascript-cpp/create-tex...