Sort Score
Result 10 results
Languages All
Labels All
Results 5,601 - 5,610 of 50,323 for

shapes

(0.6 sec)
  1. 管理 Java 中的演示文稿形状|Aspose.Slides 文档

    了解如何在 Aspose.Slides for Java 中创建、编辑和优化形状,并交付高性能的 PowerPoint 演示文稿。...IShape shape = findShape ( slide , "Shape1" ); if ( shape != null.... out . println ( "Shape Name: " + shape . getName ()); } } finally...

    docs.aspose.com/slides/zh/java/shape-manipulati...
  2. DocumentVisitor | Aspose.Words for Java

    Base class for custom document visitors in Java....when enumeration of a group shape has ended. visitGroupShapeStart(GroupShape...when enumeration of a group shape has started. visitHeaderFooterEnd(HeaderFooter...

    reference.aspose.com/words/java/com.aspose.word...
  3. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for Node.js, supporting OMML, formatting controls, and clear code samples....on the slide, first, add a shape that will contain the mathematical...(); } } After creating, the shape will already contain one paragraph...

    docs.aspose.com/slides/nodejs-java/powerpoint-m...
  4. Type 1 Fonts Knowledge Base

    Type 1 fonts excellent printing output. Font format that gives the timeless elegance and versatility of classic typography.... The outlines define the shape, size, and proportions of each...data, which defines the actual shapes of the characters. Type 1 fonts...

    docs.aspose.com/font/net/what-is-font/type-1-font/
  5. Aspose::Words::Saving::HtmlSaveOptions class | ...

    Aspose::Words::Saving::HtmlSaveOptions class. Can be used to specify additional options when saving a document into the Html, Mhtml, Epub, Azw3 or Mobi format. To learn more, visit the documentation article in C++....value determining how DrawingML shapes are rendered. get_DocumentPartSavingCa... () const Controls whether Shape nodes are converted to SVG images...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. SVG Styles in Aspose.SVG – CSS vs Inline vs Att...

    Learn how SVG styles work, compare CSS rules, inline styles, and presentation attributes, and understand styling priority when working with SVG....that: Contain multiple text or shape elements. Require consistent...styling Apply one color to all shapes Use <style> with element selectors...

    docs.aspose.com/svg/net/svg-styles-css-vs-inlin...
  7. Handwritten/Cursive fonts

    This article provides a brief overview of script fonts (letter fonts), explaining their characteristics and purpose, pros and cons, and many more....such as images, colors, or shapes. The overall composition should...

    docs.aspose.com/font/net/what-is-font/script-fo...
  8. Convert SVG to Image, JPG, PNG, BMP, TIFF and G...

    Learn about supported SVG to Image conversion scenarios and how to execute them with Aspose.SVG. You will find C# examples and online SVG Converter...visual quality of rendered shapes, text, and images in your application...

    docs.aspose.com/svg/net/convert-svg-to-image/
  9. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....Document(); // Add two runs and one shape as child nodes to the first..."Hello world! ")); Shape shape = new Shape(doc, ShapeType.RECTANGLE);...

    reference.aspose.com/words/java/com.aspose.word...