Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 313,758 for

doc

(0.12 sec)
  1. Aspose::Words::Layout::PageLayoutCallbackArgs C...

    An argument passed into Notify()...PageLayoutCallback() { auto doc = MakeObject<Document>(); doc->get_BuiltInD...ilder>(doc); builder->Writeln(u "Hello world!" ); doc->get_L...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::HeaderFooter::get_IsLinkedToPrev...

    Aspose::Words::HeaderFooter::get_IsLinkedToPrevious method. True if this header or footer is linked to the corresponding header or footer in the previous section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Write ( u "Section...

    reference.aspose.com/words/cpp/aspose.words/hea...
  3. SectionCollection class | Aspose.Words for Python

    aspose.words.SectionCollection class. A collection of [Section](../section/) objects in the Document... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( "Section 1" )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Fonts::FontSubstitutionRule Clas...

    This is an abstract base class for the font substitution rule.... auto doc = MakeObject<Document>(); doc->set_FontSett...system font source. ASSERT_EQ(1, doc->get_FontSettings()->GetFont...

    reference.aspose.com/words/cpp/class/aspose.wor...
  5. RevisionColor enumeration | Aspose.Words for Py...

    aspose.words.layout.RevisionColor enumeration. Allows to specify color of Document revisions.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Document::get_ShowGrammaticalErr...

    Aspose::Words::Document::get_ShowGrammaticalErrors method. Specifies whether to display grammar errors in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two sentences with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Aspose::Words::Document::get_ShowSpellingErrors...

    Aspose::Words::Document::get_ShowSpellingErrors method. Specifies whether to display spelling errors in this Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert two sentences with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    FindReplaceOptions IgnoreFieldCodes property. Gets or sets a boolean value indicating either to ignore text inside field codes. The default value is false in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . InsertField ( "INCLUDETEXT"...

    reference.aspose.com/words/net/aspose.words.rep...
  9. Aspose::Words::Saving::ImageSaveOptions Class R...

    Allows to specify additional options when rendering Document pages or shapes to images.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->get_Font()->set_Name(u...

    reference.aspose.com/words/cpp/class/aspose.wor...
  10. FieldGoToButton.location property | Aspose.Word...

    FieldGoToButton.location property. Gets or sets the name of a bookmark, a page number, or some other item to jump to.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a GOTOBUTTON field...

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