Sort Score
Result 10 results
Languages All
Labels All
Results 7,471 - 7,480 of 50,414 for

shape

(0.11 sec)
  1. Відкриття та редагування PSB-файлу | products.a...

    Відкрийте та редагуйте PSD файл з онлайн-редактором...Yellow); // Draw an arc shape by specifying the Pen object...

    products.aspose.com/psd/ua/editor/psd/
  2. StructuredDocumentTagRangeEnd class | Aspose.Wo...

    Aspose.Words.Markup.StructuredDocumentTagRangeEnd class. Represents an end of ranged structured document tag which accepts multi-sections content...Node ) asShape() Cast node to Shape . (Inherited from Node ) asSmartTag()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Change styles for complete document - Free Supp...

    Hi we are trying to change style of document, there are few issues that are seen and need support for resolving the issues we are using the below function to change the font name and font size def change_styles(self, f…...Process shapes (which may contain text) try: shapes = doc.get_child_nodes(aw...get_child_nodes(aw.NodeType.SHAPE, True) shape_count = shapes.count for i in...

    forum.aspose.com/t/change-styles-for-complete-d...
  4. TTF Fonts Knowledge Base

    TTF fonts are versatile digital typefaces used across platforms, from elegant print designs to sleek web interfaces. Discover their role in typography....closed paths that define the shape of each character. Contours...points are used to define the shape of curves. Quadratic Bézier...

    docs.aspose.com/font/net/what-is-font/ttf-font/
  5. 在 .NET 中管理演示文稿的图表工作簿|Aspose.Slides 文档

    发现 Aspose.Slides for .NET:轻松管理 PowerPoint 和 OpenDocument 格式中的图表工作簿,简化您的演示文稿数据。... Shapes [ 0 ]; IChartData data = chart...chart = pres . Slides [ 0 ]. Shapes . AddChart ( ChartType . Bubble...

    docs.aspose.com/slides/zh/net/chart-workbook/
  6. 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...
  7. 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...
  8. Aspose::Words::Saving namespace | Aspose.Words ...

    Aspose::Words::Saving namespace. The Aspose.Words.Saving namespace provides classes and enumerations that allow to specify additional options for saving or converting documents in C++....rendering document pages or shapes to images. To learn more, visit...Dml3DEffectsRenderin Specifies how 3D shape effects are rendered. DmlEffectsRenderingM...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Convert PowerPoint Presentations to HTML in .NE...

    Convert PowerPoint presentations to responsive HTML in .NET. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....IHtmlGenerator generator , IShape shape ) {} void IHtmlFormattingContr...IHtmlGenerator generator , IShape shape ) {} private const string SlideHeader...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  10. Make A Document In Java

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

    products.aspose.com/words/java/make/