Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 48,648 for

shape

(0.05 sec)
  1. Manage SmartArt in PowerPoint Presentations Usi...

    Learn to build and edit PowerPoint SmartArt with Aspose.Slides for C++ using clear code samples that speed up slide design and automation....added a connector between two shapes. Check the Hidden Property...added a connector between two shapes. Get or Set the Organization...

    docs.aspose.com/slides/cpp/manage-smartart/
  2. Extract Images from Presentation Shapes|Aspose....

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

    docs.aspose.com/slides/php-java/extracting-imag...
  3. Several Image Into PNG C++

    Merge multiple Image into PNG in C++ code. Save Image as PNG using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/image-to-png/
  4. Several JPG Into GIF C++

    Merge multiple JPG into GIF in C++ code. Save JPG as GIF using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-gif/
  5. Several JPG Into BMP C++

    Merge multiple JPG into BMP in C++ code. Save JPG as BMP using C++.... std::vector<SharedPtr<Shape>> shapes; for ( const auto & fileName...{ auto shape = builder-> InsertImage (fileName); shapes. push_back...

    products.aspose.com/words/cpp/merge/jpg-to-bmp/
  6. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeEnd method. Called when enumeration of a group Shape has ended in C++....when enumeration of a group shape has ended. virtual Aspose ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::DocumentVisitor::VisitGroupShape...

    Aspose::Words::DocumentVisitor::VisitGroupShapeStart method. Called when enumeration of a group Shape has started in C++....when enumeration of a group shape has started. virtual Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Create Visio Diagram in C#

    This article discusses the details to create Visio diagram in C#. It shares the stepwise process along with a working sample code to automate visio diagram creation in C#....stencil file Insert a rectangle shape with the AddShape() method and...a master stencil. Insert a shape while specifying different parameters...

    kb.aspose.com/diagram/net/create-visio-diagram-...
  9. MarkerSymbol enumeration | Aspose.Words for Nod...

    Aspose.Words.Drawing.Charts.MarkerSymbol enumeration. Specifies marker symbol style....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 350 ); let chart = shape . chart ; expect ( chart . series...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用C++设置工作表中的评论或形状的边距|Documentation

    学习如何使用Aspose.Cells在C++中设置工作表内评论或形状的边距。...Cells允许你使用 Shape.GetTextAlignment() 属性设置任何形状或评论的边距。该属性返回一个...); // Iterate through each shape in the worksheet for ( int32_t...

    docs.aspose.com/cells/zh/cpp/set-margins-of-com...