Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 48,667 for

shape

(0.06 sec)
  1. Սեղմել DOC Ը Python Ում

    Սեղմեք DOC ը Python ում՝ առանց որակի կորստի: Օպտիմալացրեք DOC բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...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...
  2. 5. The low-level interface

    This article covers the LaTeX low-level font interface that is mostly used in command definitions....current series , the current shape , and the current size . The...the font shape The \fontshape command changes the shape attribute...

    docs.aspose.com/tex/java/latex-fonts-low-level/
  3. Սեղմել 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...
  4. Սեղմել 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...
  5. Several JPG Into TIFF C++

    Merge multiple JPG into TIFF in C++ code. Save JPG as TIFF 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/jpg-to-tiff/
  6. Several Image Into GIF C++

    Merge multiple Image into GIF in C++ code. Save Image as GIF 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-gif/
  7. 如何使用JavaScript通过C++应用/设置文本框的文本对齐方式|Documentation

    如何在Aspose.Cells for Java脚本中通过C++应用/设置文本框的文本对齐方式...get ( 0 ); const shapes = worksheet . shapes ; // add a TextBox...TextBox const shape = shapes . addTextBox ( 2 , 0 , 2 , 0 , 50 , 120...

    docs.aspose.com/cells/zh/javascript-cpp/applyin...
  8. .NET 中的演示文稿文本框管理|Aspose.Slides 文档

    Aspose.Slides for .NET 可轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升您的演示文稿自动化。... Shapes . AddAutoShape ( ShapeType...LowCode . ForEach . Shape ( presentation , ( shape , slide , index...

    docs.aspose.com/slides/zh/net/manage-textbox/
  9. Aspose.Cells 8.0.2中的公共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.... 在Shape类中添加了TextDirection属性 Shape类已公开了TextDirect...ion属性,用于获取或设置Shape对象的文本流方向。TextDirection属性也可用于设置电子表格中注释的所需文本方向,如下所示。...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(documentWra…...format and will be converted to shape. (Code: 65536) Caused by: java...format and will be converted to shapes, which may lead to an IllegalArgumentExcep...

    forum.aspose.com/t/doc/314783