Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 50,320 for

shapes

(0.07 sec)
  1. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or Shapes inside a worksheet using Aspose.Cells with C++....AI Set Margins of Comment or Shape inside the Worksheet with C++...margins of any shape or comment using the Shape.GetTextAlignment()...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  2. 在 C++ 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、弧形拐角、复合形状。...SharedPtr < IShapeCollection > shapes = pres -> get_Slides () ->...) -> get_Shapes (); SharedPtr < GeometryShape > shape = System...

    docs.aspose.com/slides/zh/cpp/custom-shape/
  3. OfficeMathRenderer constructor | Aspose.Words f...

    OfficeMathRenderer constructor. Initializes a new instance of this class....Shows how to measure and scale shapes. doc = aw . Document ( file_name... height , delta = 0.15 ) # Shapes with transparent parts may...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 在 VSTO 和 Aspose.Slides 中删除表格的行或列|Aspose.Slides 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....[ 1 ]; foreach ( Shape shp in sld . Shapes ) { if ( shp . HasTable...foreach ( IShape shp in sld . Shapes ) if ( shp is ITable ) { ITable...

    docs.aspose.com/slides/zh/net/removing-row-or-c...
  5. Merge JPG to PDF in Python | products.aspose.com

    Merge JPG to PDF in Python. Use Python library API to combine JPG and PDF... shapes . add_picture_frame(slides...Bitmap( "image2.jpg" )) slide . shapes . add_picture_frame(slides...

    products.aspose.com/slides/python-net/merge/jpg...
  6. How to set the thickness of the "No Symbol" sha...

    I have produced a diagram with nodes (i.e. Shapes) and connectors. So far all is perfect. The problem I have is that I cannot figure out how to make the “No Symbol” (the shape that is a circle with a line between it) s…...thickness of the "No Symbol" shape programmatically Aspose.Diagram...a diagram with nodes (i.e. shapes) and connectors. So far all...

    forum.aspose.com/t/how-to-set-the-thickness-of-...
  7. Aspose.Slides for .NET Core | .NET Core PowerPo...

    Aspose.Slides .NET Core API to build PowerPoint .NET Core solutions....SmartArts Manage PowerPoint Shapes Manage ActiveX Controls Manage...Connectors to Shapes Rotate & Flip Shapes Manage Shape's Line Styles...

    products.aspose.com/slides/net-core/
  8. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for C++. Follow our simple, step-by-step guide to save time....to extract text from all the shapes on all the slides in a presentation...get_Text() - The text on the slide’s shapes. get_MasterText() - The text...

    docs.aspose.com/slides/cpp/extract-text-from-pr...
  9. Benefits of Aspose.Slides for .NET | products.a...

    Why Aspose.Slides for .NET is the best choice for working with presentations...support for 2D and 3D effects for shapes Another advantage of Aspose...supports 2D and 3D effects for shapes, such as shadows, reflections...

    products.aspose.com/slides/net/benefits/
  10. Several Image Into JPG C++

    Merge multiple Image into JPG in C++ code. Save Image as JPG 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-jpg/