Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 213,087 for

new

(0.21 sec)
  1. Printing Workbooks in Aspose.Cells|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....Workbook object Workbook workbook = new Workbook ( "../../data/test.xlsx"...ImageOrPrintOptions imgOptions = new ImageOrPrintOptions (); //Get...

    docs.aspose.com/cells/net/printing-workbooks-in...
  2. Extract All Images from Shapes in Visio|Documen...

    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....a VSD file Diagram diagram = new Diagram ( "ExtractImageFromShap... IO . MemoryStream stream = new System . IO . MemoryStream (...

    docs.aspose.com/diagram/net/extract-all-images-...
  3. 公共 API 与向后不兼容的更改(Aspose.Slides for .NET 15.1.0)...

    审阅 Aspose.Slides for .NET 的公共 API 更新和破坏性更改,顺利迁移您的 PowerPoint PPT、PPTX 和 ODP 演示文稿解决方案。...以下示例演示如何在演示文稿中替换字体: Presentation pres = new Presentation ( "PresContainsArialFon...sourceFont = new FontData ( "Arial" ); IFontData destFont = new FontData...

    docs.aspose.com/slides/zh/net/public-api-and-ba...
  4. Control Barcode Image Quality 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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set the...Anti Alias $imageQualityMode = new ImageQualityMode (); $bb -> setImageQuality...

    docs.aspose.com/barcode/java/control-barcode-im...
  5. FontInfoCollection.Contains | Aspose.Words for ...

    Discover if FontInfoCollection includes a specific font by name. Easily manage and access your font collection with this essential method.... Document doc = new Document (); // A blank document...FontInfos . Contains ( "Times New Roman" ), Is . True ); Assert...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Extract Links from the PDF File|Aspose.PDF for ...

    Extract links from PDF with Java. This topic explain you how to extract links using AnnotationSelector class....PDF file Document document = new Document ( _dataDir + "UpdateLinks...AnnotationSelector selector = new AnnotationSelector ( new LinkAnnotation (...

    docs.aspose.com/pdf/java/extract-links/
  7. IChartDataPoint | Aspose.Words for Java

    Contains properties of a single data point on the chart in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  8. 创建一个电子表格文档|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.... Workbook = new Workbook (); // Add a WorksheetPart...worksheetPart . Worksheet = new Worksheet ( new SheetData ()); // Add...

    docs.aspose.com/cells/zh/net/create-a-spreadshe...
  9. Hello World in Ruby|Aspose.Words for Java

    Write 'Hello' to a Word Document using Ruby.... new () #### provides members to easily...DocumentBuilder' ) . new ( document ) ##### a new paragraph in the...

    docs.aspose.com/words/java/hello-world-in-ruby/
  10. LayoutOptions.CommentDisplayMode | Aspose.Words...

    Discover the LayoutOptions CommentDisplayMode property to customize comment rendering. Easily set it to enhance user experience with options like ShowInBalloons....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...world!" ); Comment comment = new Comment ( doc , "John Doe" ,...

    reference.aspose.com/words/net/aspose.words.lay...