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

doc

(0.14 sec)
  1. 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...
  2. 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...
  3. 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/...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. MailMerge.region_start_tag property | Aspose.Wo...

    MailMerge.region_start_tag property. Gets or sets a mail merge region start tag.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # "TableStart" and "TableEnd" tags...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Make HTML Using Python

    Make a new HTML in Python in a few steps. Easily create HTML using Python via .NET library....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) font...

    products.aspose.com/words/python-net/make/html/