Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 50,224 for

shape

(0.26 sec)
  1. ShadowType | Aspose.Words for Java

    Specifies the type of a Shape shadow in Java....ShadowType Specifies the type of a shape shadow. Remarks: ShadowType...the shape. Document doc = new Document(getMyDir() + "Shape stroke...

    reference.aspose.com/words/java/com.aspose.word...
  2. 在演示文稿中使用 PHP 管理文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化功能。...Slides 还提供了 Shape 类,允许您向幻灯片添加形状。不过,并非所有通过 Shape 类添加的形状都能容纳文本。但通过...ShapeCallback { function invoke ( $shape , $slide , $index ) { if ( java_instanceof...

    docs.aspose.com/slides/zh/php-java/manage-textbox/
  3. 视频|Aspose.Slides for Python 文档

    使用 Aspose.Slides 在 Python 中处理视频:插入、替换、裁剪、设置海报帧和播放选项,并将演示文稿导出为 PPT、PPTX 和 ODP。... shapes . add_video_frame ( 50 , 50...first_video = next ( shape for shape in slide . shapes if isinstance...

    docs.aspose.com/slides/zh/python-net/examples/e...
  4. HtmlSaveOptions.exportShapesAsSvg property | As...

    HtmlSaveOptions.exportShapesAsSvg property. Controls whether [Shape](../../../aspose.words.drawing/Shape/) nodes are converted to SVG images when saving to HTML, MHTML, EPUB or AZW3...exportShapesAsSvg property Controls whether Shape nodes are converted to SVG images...this option is set to true , Shape nodes are exported as <svg>...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Picture|Aspose.Slides Documentation

    Work with pictures in Aspose.Slides for C++: insert, crop, compress, recolor, and export images with C++ examples for PPT, PPTX, and ODP presentations.... slide -> get_Shapes () -> AddPictureFrame ( ShapeType...( pngBytes )); slide -> get_Shapes () -> AddPictureFrame ( ShapeType...

    docs.aspose.com/slides/cpp/examples/elements/pi...
  6. LoadOptions.convert_shape_to_office_math proper...

    LoadOptions.convert_Shape_to_office_math property. Gets or sets whether to convert Shapes with EquationXML to Office Math objects....convert_shape_to_office_math property LoadOptions.convert_shape_to_office_math...or sets whether to convert shapes with EquationXML to Office...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Compress WORD In Javascript

    Compress WORD in JavaScript without losing quality. Optimize WORD content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/w...
  8. Compress DOCX In Javascript

    Compress DOCX in JavaScript without losing quality. Optimize DOCX content, reduce file size easily....cleanup(); var shapes = doc.getChildNodes(aw.NodeType.Shape, true )...) for ( var shape of shapes) { if (shape.hasImage()) { // It's...

    products.aspose.com/words/nodejs-net/compress/d...
  9. 使用JavaScript通过C++替换Smart Art中的文本|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++替换Smart Art中的文本...for Java脚本通过C++提供了此功能,通过设置 Shape.text 属性实现。 可以从以下链接下载示例源文件: SmartArt...get ( i ); const shapes = worksheet . shapes ; for ( let j = 0...

    docs.aspose.com/cells/zh/javascript-cpp/replace...
  10. LoadOptions.LoadFormat | Aspose.Words for .NET

    Discover the LoadOptions LoadFormat property to easily specify document formats. Optimize loading with the default Auto setting for seamless performance.... Shape imageShape = ( Shape ) doc . GetChildNodes...GetChildNodes ( NodeType . Shape , true )[ 0 ]; Assert . That ( imageShape...

    reference.aspose.com/words/net/aspose.words.loa...