Sort Score
Result 10 results
Languages All
Labels All
Results 2,961 - 2,970 of 49,130 for

shape

(0.22 sec)
  1. 55541778.xlsx

    Sheet1 Excel 2 Pdf - The following Shape throws Shape to Image Error FYI: This Excel file will work with 17.11 only. Because this issue has been fixed in recent versions. 2017-12-11T08:49:23Z 16.03......2 Pdf - The following Shape throws Shape to Image Error FYI: This...

    docs.aspose.com/cells/es/javascript-cpp/ignore-...
  2. ImageSavingArgs.is_image_available property | A...

    ImageSavingArgs.is_image_available property. Returns ``True`` if the current image is available for export.... When saving a group shape or a shape that doesn’t require any...property ImageSavingArgs.current_shape ImageSavingArgs.image_stream...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....Finding a Shape You can also find a particular shape from a slide...alternative text associated with the shape Backgrounds Aspose.Slides for...

    docs.aspose.com/slides/net/features-overview/
  4. TextBox.InternalMarginBottom | Aspose.Words for...

    Discover the TextBox InternalMarginBottom property to customize your Shape's inner bottom margin in points for enhanced design precision....bottom margin in points for a shape. public double InternalMarginBottom...textbox with specific margins. Shape textBoxShape = builder . InsertShape...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 管理 Java 中的演示文稿形状|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。...IShape shape = findShape ( slide , "Shape1" ); if ( shape != null.... out . println ( "Shape Name: " + shape . getName ()); } } finally...

    docs.aspose.com/slides/zh/java/shape-manipulati...
  6. Public API Changes in Aspose.Diagram 5.8.0|Docu...

    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....Developers can now group multiple shapes together in the Visio diagram...Initialize an array of shapes Aspose . Diagram . Shape [] ss = new Aspose...

    docs.aspose.com/diagram/net/public-api-changes-...
  7. OleControl.isForms2OleControl property | Aspose...

    OleControl.isForms2OleControl property. Returns ``true`` if the control is a [Forms2OleControl](../../forms2olecontrol/)....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Forms2OleControl.enabled property | Aspose.Word...

    Forms2OleControl.enabled property. Returns ``true`` if control is in enabled state....docx" ); let shape = doc . getShape ( 0 , true...true ); let oleControl = shape . oleFormat . oleControl ; expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....new DocumentBuilder(doc); var shape = builder.InsertImage( "Input...TiffCompression = TiffCompression.Lzw }; shape.GetShapeRenderer().Save( "Output...

    products.aspose.com/words/net/compress/tiff/
  10. 用C++读取形状发光效果的颜色|Documentation

    学习如何使用 Aspose.Cells for C++ 读取任何形状发光效果的颜色。...可能的使用场景 如果您想要阅读任何形状的发光效果的颜色,请使用 Shape.Glow.Color 属性。这将帮助您找到与形状的发光效果的颜色相关的各种属性。...GetWorksheets (). Get ( 0 ); Shape shape = sheet . GetShapes (). Get...

    docs.aspose.com/cells/zh/cpp/read-color-of-shap...