Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 222,946 for

new

(0.27 sec)
  1. Gawe Markdown Nganggo Javascript

    Gawe Markdown anyar ing JavaScript ing sawetara langkah. Nggawe Markdown kanthi gampang nggunakake perpustakaan Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/jv/nodejs-net/make/md/
  2. 绘画|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 页面中绘制形状。...Load diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...//Initiazlie a new PointF[] PointF [] ps = new PointF [] { new PointF...

    docs.aspose.com/diagram/zh/net/drawing/
  3. Voronoi Diagram|Documentation

    如何使用 Aspose.GIS 库处理 Voronoi 图...sites = new List < Point > { new Point ( 100 , 100 ), new Point...Point ( 200 , 200 ), new Point ( 200 , 100 ) }; var edges = Gis ....

    docs.aspose.com/gis/zh/net/geo-tools/voronoi-di...
  4. Insert a chart|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....title = "New Chart" ; Dictionary < string , int > data = new Dictionary...sheets . First (). Id ); // Add a new drawing to the worksheet. DrawingsPart...

    docs.aspose.com/cells/net/insert-a-chart/
  5. Adding MapiCalendar to PST in PHP|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....the appointment $appointment = new MapiCalendar ( "LAKE ARGYLE WA...meeting :)" , new Date ( 2012 , 10 , 2 ), new Date ( 2012 , 10...

    docs.aspose.com/email/java/adding-mapicalendar-...
  6. Table|Aspose.Slides Documentation

    Work with tables in Aspose.Slides for Android: create, format, merge cells, apply styles, import data, and export with Java examples for PPT, PPTX, and ODP....Presentation presentation = new Presentation (); try { ISlide...widths = new double [] { 80 , 80 }; double [] heights = new double...

    docs.aspose.com/slides/androidjava/examples/ele...
  7. DefaultFontSubstitutionRule.DefaultFontName | A...

    Discover how to easily manage the DefaultFontSubstitutionRule and customize your default font name for enhanced design flexibility....The default value is ‘Times New Roman’. Examples Shows how to...doc = new Document (); FontSettings fontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. Math Text|Aspose.Slides Documentation

    Explore Aspose.Slides for .NET MathematicalText examples: create and format equations, fractions, matrices, and symbols with C# in PPT, PPTX, and ODP presentations....() { using var presentation = new Presentation (); var slide =...fraction: x / y var fraction = new MathematicalText ( "x" ). Divide...

    docs.aspose.com/slides/net/examples/elements/ma...
  9. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。... Document doc = new Document ( _dataDir + "input...ParagraphAbsorber absorber = new ParagraphAbsorber (); absorber...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  10. Add Text stamps in PDF programmatically|Aspose....

    Add a text stamp to a PDF file using the TextStamp class with PHP....// Open document $document = new Document ( $inputFile ); $pages...$colors = new Color (); // create text stamp $textStamp = new TextStamp...

    docs.aspose.com/pdf/php-java/text-stamps-in-the...