Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 313,804 for

doc

(0.16 sec)
  1. 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...
  2. Aspose::Words::RevisionType enum | Aspose.Words...

    Aspose::Words::RevisionType enum. Specifies the type of change being tracked in Revision in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  3. Working with Visual Brush | C++

    How to work with visual brush of an XPS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Order Upgrade an Order Support Docs API Reference Live Demos Code...com/aspose-page/Aspose.Page-for-C 2 auto doc = System :: MakeObject < XpsDocument...

    docs.aspose.com/page/cpp/working-with-visual-br...
  4. 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...
  5. 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...
  6. 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...
  7. 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/...
  8. 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...
  9. 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...
  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...