Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 210,846 for

new

(0.12 sec)
  1. Drawing Arc 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....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  2. Manage Presentation Comments on Android|Aspose....

    Master presentation comments with Aspose.Slides for Android via Java: add, read, edit, and delete comments in PowerPoint files fast and easily....Presentation class Presentation pres = new Presentation (); try { // Adds...comments Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/androidjava/presentation...
  3. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....representation of VBA project, the new IVbaProject interface implementation...a presentation. You can add new project references, edit existing...

    docs.aspose.com/slides/net/public-api-and-backw...
  4. Setting Font overrides childrens' bolding and f...

    If you have a TextFragment and you set the Font for that fragment, then any Bold or FontSize set by child TextSegments will be ignored. The work around here would be to set the Font on each Segment, but that is sub-optim…...TextFragment tf = new Aspose.Pdf.Text.TextFragment();...FindFont("Times New Roman"); Aspose.Pdf.Text.TextSegment seg = new Aspose...

    forum.aspose.com/t/setting-font-overrides-child...
  5. 使用字体|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....使用字体 C# Workbook workbook = new Workbook (); // Creating a Workbook...Setting the font name to "Times New Roman" Style style = cell . GetStyle...

    docs.aspose.com/cells/zh/net/working-with-fonts/
  6. Convert various Images formats to PDF|Aspose.PD...

    This topic show you how to Aspose.PDF for PHP library allows to convert various images formats to PDF....images: Create a new Document object Add a new page to the document...page to 0 (if needed) Create a new Image object and set the input...

    docs.aspose.com/pdf/php-java/convert-images-for...
  7. Password Protect Zip Files and Archives in C# |...

    Zip C# library lets you сompress and decompress files or directory with password protection in C#...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/password-protecting-arc...
  8. 创建 AcroForms - 在 Java 中创建可填写的 PDF|Aspose.PDF fo...

    本节解释如何在 PDF 文档中使用 Aspose.PDF for Java 从头创建 AcroForms。...打开文档 Document pdfDocument = new Document ( _dataDir + "TextField...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/zh/java/create-forms/
  9. XmlDataSource Class | Aspose.Words for .NET

    Unlock powerful reporting with Aspose.Words.XmlDataSource. Easily access XML data for seamless integration into your reports and enhance data visualization....XmlDataSource ( Stream ) Creates a new data source with data from an...XmlDataSource ( string ) Creates a new data source with data from an...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Getting additional Hyperlinks When Comparing Wo...

    Hi, When I compare two Word documents, I notice that some additional links appear. What could be the reason for this, and how can I resolve the issue? Aspose Word Version : 25.5 Snippet : byte[] oldDoc = null; // her…...bytes of new document CompareOptions compareOptions = new CompareOptions();...Document doc1 = new Aspose.Words.Document(new MemoryStream(oldDoc...

    forum.aspose.com/t/getting-additional-hyperlink...