Sort Score
Result 10 results
Languages All
Labels All
Results 9,321 - 9,330 of 216,920 for

new

(0.14 sec)
  1. 搜索

    搜索...CookieContainer = new CookieContainer(); request.Method...null; using (TextReader reader = new StreamReader(response.GetResponseStream()...

    blog.aspose.com/zh-hant/email/manage-contacts-i...
  2. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....operation: Presentation pres = new Presentation ( "chart.pptx" );...presentation file Presentation pres = new Presentation ( "chart2.pptx"...

    docs.aspose.com/slides/androidjava/chart-workbook/
  3. HtmlFixedSaveOptions.exportFormFields property ...

    HtmlFixedSaveOptions.exportFormFields property. Gets or sets indication of whether form fields are exported as interactive items (as 'input' tag) rather than converted to text or graphics....let doc = new aw . Document (); let builder = new aw . DocumentBuilder... let htmlFixedSaveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Managing Message Files with Aspose.Email.Outloo...

    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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test.com"...MailConversionOption options = new MailConversionOption (); options...

    docs.aspose.com/email/java/managing-message-fil...
  5. Aspose.3D Document Object Model (DOM)|Documenta...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for Java API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based Java application or an image....Vector4 [] normals = new Vector4 [] { new Vector4 (- 0 . 577350258...577350258 , 0 . 577350258 , 1 . 0 ), new Vector4 ( 0 . 577350258 ,- 0...

    docs.aspose.com/3d/java/aspose-3d-document-obje...
  6. Converting a MD file to PDF using PHP | Aspose.PDF

    Sample code on PHP for MD to PDF conversion. Use example code for batch MD to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...Create a new instance of MdLoadOptions $loadOption = new MdLoadOptions...

    products.aspose.com/pdf/php-java/conversion/md-...
  7. 现代 API|Aspose.Slides for Node.js via .NET 文档

    现代 API...using the new API may look as follows: var pres = new aspose ....method using ImageIO with the new one. Old: var imageio = java...

    docs.aspose.com/slides/zh/nodejs-java/modern-api/
  8. ImageSize | Aspose.Words for Java

    Contains information about image size and resolution 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...
  9. ImportNode changes layout of table - Free Suppo...

    Hi all, We have some code that splits Word documents on sections. For this we iterate over all sections of the original document and use Node node = workingDoc.ImportNode(sec, true, ImportFormatMode.KeepDifferentStyles…...Add(node); to import them into a new document. This works nicely....paper). After importing into the new document the populated columns...

    forum.aspose.com/t/importnode-changes-layout-of...
  10. False positioning of rotated text in table cell...

    I try to create a dynamic (varying input texts) solution for adding rotated (90°) text within a table cell. Example of desired result: Adding a TextFragment with rotated text to an table cell results in unexpected ou…...Table testTable = new Aspose.Pdf.Table(); testTable..."15%"; Aspose.Pdf.Row row = new Aspose.Pdf.Row(); row.MinRowHeight...

    forum.aspose.com/t/false-positioning-of-rotated...