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

doc

(0.13 sec)
  1. CleanupOptions.DuplicateStyle | Aspose.Words fo...

    CleanupOptions DuplicateStyle property. Gets/sets a flag indicating whether duplicate styles should be removed from Document. Default value is false in C#.... Document doc = new Document (); // Add two...of the first. Style myStyle = doc . Styles . Add ( StyleType ....

    reference.aspose.com/words/net/aspose.words/cle...
  2. 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...
  3. Aspose::Words::Vba::VbaModule Class Reference -...

    Provides access to VBA project module.... auto doc = MakeObject<Document>(MyDir...SharedPtr<VbaProject> vbaProject = doc->get_VbaProject(); std::cout...

    reference.aspose.com/words/cpp/class/aspose.wor...
  4. 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...
  5. 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...
  6. ParagraphFormat.StyleName | Aspose.Words for .NET

    ParagraphFormat StyleName property. Gets or sets the name of the paragraph style applied to this formatting in C#.... Document doc = new Document (); // A blank...document node with no children. doc . RemoveAllChildren (); // This...

    reference.aspose.com/words/net/aspose.words/par...
  7. Document.AutomaticallyUpdateStyles | Aspose.Wor...

    Document 财产. 获取或设置一个标志指示每次在 MS Word 中打开文档时是否更新文档中的样式以匹配 附加模板中的样式... Document doc = new Document (); // 默认情况下,Microsoft...AreEqual ( string . Empty , doc . AttachedTemplate ); // 附加一个模板,然后设置标志以应用样式更改...

    reference.aspose.com/words/zh/net/aspose.words/...
  8. Aspose::Words::Framesets::Frameset Class Refere...

    Represents a frames page or a single frame on a frames page.... auto doc = MakeObject<Document>(MyDir...io/uploads/2017/02/file-sample_100kB.docx" , doc->get_Frameset()->get_ChildFr...

    reference.aspose.com/words/cpp/class/aspose.wor...
  9. FieldAutoText.EntryName | Aspose.Words for .NET...

    FieldAutoText 财产. 获取或设置自动图文集条目的名称...Document doc = new Document (); // 创建词汇表文档并向其添加自动图文集构建块。 doc . GlossaryDocument...buildingBlock = new BuildingBlock ( doc . GlossaryDocument ); buildingBlock...

    reference.aspose.com/words/zh/net/aspose.words....
  10. FontSettings.ResetFontSources | Aspose.Words fo...

    FontSettings 方法. 将字体源重置为系统默认值... Document doc = new Document (); doc . FontSettings =...默认情况下,空白文档始终包含系统字体源。 Assert . AreEqual ( 1 , doc . FontSettings . GetFontsSources...

    reference.aspose.com/words/zh/net/aspose.words....