Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 50,319 for

shape

(0.09 sec)
  1. Გადაიყვანეთ HTML EPUB C++

    გადაიყვანეთ HTML EPUB C++ ფორმატში კოდით. შეინახეთ HTML როგორც EPUB C++....auto shape = builder->InsertImage(u"Input.html"); shape->Get...

    products.aspose.com/words/ka/cpp/conversion/htm...
  2. Փոխարկել TEXT SVG C++

    Փոխարկեք TEXT ը SVG ձևաչափի C++ կոդով: Պահեք TEXT որպես SVG օգտագործելով C++:...auto shape = builder->InsertImage(u"Input.txt"); shape->GetS...

    products.aspose.com/words/hy/cpp/conversion/tex...
  3. Add Watermark to ODP Presentation Files using J...

    Java source code for adding Watermark to ODP Presentation....the master presentation Add shape type using AddAutoShape method...

    products.aspose.com/slides/java/watermark/odp/
  4. Add Watermark to PPT Presentation Files using J...

    Java source code for adding Watermark to PPT Presentation....the master presentation Add shape type using AddAutoShape method...

    products.aspose.com/slides/java/watermark/ppt/
  5. Bullet point issue in word exports - Free Suppo...

    We have an application written in java to convert a legal document(html) to a word doc. During this conversion, the bullet points which are in solid circle is getting converted to hollow circle. Tried setting the numbe…...Unicode MS ) ensures the correct shape is used. If the problem persists...

    forum.aspose.com/t/bullet-point-issue-in-word-e...
  6. ChartSeriesCollection.Item | Aspose.Words for .NET

    Access the ChartSeriesCollection Item property to effortlessly retrieve a ChartSeries by index, enhancing your data visualization experience.... Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately....Prevent Presentation Edits with Shape Locks Get the Entire Slide Background...

    docs.aspose.com/slides/java/getting-warning-cal...
  8. Unable to Retrieve Table Preset Styles (Such As...

    Hello, I’m unable to retrieve the preset styles of tables created in PowerPoint when using Aspose.Slides for .NET. I’m reading these tables and generating their HTML representations. I’m using version 24.3.0.0 of the A…...foreach (var shape in slide.Shapes) { if (shape is ITable table)...ToString(); } More examples: Shape Effective Properties|Aspose...

    forum.aspose.com/t/unable-to-retrieve-table-pre...
  9. ChartDataLabelCollection.GetEnumerator | Aspose...

    Discover the ChartDataLabelCollection GetEnumerator method—efficiently retrieve enumerator objects for seamless data charting and enhanced visualization....new DocumentBuilder ( doc ); Shape chartShape = builder . InsertChart...

    reference.aspose.com/words/net/aspose.words.dra...
  10. 在 C++ 中管理 PowerPoint 文本段落|Aspose.Slides 文档

    使用 Aspose.Slides for C++ 完成段落格式化——在 C++ 中优化 PPT、PPTX 和 ODP 演示文稿的对齐、间距和样式。...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...IAutoShape > ashp = sld -> get_Shapes () -> AddAutoShape ( ShapeType...

    docs.aspose.com/slides/zh/cpp/manage-paragraph/