Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 30,980 for

doc

(0.16 sec)
  1. Node.range property | Aspose.Words for Python

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a Document that is contained in this node.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add text to the first section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Document::get_GrammarChecked met...

    Aspose::Words::Document::get_GrammarChecked method. Returns true if the Document has been checked for grammar in C++.... auto doc = MakeObject < Document > ();...string with spelling errors. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. CustomXmlProperty class | Aspose.Words for Node.js

    Aspose.Words.Markup.CustomXmlProperty class. Represents a single custom XML attribute or a smart tag property...test ( 'Create' , () => { let doc = new aw . Document (); // A...new aw . Markup . SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. SmartTag.Accept | Aspose.Words for .NET

    Enhance user engagement with SmartTag's Accept method, designed to seamlessly welcome visitors and boost your website's interaction....public void Create () { Document doc = new Document (); // A smart...SmartTag smartTag = new SmartTag ( doc ); // Smart tags are composite...

    reference.aspose.com/words/net/aspose.words.mar...
  5. Aspose::Words::Markup::SmartTag::Accept method ...

    Aspose::Words::Markup::SmartTag::Accept method. Accepts a visitor in C++.... void Create () { auto doc = MakeObject < Document > ();...= MakeObject < SmartTag > ( doc ); // Smart tags are composite...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. DocumentBase.Document | Aspose.Words for .NET

    Explore DocumentBase properties to efficiently manage your Documents. Unlock seamless access and enhance your workflow today!... Document doc = new Document (); // New Document...Paragraph. doc . AppendChild ( new Section ( doc )) . AppendChild...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word Document in C++....Create a blank document: auto doc = MakeObject < Document > ();...Section, a Body, and a Paragraph. doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Style.automatically_update property | Aspose.Wo...

    Style.automatically_update property. Specifies whether this style is automatically redefined based on the appropriate value.... doc = aw . Document () style = doc . styles . add...= aw . DocumentBuilder ( doc = doc ) # Apply one of the styles...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Style::get_Aliases method | Aspo...

    Aspose::Words::Style::get_Aliases method. Gets all aliases of this style. If style has no aliases then empty array of string is returned in C++.... auto doc = MakeObject < Document > ( MyDir...SharedPtr < Style > style = doc -> get_Styles () -> idx_get (...

    reference.aspose.com/words/cpp/aspose.words/sty...
  10. LayoutCollector.document property | Aspose.Word...

    LayoutCollector.Document property. Gets or sets the Document this collector instance is attached to.... doc = aw . Document () layout_collector... layout . LayoutCollector ( doc ) # Call the "GetNumPagesSpanned"...

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