Sort Score
Result 10 results
Languages All
Labels All
Results 7,411 - 7,420 of 49,746 for

shape

(0.16 sec)
  1. Java API to Render PCL to XLAM | products.aspos...

    Export PCL to XLAM via Java API without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/pcl-t...
  2. Կատարեք HTML՝ Օգտագործելով C++

    Ստեղծեք նոր HTML C++ ում մի քանի քայլով: Հեշտությամբ ստեղծեք HTML՝ օգտագործելով C++ գրադարանը:...<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/hy/cpp/make/html/
  3. Გააკეთეთ PDF C++ Ის Გამოყენებით

    შექმენით ახალი PDF C++ ში რამდენიმე ნაბიჯით. მარტივად შექმენით PDF C++ ბიბლიოთეკის გამოყენებით....<DocumentBuilder>(doc); auto shape = builder-> InsertChart (ChartType::Pie... 432 , 252 ); auto chart = shape-> get_Chart (); chart-> get_Title...

    products.aspose.com/words/ka/cpp/make/pdf/
  4. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...shapes.add_picture_frame( slides.ShapeType...creates a picture‑frame shape with slide.shapes.add_picture_frame [2][3]...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  5. Aspose.Cells 9.0.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....API 添加了 Shape.TextOptions 属性 Aspose.Cells for Java 为 Shape 类公开了...TextOptions 属性,以便控制形状的文本部分的外观。 这里是 Shape.TextOptions 属性的简单使用场景。 Java...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Aspose.Slides for .NET Core | .NET Core PowerPo...

    Aspose.Slides .NET Core API to build PowerPoint .NET Core solutions....SmartArts Manage PowerPoint Shapes Manage ActiveX Controls Manage...Connectors to Shapes Rotate & Flip Shapes Manage Shape's Line Styles...

    products.aspose.com/slides/net-core/
  7. Creating a Page Layout in C++|Aspose.Words for C++

    Creating a page layout can be a costly procedure. Aspose.Words will create a page layout only when it is necessary: to render document pages, to obtain a field value, to export a document to HTML, etc....images may be in the form of shapes created in Microsoft Word with... Building and reflowing of shape content – a step required if...

    docs.aspose.com/words/cpp/creating-a-page-layout/
  8. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...value determining how DrawingML shapes are rendered. (Inherited from...EPUB. export_shapes_as_svg Controls whether Shape nodes are converted...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Managing Pictures with C++|Documentation

    Add, position, and manage images in spreadsheets using Aspose.Cells for C++ API....worksheet cell in an image shape. You can link the picture to...Add picture to worksheet auto shapes = worksheet . GetShapes ();...

    docs.aspose.com/cells/cpp/managing-pictures/
  10. Convert Image To WORD Python

    Convert Image to WORD format in Python code. Save Image as WORD using Python....DocumentBuilder(doc) shape = builder.insert_image("Input.png") shape.get_shape_renderer()...

    products.aspose.com/words/python-net/conversion...