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

doc

(0.08 sec)
  1. Outline | Aspose.Note for .NET API Reference

    Represents a Outline....the Document class Document doc = new Document (); // Initialize...= new Aspose . Note . Page ( doc ); // Initialize Outline class...

    reference.aspose.com/note/net/aspose.note/outline/
  2. Aspose::Words::Document::get_RemovePersonalInfo...

    Aspose::Words::Document::get_RemovePersonalInformation method. Gets or sets a flag indicating that Microsoft Word will remove all user information from comments, revisions and Document properties upon saving the Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert some content with...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. TextWatermarkOptions.layout property | Aspose.W...

    TextWatermarkOptions.layout property. Gets or sets layout of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  4. FindReplaceOptions.ignore_field_codes property ...

    FindReplaceOptions.ignore_field_codes property. Gets or sets a boolean value indicating either to ignore text inside field codes... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . insert_field ( 'INCLUDETEXT'...

    reference.aspose.com/words/python-net/aspose.wo...
  5. CleanupOptions.UnusedBuiltinStyles | Aspose.Wor...

    CleanupOptions 财产. 指定未使用的BuiltIn样式应从 Document. 中删除... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/zh/net/aspose.words/...
  6. CleanupOptions.UnusedStyles | Aspose.Words for ...

    CleanupOptions 财产. 指定是否应从文档中删除未使用的样式 默认值为 真的.... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/zh/net/aspose.words/...
  7. Document.LayoutOptions | Aspose.Words for .NET

    Document LayoutOptions property. Gets a LayoutOptions object that represents options to control the layout process of this Document in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert hidden text, then...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Aspose::Words::Revision::get_DateTime method | ...

    Aspose::Words::Revision::get_DateTime method. Gets or sets the date/time of this revision in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/rev...
  9. Aspose::Words::Document::get_HasRevisions metho...

    Aspose::Words::Document::get_HasRevisions method. Returns true if the Document has any tracked changes in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Normal editing of the document...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a Document upon it is saved... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'PostScriptFont'...

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