Sort Score
Result 10 results
Languages All
Labels All
Results 4,061 - 4,070 of 164,148 for

new

(0.04 sec)
  1. Public API and Backwards Incompatible Changes i...

    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.... Public API Changes A new VideoPlayerHtmlContr added to...export od media files to HTML The new public class VideoPlayerHtmlContr...

    docs.aspose.com/slides/net/public-api-and-backw...
  2. FieldOptions.FieldUpdatingProgressCallback | As...

    Discover the FieldUpdatingProgressCallback property in FieldOptions. Easily manage IFieldUpdatingProgressCallback implementations for enhanced performance!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldUpdatingCallbac callback = new FieldUpdatingCallbac (); doc...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Fill.PresetTextured | Aspose.Words for .NET

    Discover the Fill PresetTextured method to effortlessly apply stunning preset textures, enhancing your designs with unique visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Manage Barcode Caption|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....captionBelow ) { BarCodeAttributes b = new BarCodeAttributes (); b . setCodeText...foreColor ); b . setCaptionAbove ( new Caption ( captionAbove )); b...

    docs.aspose.com/barcode/jasperreports/manage-ca...
  5. NodeCollection.Contains | Aspose.Words for .NET

    Discover how the NodeCollection Contains method efficiently checks if a node exists in your collection, enhancing your data management capabilities....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the "Write" method creates a new Run, // which then appears in...

    reference.aspose.com/words/net/aspose.words/nod...
  6. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...totalMessages); JSONArray mailsArray = new JSONArray(); // Iterate only...get_Item(i); JSONObject msgJson = new JSONObject(); msgJson.put("messageId"...

    forum.aspose.com/t/how-to-get-the-following-val...
  7. FieldRD.IsPathRelative | Aspose.Words for .NET

    Discover FieldRD's IsPathRelative property to easily manage document paths. Simplify your coding with flexible path settings for enhanced efficiency!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...referencedDoc = new Document (); DocumentBuilder refDocBuilder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. ShapeMarkupLanguage Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.ShapeMarkupLanguage enum, defining shape markup languages for enhanced document formatting and design flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Public API and Backwards Incompatible Changes i...

    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....been added to ISequence The new 2 methods have been added to...categories elements The two new enums EffectChartMajorGrou and...

    docs.aspose.com/slides/java/public-api-and-back...
  10. 自定义形状|Aspose.Slides 文档

    在 Java 中的 PowerPoint 演示文稿中添加自定义形状...代码演示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码演示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/java/custom-shape/