Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 164,075 for

new

(0.17 sec)
  1. Create Tables|Aspose.Words for Java

    Create tables inside a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...method to end the row and start a new row. builder . endRow (); //...

    docs.aspose.com/words/java/create-tables/
  2. 在 C# .NET 中将 PowerPoint 转换为 HTML|Aspose.Slides 文档

    转换 PowerPoint HTML:将 PPTX 或 PPT 保存为 HTML。将幻灯片保存为 HTML...Presentation presentation = new Presentation ( "Convert_HTML...pptx" )) { HtmlOptions htmlOpt = new HtmlOptions (); INotesCommentsLayout...

    docs.aspose.com/slides/zh/net/convert-powerpoin...
  3. 在现有PDF中插入分页符|Aspose.PDF for .NET

    了解如何使用Aspose.PDF在.NET中向现有PDF文件插入分页符,以便更好地管理页面。...document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var dest = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/zh/net/page-break-in-existi...
  4. Image|Aspose.Slides for PHP Documentation

    Work with images in Slides in PowerPoint Presentation using PHP. Add images from disk or from web in PowerPoint Slides using PHP. Add images to Slide Masters or as Slide Background using PHP. Add SVG to PowerPoint Presentation using PHP. Convert SVG to Shapes in PowerPoint using PHP. Add images as EMF in Slides using PHP....an image to a slide: $pres = new Presentation (); try { $slide...the web to a slide : $pres = new Presentation (); try { $slide...

    docs.aspose.com/slides/php-java/image/
  5. ArrowWidth | Aspose.Words for Java

    Width of the arrow at the end of a line in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  6. Writing Metadata to MPP

    Learn how to write metadata of tasks, calendars, resources, resource assignments using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/writing-metadata-to-mpp/
  7. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. EndCap | Aspose.Words for Java

    Specifies line cap style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  9. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/usdz/
  10. 在 Ruby 中对形状的每个文本值应用不同的样式|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.... new ( data_dir + "Drawing.vsd" )...'com.aspose.diagram.Cp' ) . new ( 0 )) shape . getText () . getValue...

    docs.aspose.com/diagram/zh/java/apply-different...