Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 43,024 for

shape

(0.1 sec)
  1. Get the graphical components from visio file - ...

    Hi, We try to highlight the different components in Visio file, is it possible that Aspose.diagram API could return graphical components and their metrics for comparison? Please see the attached zip which show the exam…...applying the code check on the shape type to Foreign. Please refer...Furthermore, you can also convert shape to an image with ImageSaveOptions...

    forum.aspose.com/t/get-the-graphical-components...
  2. Add WordArt Watermark to Chart with Node.js via...

    Learn how to use Aspose.Cells for Node.js via C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart....make the text fit a preset shape, or apply the affected text...shows how to add a WordArt shape as a watermark for the chart...

    docs.aspose.com/cells/nodejs-cpp/add-wordart-wa...
  3. NodeRendererBase.get_size_in_pixels method | As...

    aspose.words.rendering.NodeRendererBase.get_size_in_pixels method...Calculates the size of the shape in pixels for a specified zoom...a bitmap for rendering the shape neatly onto the bitmap. Returns...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartXValue.FromString | Aspose.Words for .NET

    Discover the ChartXValue FromString method to effortlessly create String-type ChartXValue instances. Enhance your data visualization today!...new DocumentBuilder (); Shape shape = builder . InsertChart (...432 , 252 ); Chart chart = shape . Chart ; ChartSeries department1Series...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Aspose::Words::Drawing::TextBox::get_Parent met...

    Aspose::Words::Drawing::TextBox::get_Parent method. Gets a parent Shape for the TextBox in C++....TextBox::get_Parent method Gets a parent shape for the TextBox . System ::...Aspose :: Words :: Drawing :: Shape > Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 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...
  7. Aspose::Words::Story::get_StoryType method | As...

    Aspose::Words::Story::get_StoryType method. Gets the type of this story in C++....Examples Shows how to remove all shapes from a node. auto doc = System...DocumentBuilder to insert a shape. This is an inline shape, // which has a...

    reference.aspose.com/words/cpp/aspose.words/sto...
  8. ChartFormat.is_defined property | Aspose.Words ...

    ChartFormat.is_defined property. Gets a flag indicating whether any format is defined....docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...True ) . as_shape () series = shape . chart . series [ 0 ] data_point...

    reference.aspose.com/words/python-net/aspose.wo...
  9. OleFormat.get_raw_data method | Aspose.Words fo...

    OleFormat.get_raw_data method. Gets OLE object raw data....for shape in doc . get_child_nodes ( aw . NodeType . SHAPE , True...True ): ole_format = shape . as_shape () . ole_format if ole_format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 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…...code snippet: auto textFrame = shape->get_TextFrame(); std::string...is null, it means that the shape does not contain any text. auto...

    forum.aspose.com/t/aspose-slides-for-c-paragrap...