Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 182,878 for

doc

(1.32 sec)
  1. Aspose::Words::Properties::BuiltInDocumentPrope...

    Aspose::Words::Properties::BuiltInDocumentProperties::get_Author method. Gets or sets the name of the Document's author in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. Aspose::Words::Hyphenation::IsDictionaryRegiste...

    Aspose::Words::Hyphenation::IsDictionaryRegistered method. Returns false if for the specified language there is no dictionary registered or if registered is Null dictionary, true otherwise in C++.... auto doc = System :: MakeObject < Aspose...text.docx" ); ASSERT_TRUE ( doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  3. Aspose::Words::Font::get_AutoColor method | Asp...

    Aspose::Words::Font::get_AutoColor method. Returns the present calculated color of the text (black or white) to be used for 'auto color'. If the color is not 'auto' then returns Color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // If a run's Font object...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. Aspose::Words::Fields::FieldSaveDate::get_UseUm...

    Aspose::Words::Fields::FieldSaveDate::get_UseUmAlQuraCalendar method. Gets or sets whether to use the Um-al-Qura calendar in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> MoveToDocumentEnd...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. PageSetup.chapterPageSeparator property | Aspos...

    PageSetup.chapterPageSeparator property. Gets or sets the separator character that appears between the chapter number and the page number.... let doc = new aw . Document ( base ....document.docx" ); let pageSetup = doc . firstSection . pageSetup ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. MarkdownListExportMode Enum | Aspose.Words for ...

    Discover how Aspose.Words' MarkdownListExportMode enum enhances list export to Markdown, ensuring precise formatting and seamless integration for your Documents.... Document doc = new Document ( MyDir + "List...ListExportMode = markdownListExportMo }; doc . Save ( ArtifactsDir + "MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. AI Plugin Integration|AI Plugin Integration

    Use AI plugins based on Aspose.Words for Python via .NET to make DocX, PDF, HTML, EPUB, Doc, RTF, ODT, MHTML, TXT and other formats suitable for AI processing....doc , .rtf , .odt , .mhtml etc. files...Aspose.Words for Docling Loads .doc , .rtf , .docx , .pdf , .html...

    docs.aspose.com/words/python-net/ai-plugin-inte...
  8. DocumentProperty class | Aspose.Words for Python

    aspose.words.properties.DocumentProperty class. Represents a custom or built-in Document property... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::Document::UnlinkFields method | ...

    Aspose::Words::Document::UnlinkFields method. Unlinks fields in the whole Document in C++.... auto doc = System :: MakeObject < Aspose...+ u "Linked fields.docx" ); doc -> UnlinkFields (); See Also...

    reference.aspose.com/words/cpp/aspose.words/doc...
  10. TxtLoadOptions.detect_numbering_with_whitespace...

    TxtLoadOptions.detect_numbering_with_whitespaces property. Allows to specify how numbered list items are recognized when Document is imported from plain text format... text_doc = 'Full stop delimiters: \n '...detect_numbering_with_whitespaces doc = aw . Document ( stream = io...

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