Sort Score
Result 10 results
Languages All
Labels All
Results 9,391 - 9,400 of 224,714 for

new

(0.8 sec)
  1. How to Add Weekdays in MPP using Java

    This small topic is about how to add Weekdays in MPP using Java by providing details about setting up the environment and using the example code. You can easily develop an application to define weekdays in Microsoft Project using Java....repository manager Generate a new MPP file by creating an instance...the Calendar class to add a new calendar and weekdays Include...

    kb.aspose.com/tasks/java/how-to-add-weekdays-in...
  2. 将主题应用于形状|Documentation

    本节介绍如何使用 Aspose.Diagram 在 visio 形状中设置主题属性。...a diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...25 , pinY = 4 . 5 ; // Add a new rectangle shape long rectangleId...

    docs.aspose.com/diagram/zh/java/apply-theme-to-...
  3. 在 PHP 中使用回退字体渲染演示文稿|Aspose.Slides for PHP 文档

    在 Aspose.Slides for PHP via Java 中使用回退字体渲染演示文稿——通过一步步代码示例保持 PPT、PPTX 和 ODP 文本一致。... # 创建规则集合的新实例 $rulesList = new FontFallBackRulesCol (); # 创建若干规则...add ( new FontFallBackRule ( 0x400 , 0x4ff , "Times New Roman"...

    docs.aspose.com/slides/zh/php-java/render-prese...
  4. 使用 Aspose.Email 和 Apache POI HSMF 提取邮件附件|Docume...

    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.... Java MAPIMessage msg = new MAPIMessage ( dataDir + \ "message...(attachments.length > 0) { File d = new File(dataDir + " attachments...

    docs.aspose.com/email/zh/java/extract-message-a...
  5. Footnote.storyType property | Aspose.Words for ...

    Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the type of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.OddAndEvenPagesHeaderFooter | Aspose....

    Discover the PageSetup OddAndEvenPagesHeaderFooter property for unique headers and footers on odd and even pages, enhancing your document's presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  9. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = New Document("c:/pdftest/TempFile.pdf"); // Traverse thro…... Document document = new Document( "c:/pdftest/TempFile...AnnotationSelector selector = new AnnotationSelector( new Aspose.Pdf.InteractiveFeatures...

    forum.aspose.com/t/how-to-find-amp-replace-hype...