Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 30,925 for

doc

(0.03 sec)
  1. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_AutoHyphenation method. Gets or sets value determining whether automatic hyphenation is turned on for the Document. Default value for this property is false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  2. Aspose::Words::Settings::HyphenationOptions::ge...

    Aspose::Words::Settings::HyphenationOptions::get_HyphenateCaps method. Gets or sets value determining whether words written in all capital letters are hyphenated. Default value for this property is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words.set...
  3. Aspose::Words::Saving::TxtExportHeadersFootersM...

    Aspose::Words::Saving::TxtExportHeadersFootersMode enum. Specifies the way headers and footers are exported to plain text format in C++.... auto doc = MakeObject < Document > ();...override the even headers/footers. doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::Saving::TxtSaveOptionsBase::get_...

    Aspose::Words::Saving::TxtSaveOptionsBase::get_ExportHeadersFootersMode method. Specifies the way headers and footers are exported to the text formats. Default value is PrimaryOnly in C++.... auto doc = MakeObject < Document > ();...override the even headers/footers. doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. MailMerge.ExecuteADO | Aspose.Words for .NET

    Streamline your Document creation with the MailMerge ExecuteADO method. Effortlessly merge ADO Recordset data for efficient, personalized output....) Dim Doc Set Doc = Helper . Open ( "CustomerLabels.doc" ) Doc...RS Doc . Save "C:\MyPath\CustomerLabels Out VBScript.doc" Shows...

    reference.aspose.com/words/net/aspose.words.mai...
  6. FieldStyleRef.InsertParagraphNumberInFullContex...

    Manage paragraph numbering with the FieldStyleRef InsertParagraphNumberInFullContext property. Easily control context for better Document clarity.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldStyleRef.InsertRelativePosition | Aspose.W...

    Discover how the InsertRelativePosition property of FieldStyleRef can enhance your Document formatting by managing paragraph references effectively.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldStyleRef.SearchFromBottom | Aspose.Words f...

    Discover the FieldStyleRef SearchFromBottom property, control search direction on your page for enhanced user experience and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a list based using...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FontInfoCollection.Contains | Aspose.Words for ...

    Discover if FontInfoCollection includes a specific font by name. Easily manage and access your font collection with this essential method.... Document doc = new Document (); // A blank...AreEqual ( 3 , doc . FontInfos . Count ); Assert . True ( doc . FontInfos...

    reference.aspose.com/words/net/aspose.words.fon...
  10. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a shape, give it...

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