Sort Score
Result 10 results
Languages All
Labels All
Results 5,281 - 5,290 of 49,135 for

shape

(0.08 sec)
  1. Convert Mesh of a single 3D object in PLY file|...

    The overloaded EncodeMesh members exposed by the PlyFormat class can be used to convert the Mesh of a 3D object to PLY file. The EncodeMesh members take the Mesh, output file name and PlySaveOptions objects as parameters. Using the PLY save options, developers can change the name of coordinate components....Triangle Mesh and Primitive Shape to Mesh...

    docs.aspose.com/3d/python-net/convert-mesh-of-a...
  2. Retrieving Font Information|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in a Character section of a shape that contains text formatted...

    docs.aspose.com/diagram/net/retrieving-font-inf...
  3. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....save(getArtifactsDir() + "Shape.OfficeMath.docx"); Methods Method...Document(); // Add two runs and one shape as child nodes to the first...

    reference.aspose.com/words/java/com.aspose.word...
  4. 在 VSTO 和 Aspose.Slides 中创建 PowerPoint 幻灯片上的表格|A...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Shape shp = sld . Shapes . AddTable ( 15 ,...PowerPoint . TextFrame tf = cell . Shape . TextFrame ; //添加一些文本 tf ....

    docs.aspose.com/slides/zh/net/creating-a-table-...
  5. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for Node.js via Java and elevate your presentations with professional text formatting for maximum impact....0 ); // Create text box var shape = slide . getShapes (). addAutoShape...200 , 100 ); var textFrame = shape . getTextFrame (); textFrame...

    docs.aspose.com/slides/nodejs-java/superscript-...
  6. Aspose.PSD for Java 23.7 - 发行说明|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....GIF 文件的功能 特性 PSDJAVA-503 为 Shape 图层分配来自 vscg 资源的填充属性 特性 PSDJAVA-504...outputPsd ); } PSDJAVA-503. 为 Shape 图层分配来自 vscg 资源的填充属性 // 实色填充示例...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  7. Aspose.PSD for .NET 24.4 - Release Notes|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Length ); // 1 Shape AssertAreEqual ( 3 , shapeLayer... Length ); // 3 knots in a shape AssertAreEqual (- 16127182 ...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-4...
  8. Edit PDF in C# | products.aspose.com

    Edit PDF in C#. Use .NET library API to edit PDF document...AutoShape shape = (AutoShape)pres.Slides[ 0 ].Shapes[ 0 ]; shape.TextFrame...

    products.aspose.com/slides/net/editor/pdf/
  9. HtmlSaveOptions.exportRoundtripInformation prop...

    HtmlSaveOptions.exportRoundtripInformation property. Specifies whether to write the roundtrip information when saving to HTML, MHTML or EPUB...hidden bookmarks, original shape positions, // or footnotes will...hidden bookmarks and original shape positions. // If we set the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to place an image in cell basically in exce...

    I have a excel sheet containing image now I want copy that image paste into another sheet cell and place the image in cell…how to do that?...destCells[8, 5]; Shape shape = destSheet.Shapes.AddCopy(picture...columnWidth / (double)rowHeight) { shape.Height = rowHeight; int percentWidth...

    forum.aspose.com/t/how-to-place-an-image-in-cel...