Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 157,243 for

doc

(0.06 sec)
  1. Aspose::Words::Story::get_LastParagraph method ...

    Aspose::Words::Story::get_LastParagraph method. Gets the last paragraph in the story in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Run...

    reference.aspose.com/words/cpp/aspose.words/sto...
  2. Print Documents|Aspose.Words for .NET

    Print a Document easily and fast instead of using VSTO in C#....docx" ; Document doc = new Document ( FileName ); doc . Print ();...PrinterSettings . MaximumPage = doc . PageCount ; PrinterSettings...

    docs.aspose.com/words/net/print-documents/
  3. PageSetup.rtl_gutter property | Aspose.Words fo...

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-to-left language or a left-to-right language.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder.InsertNode | Aspose.Words for .NET

    Enhance your Document creation with the DocumentBuilder InsertNode method. Effortlessly insert nodes before the cursor for seamless editing!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); string imageFileName = ImageDir...

    reference.aspose.com/words/net/aspose.words/doc...
  5. PageSetup.line_number_count_by property | Aspos...

    PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.compatibility_options property | Aspos...

    Document.compatibility_options property. Provides access to Document compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Word).... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldMergeField.FieldName | Aspose.Words for .NET

    Discover the FieldMergeField FieldName property to easily manage and customize your data fields for enhanced data integration and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  8. DocumentBuilder.insertNode method | Aspose.Word...

    DocumentBuilder.insertNode method. Inserts a node before the cursor.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); const imageFileName = base...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::PageSetup::get_CharactersPerLine...

    Aspose::Words::PageSetup::get_CharactersPerLine method. Gets or sets the number of characters per line in the Document grid in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Enable pitching, and then...

    reference.aspose.com/words/cpp/aspose.words/pag...
  10. TabStopCollection.clear method | Aspose.Words f...

    TabStopCollection.clear method. Deletes all tab stop positions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

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