Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 198,847 for

new

(0.11 sec)
  1. 档案

    档案...doc = new Document(); // 初始化 Page 类对象 Page page = new Page();...Outline 类对象 Outline outline = new Outline(); // 初始化 TextStyle 类对象并设置格式属性...

    blog.aspose.com/zh/note/create-bulleted-or-numb...
  2. VbaProject | Aspose.Words for Java

    Provides access to VBA project information in Java.... Document doc = new Document(getMyDir() + "VBA project...getSourceCode())); } // Set new source code for VBA module. You...

    reference.aspose.com/words/java/com.aspose.word...
  3. Convert PowerPoint to Video|Aspose.Slides for P...

    Convert PowerPoint to Video...to a video: $presentation = new Presentation (); try { # Adds...JavaException $e ) { } } } $frames = new Java ( "java.util.ArrayList"...

    docs.aspose.com/slides/php-java/convert-powerpo...
  4. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails("password"...

    reference.aspose.com/words/java/com.aspose.word...
  5. Story.FirstParagraph | Aspose.Words for .NET

    Discover the Story FirstParagraph property to easily extract the first paragraph of any story, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/sto...
  6. MailMerge.GetFieldNames | Aspose.Words for .NET

    Discover the MailMerge GetFieldNames method to effortlessly access and utilize all mail merge field names in your document for streamlined document automation.... A new string array is created on every...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Presentation Comments|Aspose.Slides for PHP Doc...

    Add comments and replies in PowerPoint presentation...class $pres = new Presentation (); $Array = new java_class ( "java...position for comments $point = new Point2DFloat ( 0.2 , 0.2 ); #...

    docs.aspose.com/slides/php-java/presentation-co...
  8. Extract Paragraph from PDF C#|Aspose.PDF for .NET

    Learn how to extract paragraphs from PDF documents in .NET using Aspose.PDF for structured text retrieval....document using ( var document = new Aspose . Pdf . Document ( dataDir...Pages [ 2 ]; var absorber = new Aspose . Pdf . Text . ParagraphAbsorber...

    docs.aspose.com/pdf/net/extract-paragraph-from-...
  9. 限制和API差异|Aspose.Slides for PHP 文档

    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....Presentation presentation = new Presentation (); Aspose.Slides...PHP via Java $presentation = new Presentation (); 枚举或常量 Aspose...

    docs.aspose.com/slides/zh/php-java/limitations-...
  10. Convert HTML to PDF|Aspose.PDF for PHP via Java

    Learn how to easily convert HTML documents to PDF format using Aspose.PDF in PHP and Java....$loadOption = new HtmlLoadOptions (); // Create a new Document object...load the HTML file $document = new Document ( $inputFile , $loadOption...

    docs.aspose.com/pdf/php-java/convert-html-to-pdf/