Sort Score
Result 10 results
Languages All
Labels All
Results 7,941 - 7,950 of 18,331 for

docx to doc

(0.23 sec)
  1. Document.revisions_view property | Aspose.Words...

    Document.revisions_view property. Gets or sets a value indicating whether To work with the original or revised version of a Document.... doc = aw . Document ( file_name =...levels.docx' ) doc . update_list_labels () paragraphs = doc . first_section...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldOptions.UserPromptRespondent | Aspose.Word...

    Discover how the FieldOptions UserPromptRespondent property enhances user experience by managing respondent interactions during field updates....void FieldAsk () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Place a field where the...

    reference.aspose.com/words/net/aspose.words.fie...
  3. BuiltInDocumentProperties.hyperlinks_changed pr...

    BuiltInDocumentProperties.hyperlinks_changed property. Indicates whether hyperlinks in a Document were changed.... doc = aw . Document ( file_name =...'Extended properties.docx' ) self . assertTrue ( doc . built_in_document_properties...

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

    Aspose::Words::Document::get_Frameset method. Returns a Frameset instance if this Document represents a frames page in C++.... auto doc = System :: MakeObject < Aspose...() + u "Frameset.docx" ); ASSERT_EQ ( 3 , doc -> get_Frameset...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. DocumentBuilder.CurrentStructuredDocumentTag | ...

    Discover the CurrentStructuredDocumentTag property in DocumentBuilder. Easily access the selected structured Document tag for efficient Document management.... Document doc = new Document ( MyDir + "Structured..."Structured document tags.docx" ); DocumentBuilder builder = new...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Shading.background_pattern_color property | Asp...

    Shading.background_pattern_color property. Gets or sets the color that's applied To the background of the [Shading](../) object.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) borders = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Tables::Cell::get_CellFormat met...

    Aspose::Words::Tables::Cell::get_CellFormat method. Provides access To the formatting properties of the cell in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  8. Aspose::Words::Fields::FieldQuote::get_Text met...

    Aspose::Words::Fields::FieldQuote::get_Text method. Gets or sets the text To retrieve in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a QUOTE field, which...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. InlineStory.firstParagraph property | Aspose.Wo...

    InlineSTory.firstParagraph property. Gets the first paragraph in the sTory.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add text, and reference...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. InlineStory.FirstParagraph | Aspose.Words for .NET

    Discover the InlineSTory FirstParagraph property To easily access and enhance the first paragraph of your sTory for improved engagement.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Hello world...

    reference.aspose.com/words/net/aspose.words/inl...