Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 48,838 for

shape

(0.59 sec)
  1. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....article explains the usage of Shape.SetLockedProperty method to...Get ( 0 ); // Add Watermark Shape wordart = sheet . GetShapes...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  2. AxisGroup | Aspose.Words for Java

    Represents a type of a chart axis group in Java....new DocumentBuilder(doc); Shape shape = builder.insertChart(ChartType...450.0, 250.0); Chart chart = shape.getChart(); ChartSeriesCollectio...

    reference.aspose.com/words/java/com.aspose.word...
  3. Extract Images from Presentation Shapes|Aspose....

    Extract images from Shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for C++ — quick, code-friendly solution....Presentation Shapes Contents [ Hide ] Extract Images from Shapes Images...Images are often added to shapes and also frequently used as slides'...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  4. How to Resize Image in Word using Java

    This article assists in how to resize image in Word using Java. It provides information on IDE configurations, a step-by-step procedure and a runnable sample code to resize the picture in Word using Java.... A Shape class object is returned by...Word using Java . It uses the Shape class object to set size with...

    kb.aspose.com/words/java/how-to-resize-image-in...
  5. Aspose::Words::Drawing::Charts::AxisDisplayUnit...

    Aspose::Words::Drawing::Charts::AxisDisplayUnit::get_CustomUnit method. Gets or sets a user-defined divisor to scale display units on the value axis in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); ASSERT_EQ (...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Node.asShape method | Aspose.Words for Node.js

    Node.asShape method. Cast node to [Shape](../../../aspose.words.drawing/Shape/)....method asShape() Cast node to Shape . asShape () Remarks If a method...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库在 Visio 绘图的页面上添加注释。...developers to add comments to the shape in Visio图纸 . 添加评论 Page 类公开的重载...类公开的重载 addComment 方法采用 Shape 类实例和评论的文本字符串。 添加形状级注释编程示例 使用图层...

    docs.aspose.com/diagram/zh/python-java/working-...
  8. Aspose::Words::Drawing::TextPath::set_FitPath m...

    Aspose::Words::Drawing::TextPath::set_FitPath method. Defines whether the text fits the path of a Shape in C++....the text fits the path of a shape. void Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Lists::ListLevel::get_ImageData ...

    Aspose::Words::Lists::ListLevel::get_ImageData method. Returns image data of the picture bullet Shape for the current list level in C++....data of the picture bullet shape for the current list level....

    reference.aspose.com/words/cpp/aspose.words.lis...
  10. Manage Text Portions in Presentations Using Jav...

    Learn how to manage text portions in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java, boosting performance and customization....context of presentation var shape = pres . getSlides (). get_Item...get_Item ( 0 ); var textFrame = shape . getTextFrame (); for ( let...

    docs.aspose.com/slides/nodejs-java/portion/