Sort Score
Result 10 results
Languages All
Labels All
Results 6,101 - 6,110 of 183,656 for

doc

(0.43 sec)
  1. Aspose::Words::Fields::FieldUserAddress::get_Us...

    Aspose::Words::Fields::FieldUserAddress::get_UserAddress method. Gets or sets the current user's postal address in C++.... auto doc = System :: MakeObject < Aspose...set_Address ( u "123 Main Street" ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldUserInitials::get_U...

    Aspose::Words::Fields::FieldUserInitials::get_UserInitials method. Gets or sets the current user's initials in C++.... auto doc = System :: MakeObject < Aspose...set_Initials ( u "J. D." ); doc -> get_FieldOptions () -> set_CurrentUser...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Font Class | Aspose.Words for .NET

    Discover the Aspose.Words.Font class, featuring essential font attributes like name, size, and color to enhance your Document formatting and design.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Border ....

    reference.aspose.com/words/net/aspose.words/font/
  4. C# API to Export EPUB to FLATOPC | products.asp...

    Convert EPUB to FLATOPC without using Microsoft Word...easily convert EPUB files to DOC format using the advanced PDF...the EPUB file is converted to DOC, developers can use the powerful...

    products.aspose.com/total/net/conversion/epub-t...
  5. Edit Word, PDF In C++

    Edit DocX, Doc, PDF and a variety of other file formats in C++....supports the editing of PDF, DOCX, DOC, RTF, ODT, EPUB, HTML and many...format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...

    products.aspose.com/words/cpp/edit/
  6. HeaderFooter Class | Aspose.Words for .NET

    Discover the Aspose.Words.HeaderFooter class, your solution for managing section headers and footers effortlessly. Enhance Document formatting today!... Document doc = new Document (); // Create...HeaderFooter ( doc , HeaderFooterType . HeaderPrimary ); doc . FirstSection...

    reference.aspose.com/words/net/aspose.words/hea...
  7. Range.Replace | Aspose.Words for .NET

    Effortlessly replace all instances of a character string pattern with the Range Replace method. Enhance your text processing with this powerful tool!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Greetings...

    reference.aspose.com/words/net/aspose.words/ran...
  8. Add Picture|Aspose.Words for .NET

    Add an image into a Document easily and fast instead of using VSTO in C#....doc" ); //Add picture to Doc this . Application...jpg" ); Aspose.Words Document doc = new Document (); DocumentBuilder...

    docs.aspose.com/words/net/add-picture/
  9. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save Documents in ODT format. Streamline your workflow with this powerful tool!... Document doc = new Document ( MyDir + "Rendering...IsStrictSchema11 = exportToOdt11Specs }; doc . Save ( ArtifactsDir + "OdtSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  10. SaveOutputParameters.content_type property | As...

    SaveOutputParameters.content_type property. Returns the Content-Type string (Internet Media Type) that identifies the type of the saved Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...

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