Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 45,720 for

shape

(0.07 sec)
  1. Ustvari DOCX Z Uporabo Python

    Ustvarite novo DOCX v Python v nekaj korakih. Preprosto ustvarite DOCX s knjižnico Python via .NET....DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/sl/python-net/make/docx/
  2. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities....Footnote , Run , SpecialChar , Shape , GroupShape , SmartTag . A...

    reference.aspose.com/words/net/aspose.words/par...
  3. Buat PDF Menggunakan Python

    Buat PDF baharu dalam Python dalam beberapa langkah. Buat PDF dengan mudah menggunakan pustaka Python via .NET....DocumentBuilder(doc) shape = builder.insert_chart(aw.drawing...ChartType.PIE, 432 , 252 ) chart = shape.chart chart.title.text = "Demo...

    products.aspose.com/words/ms/python-net/make/pdf/
  4. StructuredDocumentTag class | Aspose.Words for ...

    aspose.words.markup.StructuredDocumentTag class. Represents a structured document tag (SDT or content control) in a document...HeaderFooter , Comment , Footnote or a Shape node. Row-level - Among rows...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Free Support Forum - aspose.com - Latest topics

    Free Support Forum - aspose.com - Latest topics Latest topics Issue with Bullet Numbering While Splitting Document Pages Hi Team, I am splitting a document page-wise using the code below. However, ......full topic How to connect 2 shapes with elbow arrow connector...is it possible to connect 2 shapes using connector in aspose cells...

    forum.aspose.com/latest.rss
  6. Working with Text | Aspose.Note Documentation

    A guide on how to work with text in Java....(key)) { 17 // Replace text of a shape 18 richText. setText (richText...(key)) { 17 // Replace text of a shape 18 richText. setText (richText...

    docs.aspose.com/note/java/working-with-text/
  7. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...for painting vector graphics: shapes or text, we offer “pseudo-transparency”...paling algorithm for transparent shapes and text, which we called ...

    docs.aspose.com/page/java/ps/working-with-trans...
  8. Working with PDF/A or PDF/UA|Aspose.Words for Java

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Java. There are a few problems when converting to PDF/A documents, and Aspose.Words for Java solves them....mark shapes as decorative in Microsoft Word or mark shape as an...see details). For example, shapes could be marked as decorative...

    docs.aspose.com/words/java/working-with-pdfa-or...
  9. 现代 API|Aspose.Slides 文档

    现代 API...shapeImage , "PNG" , new File ( "shape.png" )); } catch ( IOException...try { shapeImage . save ( "shape.png" ); } finally { if ( shapeImage...

    docs.aspose.com/slides/zh/java/modern-api/
  10. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in C#.... Shapes . AddChart ( ChartType . ClusteredColumn...chart. IChart chart = slide . Shapes . AddChart ( ChartType . ScatterWithSmoothLin...

    docs.aspose.com/slides/net/create-chart/