Sort Score
Result 10 results
Languages All
Labels All
Results 6,121 - 6,130 of 157,121 for

doc

(0.06 sec)
  1. ChartDataPoint.format property | Aspose.Words f...

    ChartDataPoint.format property. Provides access to fill and line formatting of this data point....'ChartDataPoint' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LegendPosition enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.LegendPosition enumeration. Specifies the possible positions for a chart legend.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FindReplaceOptions.SmartParagraphBreakReplaceme...

    Discover the SmartParagraphBreakReplacement property in FindReplaceOptions. Control paragraph breaks effortlessly for seamless text formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create table with paragraph...

    reference.aspose.com/words/net/aspose.words.rep...
  4. ImageSaveOptions.UseGdiEmfRenderer | Aspose.Wor...

    Optimize EMF saving with ImageSaveOptions. Control GDI or Aspose.Words renderer settings for enhanced image quality and performance.... Document doc = new Document (); DocumentBuilder...DocumentBuilder ( doc ); builder . ParagraphFormat . Style = doc . Styles...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocumentBuilder.MoveTo | Aspose.Words for .NET

    Discover the DocumentBuilder MoveTo method to easily navigate inline nodes and efficiently position your cursor at paragraph ends for seamless Document editing.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Run 1...

    reference.aspose.com/words/net/aspose.words/doc...
  6. IBibliographyStylesProvider Interface | Aspose....

    Enhance your Document formatting with the Aspose.Words.IBibliographyStylesProvider interface, perfect for customizing bibliography styles in citations....ChangeBibliographySt () { Document doc = new Document ( MyDir + "Bibliography...with the following code: // doc.Bibliography.BibliographyStyle...

    reference.aspose.com/words/net/aspose.words.fie...
  7. TextColumnCollection.SetCount | Aspose.Words fo...

    Optimize your layout with the TextColumnCollection SetCount method, effortlessly arranging text into your desired number of columns for enhanced readability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); TextColumnCollection columns...

    reference.aspose.com/words/net/aspose.words/tex...
  8. PageBorderAppliesTo enumeration | Aspose.Words ...

    Aspose.Words.PageBorderAppliesTo enumeration. Specifies which pages the page border is printed on.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ImageFieldMergingArgs.ImageStream | Aspose.Word...

    Discover how the ImageFieldMergingArgs ImageStream property enhances your mail merge by seamlessly integrating images for professional results....ImageFromBlob () { Document doc = new Document ( MyDir + "Mail...Northwind employees.docx" ); doc . MailMerge . FieldMergingCallback...

    reference.aspose.com/words/net/aspose.words.mai...
  10. ComHelper.open method | Aspose.Words for Python

    aspose.words.ComHelper.open method...Using a local system filename: doc = com_helper . open ( file_name...Word! \r\r\r Hello World!' , doc . get_text () . strip ()) # 2...

    reference.aspose.com/words/python-net/aspose.wo...