Sort Score
Result 10 results
Languages All
Labels All
Results 5,191 - 5,200 of 48,861 for

shape

(0.16 sec)
  1. AxisScaleType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisScaleType enum, defining versatile axis scale types to enhance your charting experience....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  2. How to place an image in cell basically in exce...

    I have a excel sheet containing image now I want copy that image paste into another sheet cell and place the image in cell…how to do that?...destCells[8, 5]; Shape shape = destSheet.Shapes.AddCopy(picture...columnWidth / (double)rowHeight) { shape.Height = rowHeight; int percentWidth...

    forum.aspose.com/t/how-to-place-an-image-in-cel...
  3. Aspose.Slides for C++: LoadExternalFonts Method...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...Boundaries When Converting Shape to Image in C++ andrey.potapov...

    forum.aspose.com/t/aspose-slides-for-c-loadexte...
  4. 档案

    档案...add_shape(pinX, pinY, width, height, rectangleMaster...设置新形状的属性 shape = diagram.pages[pageNumber].shapes.get_shape(rectangleId)...

    blog.aspose.com/zh/diagram/create-organizationa...
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates.... Iterate through all Shape objects to find the relevant...through the shapes and get a reference to the table. for shape in slide...

    docs.aspose.com/slides/python-net/manage-rows-a...
  6. DmlEffectsRenderingMode Enum | Aspose.Words for...

    Discover the Aspose.Words DmlEffectsRenderingMode enum for optimized DrawingML effect rendering in fixed page formats. Enhance your document quality!...Document ( MyDir + "DrawingML shape effects.docx" ); // Create a...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for C++ and speed up presentation editing and data updates....tbl ; // Iterates through the shapes and sets a reference to the...const auto & shp : sld -> get_Shapes ()) { if ( ObjectExt :: Is...

    docs.aspose.com/slides/cpp/manage-rows-and-colu...
  8. Working with Clips in PS file| Java

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java...Shape that can contain any closed shapes; by text outline;...example below we obtain a circle shape as a clipping path and cut off...

    docs.aspose.com/page/java/ps/working-with-clips/
  9. Run | Aspose.Words for Java

    Represents a run of characters with the same font formatting in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...AutoShape shape = (AutoShape)pres.Slides[ 0 ].Shapes[ 0 ]; shape.TextFrame...

    products.aspose.com/slides/net/editor/pdf/