Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 45,786 for

shape

(0.07 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…...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...
  2. Shape.LastParagraph | Aspose.Words for .NET

    Access the LastParagraph property to easily retrieve the final paragraph in your Shape, enhancing your document's layout and readability....LastParagraph Shape.LastParagraph property Gets the last paragraph...paragraph in the shape. public Paragraph LastParagraph { get ; }...

    reference.aspose.com/words/net/aspose.words.dra...
  3. 创建每行具有不同水平对齐方式的文本框,使用 Node.js 和 C++|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 创建每行可以有不同水平对齐方式的文本框...80 , 400 ); // Access first shape which is a text box and set...text. const shape = ws . getShapes (). get ( 0 ); shape . setText...

    docs.aspose.com/cells/zh/nodejs-cpp/create-text...
  4. ShapeLineStyle | Aspose.Words for Java

    Specifies the compound line style of a Shape in Java....the compound line style of a Shape . Examples: Shows how change...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  5. OleFormat.source_item property | Aspose.Words f...

    OleFormat.source_item property. Gets or sets a string that is used to identify the portion of the source file that is being linked....objects creates shapes that store these objects. shapes = [ node .... as_shape () for node in doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. NodeRendererBase.OpaqueBoundsInPoints | Aspose....

    Discover the NodeRendererBase OpaqueBoundsInPoints property to easily access Shape boundaries in points, enhancing your design precision and efficiency....Gets the opaque bounds of the shape in points. public RectangleF...parts of the shape are ignored) bounding box of the shape. The bounds...

    reference.aspose.com/words/net/aspose.words.ren...
  7. Aspose::Words::Rendering::NodeRendererBase::get...

    Aspose::Words::Rendering::NodeRendererBase::get_OpaqueBoundsInPoints method. Gets the opaque bounds of the Shape in points in C++....Gets the opaque bounds of the shape in points. System :: Drawing...parts of the shape are ignored) bounding box of the shape. The bounds...

    reference.aspose.com/words/cpp/aspose.words.ren...
  8. DmlRenderingMode | Aspose.Words for Java

    Specifies how DrawingML Shapes are rendered to fixed page formats in Java....DmlRenderingMode Specifies how DrawingML shapes are rendered to fixed page...Shows how to render fallback shapes when saving to PDF. Document...

    reference.aspose.com/words/java/com.aspose.word...
  9. GradientStyle | Aspose.Words for Java

    Specifies the style for a gradient fill in Java....Examples: Shows how to fill a shape with a gradients. Document doc...new DocumentBuilder(doc); Shape shape = builder.insertShape(ShapeType...

    reference.aspose.com/words/java/com.aspose.word...
  10. 用Node.js通过C++替换智能艺术中的文本|Documentation

    学习如何使用Aspose.Cells for Node.js via C++替换智能艺术中的文本。...js via C++通过设置 Shape.getText() 属性提供此功能。 可以从以下链接下载示例源文件:...worksheets . get ( i ); const shapes = worksheet . getShapes ();...

    docs.aspose.com/cells/zh/nodejs-cpp/replace-tex...