Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 42,307 for

shapes

(0.04 sec)
  1. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetBoundsInPixels method. Calculates the bounds of the shape in pixels for a specified zoom factor and resolution in C++....Calculates the bounds of the shape in pixels for a specified zoom...the page) bounding box of the shape in pixels. Remarks This method...

    reference.aspose.com/words/cpp/aspose.words.ren...
  2. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...curve to the graph shapes graph . Shapes . Add ( curve1 ); //...curve to the graph shapes graph . Shapes . Add ( curve1 ); //...

    docs.aspose.com/pdf/zh/net/add-curve/
  3. 文本格式化|Aspose.Slides 文档

    在 C# 中管理和操作文本及文本框属性... 使用 Shapes 集合访问形状,并将其转换为 AutoShape 。 使用...presentation . Slides [ 0 ]. Shapes [ 0 ]). TextFrame . HighlightText...

    docs.aspose.com/slides/zh/net/text-formatting/
  4. 在幻灯片上调整形状大小|Aspose.Slides 文档

    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....foreach ( IShape shape in slide . Shapes ) { //调整位置 shape . Height =...= shape . Height * ratioHeight ; shape . Width = shape . Width...

    docs.aspose.com/slides/zh/net/re-sizing-shapes-...
  5. Aspose::Words::Drawing::ShapeBase::get_CoordOri...

    Aspose::Words::Drawing::ShapeBase::get_CoordOrigin method. The coordinates at the top-left corner of the containing block of this shape in C++....the containing block of this shape. System :: Drawing :: Point...create and populate a group shape. auto doc = MakeObject < Document...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...save_options.jpeg_quality = 50 shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/python-net/compress/jpg/
  7. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....DocumentBuilder(doc) shape = builder.InsertImage( "Input...saving.TiffCompression.LZW shape.get_shape_renderer().save( "Output...

    products.aspose.com/words/python-net/compress/t...
  8. Aspose::Words::Rendering::NodeRendererBase::Get...

    Aspose::Words::Rendering::NodeRendererBase::GetOpaqueBoundsInPixels method. Calculates the opaque bounds of the shape in pixels for a specified zoom factor and resolution in C++....Calculates the opaque bounds of the shape in pixels for a specified zoom...The opaque rectangle of the shape in pixels. Remarks This method...

    reference.aspose.com/words/cpp/aspose.words.ren...
  9. Several Image Into BMP C++

    Merge multiple Image into BMP in C++ code. Save Image as BMP 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-bmp/
  10. Several JPG Into PNG C++

    Merge multiple JPG into PNG in C++ code. Save JPG as PNG 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-png/