Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 313,807 for

doc

(0.14 sec)
  1. 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...
  2. 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...
  3. Document.Cleanup | Aspose.Words for .NET API 参考

    Document 方法. 从文档中清除未使用的样式和列表... Document doc = new Document (); doc . Styles . Add (...StyleType . List , "MyListStyle1" ); doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/zh/net/aspose.words/...
  4. 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...
  5. 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/
  6. 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/...
  7. 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/...
  8. 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...
  9. Aspose::Words::Framesets::Frameset::get_FrameDe...

    Aspose::Words::Framesets::Frameset::get_FrameDefaultUrl method. Gets or sets the web page URL or Document file name to display in this frame in C++.... auto doc = MakeObject < Document > ( MyDir...io/uploads/2017/02/file-sample_100kB.docx" , doc -> get_Frameset () -> get_ChildFramesets...

    reference.aspose.com/words/cpp/aspose.words.fra...
  10. DocumentBuilder.start_bookmark method | Aspose....

    DocumentBuilder.start_bookmark method. Marks the current position in the Document as a bookmark start.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # A valid bookmark needs to have...

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