Sort Score
Result 10 results
Languages All
Labels All
Results 7,861 - 7,870 of 378,466 for

new

(0.14 sec)
  1. Apply Different Style on the Each Text Value of...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...getText () -> getValue () -> add ( new Cp ( 0 )); $shape -> getText...

    docs.aspose.com/diagram/java/apply-different-st...
  2. Convert PostScript to PNG using .NET

    PS to PNG conversion functionality included in Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Consulting Blog Knowledge Base New Releases Status Websites aspose...creating for every bytes array a new file output stream. If SuppressErrors...

    docs.aspose.com/page/net/convert/ps-to-png/
  3. Working with Transparency in PS file | Java

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...order to add any image to a new with Aspose.Page for Java library...

    docs.aspose.com/page/java/ps/working-with-trans...
  4. Add | Aspose.Slides for .NET API 参考

    将数学元素添加到集合的末尾...MathBlock mathBlock = new MathBlock ( new MathematicalText ( "x"...Add ( new MathematicalText ( "+" )); mathBlock . Add ( new MathRadical...

    reference.aspose.com/slides/zh/net/aspose.slide...
  5. Insert | Aspose.Sildes for .NET API Reference

    Inserts a math element into the collection at the specified index....IMathElementCollecti collection = new MathBlock ( new MathematicalText ( "x"...MathematicalText plusElement = new MathematicalText ( "+" ); collection...

    reference.aspose.com/slides/net/aspose.slides.m...
  6. Contains | Aspose.Sildes for .NET API Reference

    Determines whether the collection contains a specific value....MathBlock mathBlock = new MathBlock ( new MathematicalText ( "x"...MathematicalText plusElement = new MathematicalText ( "+" ); mathBlock...

    reference.aspose.com/slides/net/aspose.slides.m...
  7. ObjectsPoints | Aspose.Imaging for .NET API 参考

    获取或设置属于分离对象的点可选 NumberOfObjects 属于初始图像的 NumberOfObjects 个对象的坐标 该参数用于提高分割方法的精度... AutoMaskingArgs args = new Aspose . Imaging . Masking ....ObjectsRectangles = new Rectangle [] { new Rectangle ( 86 , 6...

    reference.aspose.com/imaging/zh/net/aspose.imag...
  8. ResizeContentsPct | Aspose.PDF for .NET API Ref...

    Resizes contents of document pages. Shrinks contents of page and adds margins. New contents size is specified in percents.... New contents size is specified in...be processed. newWidth Double New width of page contents in percents...

    reference.aspose.com/pdf/net/aspose.pdf.facades...
  9. IMathBlock | Aspose.Slides for Java API Reference

    Specifies an instance of mathematical text that contained within a MathParagraph and starts on its own line....Example: IMathBlock mathBlock = new MathBlock(); Methods Method Description...Example: IMathBlock mathBlock = new MathematicalText("x").join("y");...

    reference.aspose.com/slides/java/com.aspose.sli...
  10. PDF Text Annotation|Aspose.PDF for Java

    Aspose.PDF for Java allows you to Add, Get, and Delete Text Annotation from your PDF document....PDF file Document document = new Document ( _dataDir + "sample...get_Item ( 1 ); Rectangle rect = new Rectangle ( 200 , 750 , 400 ...

    docs.aspose.com/pdf/java/text-annotation/