Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 299,977 for

doc

(0.16 sec)
  1. Aspose::Words::Layout::LayoutOptions Class Refe...

    Holds the options that allow controlling the Document layout process.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Insert a revision, then...

    reference.aspose.com/words/cpp/class/aspose.wor...
  2. Aspose::Words::RevisionCollection Class Referen...

    A collection of Revision objects that represent revisions in the Document.... auto doc = MakeObject<Document>(); auto...MakeObject<DocumentBuilder>(doc); // Normal editing of the document...

    reference.aspose.com/words/cpp/class/aspose.wor...
  3. Aspose::Words::Settings::WriteProtection::Valid...

    Aspose::Words::Settings::WriteProtection::ValidatePassword method. Returns true if the specified password is the same as the write-protection password the Document was protected with. If Document is not write-protected with password then returns false in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...

    reference.aspose.com/words/cpp/aspose.words.set...
  4. Field.is_dirty property | Aspose.Words for Python

    Field.is_dirty property. Gets or sets whether the current result of the field is no longer correct (stale) due to other modifications made to the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Give the document's built-in...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.LayoutMode | Aspose.Words for .NET AP...

    PageSetup 财产. 获取或设置本节的布局模式... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // 启用间距,然后使用它来设置本节中每行的字符数。...

    reference.aspose.com/words/zh/net/aspose.words/...
  6. DocumentBuilder.EndBookmark | Aspose.Words for ...

    DocumentBuilder EndBookmark method. Marks the current position in the Document as a bookmark end in C#.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A valid bookmark needs...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Section::get_Body method | Aspos...

    Aspose::Words::Section::get_Body method. Returns the Body child node of the section in C++.... auto doc = MakeObject < Document > ();...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  8. Aspose::Words::HeaderFooter::HeaderFooter const...

    Aspose::Words::HeaderFooter::HeaderFooter constructor. Creates a new header or footer of the specified type in C++....:: Words :: DocumentBase > & doc , Aspose :: Words :: HeaderFooterType...) Parameter Type Description doc const System::SharedPtr<Aspo...

    reference.aspose.com/words/cpp/aspose.words/hea...
  9. BookmarkCollection.remove_at method | Aspose.Wo...

    BookmarkCollection.remove_at method. Removes a bookmark at the specified index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Insert five bookmarks with text...

    reference.aspose.com/words/python-net/aspose.wo...
  10. MailMergeRegionInfo.parent_region property | As...

    MailMergeRegionInfo.parent_region property. Returns parent region info (null for top-level region).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # "TableStart" and "TableEnd" tags...

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