Sort Score
Result 10 results
Languages All
Labels All
Results 7,911 - 7,920 of 48,782 for

shape

(0.09 sec)
  1. Java API to Render CGM to DIF | products.aspose...

    Export CGM to DIF via Java API without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/cgm-t...
  2. Java API to Render CGM to TXT | products.aspose...

    Export CGM to TXT via Java API without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/cgm-t...
  3. Java API to Render CGM to FODS | products.aspos...

    Export CGM to FODS via Java API without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its addTextEffect function...

    products.aspose.com/total/java/conversion/cgm-t...
  4. Convert CGM to XLSB via C# API | products.aspos...

    C# API to Convert CGM File to XLSB without using Microsoft Excel or Adobe Reader...Worksheet via its index, create a Shape and use its AddTextEffect function...precise control over colors, shapes, and sizes. Illustrations and...

    products.aspose.com/total/net/conversion/cgm-to...
  5. XpsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.XPS format in Java....value determining how DrawingML shapes are rendered. getExportGeneratorNa()...value determining how DrawingML shapes are rendered. setExportGeneratorNa(boolean...

    reference.aspose.com/words/java/com.aspose.word...
  6. What is font? | Aspose.Font for .NET

    Font is a pretty complex matter. Developing any interface you will face the part where you will code fonts. This chapter will make it easier for you.... The glyph is a unique shape, design, or way it looks. It...

    docs.aspose.com/font/net/what-is-font/
  7. Convert Image To TXT C#

    Convert Image to TXT format in C# code. Save Image as TXT using C#....; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/image-...
  8. Convert Image To DOCX C#

    Convert Image to DOCX format in C# code. Save Image as DOCX using C#....; var shape = builder.InsertImage("Input.png"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/image-...
  9. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG as PDF using C#....; var shape = builder.InsertImage("Input.jpg"); shape.GetShapeRenderer()...

    products.aspose.com/words/net/conversion/jpg-to...
  10. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。... ShapeCollection shapes = sheet . GetShapes (); //...button RadioButton radio1 = shapes . AddRadioButton ( 3 , 0 ,...

    docs.aspose.com/cells/zh/cpp/managing-controls/