Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 180,073 for

doc

(0.21 sec)
  1. Export OFT to FLATOPC via C++ | products.aspose...

    C++ API to Convert OFT to FLATOPC without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing FlatOpc as save format doc -> Save ( u "convertedFile.FlatOpc"...

    products.aspose.com/total/cpp/conversion/oft-to...
  2. Export EML to ODT via C++ | products.aspose.com

    C++ API to Convert EML to ODT without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...while passing Odt as save format doc -> Save ( u "convertedFile.Odt"...

    products.aspose.com/total/cpp/conversion/eml-to...
  3. FieldLastSavedBy Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldLastSavedBy class to enhance Document management with LASTSAVEDBY field functionality. Optimize your workflow today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If we create a document...

    reference.aspose.com/words/net/aspose.words.fie...
  4. HtmlFixedSaveOptions.fontFormat property | Aspo...

    HtmlFixedSaveOptions.fontFormat property. Gets or sets [ExportFontFormat](../../exportfontformat/) used for font exporting... let doc = new aw . Document ( base ....exportEmbeddedFonts = false ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. DigitalSignatureDetails constructor | Aspose.Wo...

    DigitalSignatureDetails constructor. Initializes a new instance of [DigitalSignatureDetails](../) class.... doc = aw . Document ( file_name =.... sign_options . comments ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Bookmark.FirstColumn | Aspose.Words for .NET

    Discover the FirstColumn property. Easily access the zero-based index of the first column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  7. Bookmark.LastColumn | Aspose.Words for .NET

    Discover the LastColumn property, easily access the zero-based index of the last column in your table's bookmark range for efficient data management.... Document doc = new Document ( MyDir + "Table...bookmarks.doc" ); foreach ( Bookmark bookmark in doc . Range ...

    reference.aspose.com/words/net/aspose.words/boo...
  8. Export EMAIL to TEXT via C++ | products.aspose.com

    C++ API to Convert EMAIL to TEXT without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...passing Text as save format doc -> Save ( u "convertedFile.Text"...

    products.aspose.com/total/cpp/conversion/email-...
  9. FieldAutoNumOut Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoNumOut class for seamless AUTONUMOUT field implementation, enhancing Document automation and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // AUTONUMOUT fields display...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Aspose::Words::Tables::Cell::get_NextCell metho...

    Aspose::Words::Tables::Cell::get_NextCell method. Gets the next Cell node in C++.... auto doc = System :: MakeObject < Aspose...:: Tables :: Table > table = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words.tab...