Sort Score
Result 10 results
Languages All
Labels All
Results 6,211 - 6,220 of 50,294 for

shape

(0.09 sec)
  1. Convert ATT to STL via Python | products.aspose...

    Sample code for ATT to STL Python conversion. Use API example code for batch ATT files to STL conversion within VB.NET, Asp.NET or any .NET based application....the cross section of the 3D shape to be built by the fabber. There...

    products.aspose.com/3d/python-net/conversion/at...
  2. Smart Object Update and Export using Aspose.PSD...

    Examples of how to use Smart Objects in PSD File... Shape Layers are an important feature...

    docs.aspose.com/psd/python-net/smart-object-upd...
  3. Unidentified black rectangle in charts for PDF ...

    Hi, We are finding when we save to PDF we are seeing this sort of artifact: Whereas Word looks as expected: The way we are creating this is by taking the existing chart in the Word document, removing the series t…...Shape, True)(0), Aspose.Words.Drawing.Shape) lPreviousSeries...lReference As Shape = CType(lDocument.GetChildNodes(NodeType.Shape, True)(0)...

    forum.aspose.com/t/unidentified-black-rectangle...
  4. How to Insert Comment in Excel using Node.js

    This article guides on how to insert comment in Excel using Node.js. It has the information about setting the development environment, a list of steps, and a runnable sample code to add comments in Excel using Node.js....the author name, the comment shape, height and width, and visibility...

    kb.aspose.com/cells/nodejs/how-to-insert-commen...
  5. Გადაიყვანეთ Გამოსახულება GIF C#

    გადაიყვანეთ Გამოსახულება GIF C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც GIF C#.... var shape = builder.InsertImage( "Input.png" ); shape.GetShapeRenderer()...; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/ka/net/conversion/ima...
  6. Ինչպես փոխարկել SHP-ն GPX-ի C#-ում

    Այս արագ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել SHP-ն GPX-ի C#-ով: Այն տրամադրում է կազմաձևման մանրամասներ և ամենապարզ կոդը՝ Shapefile-ը C#-ով GPX-ի փոխարկելու համար՝ առանց որևէ այլ GIS ծրագրակազմ տեղադրելու:...NET Core: Shape ֆայլը GPX-ի C#-ով փոխարկելու...

    kb.aspose.com/hy/gis/net/how-to-convert-shp-to-...
  7. ImageFieldMergingArgs.ImageHeight | Aspose.Word...

    Set the ImageHeight in ImageFieldMergingArgs to customize image size for your document, enhancing visual appeal and clarity.... Shape , Is . Null ); } private readonly...

    reference.aspose.com/words/net/aspose.words.mai...
  8. Გადაიყვანეთ Გამოსახულება WORD Java

    გადაიყვანეთ Გამოსახულება WORD Java ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც WORD Java....DocumentBuilder(doc); Shape shape = builder.insertImage("Input.png"); shape.getShapeRenderer()...

    products.aspose.com/words/ka/java/conversion/im...
  9. 在 Java 中格式化 PowerPoint 文本|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 演示文稿中格式化和设置文本样式。自定义字体、颜色、对齐方式等。...pptx" ); try { IAutoShape shape = ( IAutoShape ) pres . getSlides...); IEffectFormat effects = shape . getTextFrame (). getParagraphs...

    docs.aspose.com/slides/zh/java/text-formatting/
  10. Several JPG Into JPG C#

    Merge multiple JPG into JPG in C# code. Save JPG as JPG using C#....new DocumentBuilder(doc); var shapes = fileNames.Select(fileName...pageSetup.PageWidth = shapes.Max(shape => shape.Width); pageSetup...

    products.aspose.com/words/net/merge/jpg-to-jpg/