Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 164,094 for

new

(0.13 sec)
  1. Introduction to Java Programming | Aspose.Zip D...

    This document provides an overview of Java programming fundamentals and concepts....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/zip/java/introduction/
  2. StyleCollection.defaultParagraphFormat property...

    StyleCollection.defaultParagraphFormat property. Gets document default paragraph formatting.... let doc = new aw . Document (); let styles...// Set default parameters for new styles that we may later add...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. SignOptions.Comments | Aspose.Words for .NET

    Discover the SignOptions Comments property to enhance your digital signature with custom notes. Improve clarity and communication effortlessly!...our new digital signature. SignOptions signOptions = new SignOptions...stream. using ( Stream streamIn = new FileStream ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.dig...
  4. Shape.firstParagraph property | Aspose.Words fo...

    Shape.firstParagraph property. Gets the first paragraph in the shape.... let doc = new aw . Document (); // Create a...floating text box. let textBox = new aw . Drawing . Shape ( doc ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ChartSeriesGroup.SecondSectionSize | Aspose.Wor...

    Discover how to adjust the SecondSectionSize property in ChartSeriesGroup to customize your pie chart's secondary section size effectively....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); string [] categories = new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  6. ChartAxis.Title | Aspose.Words for .NET

    Discover the ChartAxis Title property for easy access and customization of axis titles, enhancing your data visualization and presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "AW Series 1" , new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  7. HtmlSaveOptions.ExportImagesAsBase64 | Aspose.W...

    Discover the HtmlSaveOptions ExportImagesAsBase64 property to save images in Base64 format for optimized HTML, MHTML, or EPUB output. Enhance your document quality!... Document doc = new Document ( MyDir + "Rendering...); HtmlSaveOptions options = new HtmlSaveOptions { ExportFontsAsBase64...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ShapeBase.HRef | Aspose.Words for .NET

    Discover ShapeBase HRef property to easily manage full hyperlink addresses for your shapes, enhancing your design's interactivity and functionality....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.com/" ; shape . Target = "New Window" ; shape . ScreenTip =...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Metered | Aspose.Words for .NET

    Discover our metered constructor for efficient instance initialization. Streamline your coding process with optimized performance and enhanced functionality....Metered constructor Initializes a new instance of this class. public...credit/consumption. // Create a new Metered license, and then print...

    reference.aspose.com/words/net/aspose.words/met...
  10. LINQ Reporting Engine – Multiple Series in a Sc...

    Hello, I’m using Aspose.Words with the LINQ Reporting Engine and I’m trying to create a scatter chart with two series (temperature and conductivity), both using a common date as the X-axis. Here’s what I’ve implemented…...Select(g => new { Date = g.Key, Conductivity...[dailyTemp = GroupedTemp.Select(g => new { Date = g.Key, Temperature =...

    forum.aspose.com/t/linq-reporting-engine-multip...