Sort Score
Result 10 results
Languages All
Labels All
Results 6,931 - 6,940 of 48,783 for

shape

(0.1 sec)
  1. Ustvari PDF Z Uporabo Java

    Ustvarite novo PDF v Java v nekaj korakih. Preprosto ustvarite PDF s knjižnico Java....new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/sl/java/make/pdf/
  2. Buat HTML Menggunakan Java

    Buat HTML baharu dalam Java dalam beberapa langkah. Buat HTML dengan mudah menggunakan pustaka Java....new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/ms/java/make/html/
  3. Make DOC Using Java

    Make a new DOC in Java in a few steps. Easily create DOC using Java library....new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/java/make/doc/
  4. Կատարեք DOC՝ Օգտագործելով Java

    Ստեղծեք նոր DOC Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք DOC՝ օգտագործելով Java գրադարանը:...new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/hy/java/make/doc/
  5. Ustvari DOCX Z Uporabo Java

    Ustvarite novo DOCX v Java v nekaj korakih. Preprosto ustvarite DOCX s knjižnico Java....new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/sl/java/make/docx/
  6. Გააკეთეთ DOCX Java Ის Გამოყენებით

    შექმენით ახალი DOCX Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX Java ბიბლიოთეკის გამოყენებით....new DocumentBuilder (doc); Shape shape = builder.insertChart(ChartType...432 , 252 ); Chart chart = shape.getChart(); chart.getTitle()...

    products.aspose.com/words/ka/java/make/docx/
  7. Aspose::Words::DocumentBuilder class | Aspose.W...

    Aspose::Words::DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting. To learn more, visit the documentation article in C++....::ShapeBase>>&) Groups the shapes passed as a parameter into...::ShapeBase>>&) Groups the shapes passed as a parameter into...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Document class | Aspose.Words for Node.js

    Aspose.Words.Document class. Represents a Word document...Gets or sets the background shape of the document. Can be null...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HtmlSaveOptions class | Aspose.Words for Node.js

    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...exportShapesAsSvg Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Make DOCX Using C#

    Make a new DOCX in C# in a few steps. Easily create DOCX using .NET library....new DocumentBuilder(doc); Shape shape = builder.InsertChart(ChartType...432 , 252 ); Chart chart = shape.Chart; chart.Title.Text = "Demo...

    products.aspose.com/words/net/make/docx/