Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 30,980 for

doc

(0.37 sec)
  1. FieldFileName.include_full_path property | Aspo...

    FieldFileName.include_full_path property. Gets or sets whether to include the full file path name.... doc = aw . Document ( file_name =...= aw . DocumentBuilder ( doc = doc ) builder . move_to_document_end...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Orientation enum | Aspose.Words ...

    Aspose::Words::Orientation enum. Specifies page orientation in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Modify the page setup properties...

    reference.aspose.com/words/cpp/aspose.words/ori...
  3. Aspose::Words::Run::Run constructor | Aspose.Wo...

    Aspose::Words::Run::Run constructor. Initializes a new instance of the Run class in C++....DocumentBase > & doc ) Parameter Type Description doc const Syste...Words document by hand. auto doc = MakeObject < Document > ();...

    reference.aspose.com/words/cpp/aspose.words/run...
  4. FieldArgumentBuilder class | Aspose.Words for P...

    aspose.words.fields.FieldArgumentBuilder class. Builds a complex field argument consisting of fields, nodes, and plain text... doc = aw . Document () # Below are...build_and_insert ( ref_node = doc . first_section . body . first_paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Document::get_HyphenationOptions...

    Aspose::Words::Document::get_HyphenationOptions method. Provides access to Document hyphenation options in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  6. Aspose::Words::PageSetup::get_SectionStart meth...

    Aspose::Words::PageSetup::get_SectionStart method. Returns or sets the type of section break for the specified object in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/pag...
  7. LayoutOptions.show_paragraph_marks property | A...

    LayoutOptions.show_paragraph_marks property. Gets or sets indication of whether paragraph marks are rendered... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add some paragraphs, then...

    reference.aspose.com/words/python-net/aspose.wo...
  8. RevisionOptions.RevisionBarsPosition | Aspose.W...

    Discover how to customize the RevisionBarsPosition property in RevisionOptions to enhance your Document's appearance. Default is set to Outside.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a revision, then...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Font.superscript property | Aspose.Words for No...

    Font.superscript property. True if the font is formatted as superscript.... let doc = new aw . Document (); let para = doc . getParagraph...baseline. let run = new aw . Run ( doc , "Raised text. " ); run . font...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Aspose::Words::Document::AcceptAllRevisions met...

    Aspose::Words::Document::AcceptAllRevisions method. Accepts all tracked changes in the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Edit the document while...

    reference.aspose.com/words/cpp/aspose.words/doc...