Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 299,990 for

doc

(0.11 sec)
  1. TextPath.On | Aspose.Words for .NET

    TextPath On property. Defines whether the text is displayed in C#....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  2. TextPath.Kerning | Aspose.Words for .NET

    TextPath Kerning property. Determines whether kerning is turned on in C#....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  3. TextPath.FontFamily | Aspose.Words for .NET

    TextPath FontFamily property. Defines the family of the textpath font in C#....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::OptimizeFor method. Allows to optimize the Document contents as well as default Aspose.Words behavior to a particular versions of MS Word. Use this method to prevent MS Word from displaying "Compatibility mode" ribbon upon Document loading. (Note that you may also need to set the Compliance property to Iso29500_2008_Transitional or higher.) in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // If we configure compatibility...

    reference.aspose.com/words/cpp/aspose.words.set...
  5. CleanupOptions.unused_lists property | Aspose.W...

    CleanupOptions.unused_lists property. Specifies whether unused list and list definitions should be removed from Document... doc = aw . Document () doc . styles . add (...StyleType . LIST , 'MyListStyle1' ) doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  6. CleanupOptions.unused_builtin_styles property |...

    CleanupOptions.unused_builtin_styles property. Specifies that unused [Style.built_in](../../style/built_in/) styles should be removed from Document.... doc = aw . Document () doc . styles . add (...StyleType . LIST , 'MyListStyle1' ) doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::BookmarkCollection::Remove metho...

    Aspose::Words::BookmarkCollection::Remove method. Removes the specified bookmark from the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert five bookmarks with...

    reference.aspose.com/words/cpp/aspose.words/boo...
  8. Aspose::Words::Settings::HyphenationOptions Cla...

    Allows to configure Document hyphenation options.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); builder->get_Font()->set_Size(24);...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. Document.Protect | Aspose.Words for .NET API 参考

    Document 方法. 在不更改现有密码或分配随机密码的情况下保护文档免受更改... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Section...

    reference.aspose.com/words/zh/net/aspose.words/...
  10. Aspose::Words::Properties::DocumentProperty Cla...

    Represents a custom or built-in Document property.... auto doc = MakeObject<Document>(MyDir..."Document filename:\n\t \"" << doc->get_OriginalFileName() << "\""...

    reference.aspose.com/words/cpp/class/aspose.wor...