Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 48,626 for

shape

(0.12 sec)
  1. An Exception Is Thrown When Loading a PowerPoin...

    Dear Aspose Support Team, We are currently using a C# function to remove watermarks from .pptx files utilizing the Aspose.Slides library. We have a valid Aspose.Total for .NET license. Our function loads the presentati…...foreach (var shape in slide.Shapes) { if (shape is AutoShape...AutoShape && shape.Name.Equals("GalaxkeyFooter", StringComparison.OrdinalIgnoreCase))...

    forum.aspose.com/t/an-exception-is-thrown-when-...
  2. 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...
  3. Image distorted in excel to pdf transformation ...

    Hi Team, We are trying to transformation input file(xlsx) to pdf with below code. Workbook doc = new Workbook("input.xlsx"); doc.save("output.pdf"); In output file, you can see the wrong drawing. The c…... I noticed some shapes like circles are rendered as...found that the ‘Group’ and sub-shape data do not comply with the...

    forum.aspose.com/t/image-distorted-in-excel-to-...
  4. Aspose.Cells 8.3.0中的公共API更改|Documentation

    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...., options ); 添加了Shape.Id属性 v8.3.0版本已添加了Shape.Id属性的getter/set...charts . get ( index ); Shape shape = ( Shape ) chart . getChartObject...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. Aspose::Words::Drawing::Stroke::get_Color metho...

    Aspose::Words::Drawing::Stroke::get_Color method. Defines the color of a stroke in C++....Remarks The default value for a Shape is Black . See Also Class Stroke...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Manage Presentation Headers and Footers in .NET...

    Use Aspose.Slides for .NET to add and customize headers and footers in PowerPoint and OpenDocument presentations for a professional look....foreach ( IShape shape in master . Shapes ) { if ( shape . Placeholder...Placeholder != null ) { if ( shape . Placeholder . Type == PlaceholderType...

    docs.aspose.com/slides/net/presentation-header-...
  7. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom document visitors...when enumeration of a group shape has ended. visitGroupShapeStart(groupShape)...when enumeration of a group shape has started. visitHeaderFoo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Սեղմել HTML Ը Javascript Ում

    Սեղմեք HTML ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Պատկերները...

    products.aspose.com/words/hy/nodejs-net/compres...
  9. Սեղմել DOC Ը Javascript Ում

    Սեղմեք DOC ը JavaScript ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // Պատկերները...

    products.aspose.com/words/hy/nodejs-net/compres...
  10. Սեղմել DOCX Ը Python Ում

    Սեղմեք DOCX ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOCX բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...cleanup() shapes = [node.as_shape() for node in doc.get_child_nodes(aw...NodeType.SHAPE, True )] for shape in shapes: if shape.isImage:...

    products.aspose.com/words/hy/python-net/compres...