Sort Score
Result 10 results
Languages All
Labels All
Results 7,001 - 7,010 of 17,106 for

docx to doc

(0.11 sec)
  1. Aspose::Words::Document::get_HyphenationOptions...

    Aspose::Words::Document::get_HyphenationOptions method. Provides access To Document hyphenation options in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> get_Font () ->...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. Aspose::Words::Document::UpdateFields method | ...

    Aspose::Words::Document::UpdateFields method. Updates the values of fields in the whole Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert a table of contents...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> Writeln ( u "This...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. Create RTF in Python | products.aspose.com

    Generate Microsoft Word RTF Documents using Python applications without using Microsoft Word....Options with Python Generate DOC File (Microsoft Word Binary Format)...Word 2007 Marco File) Generate DOCX File (Office 2007+ Word Document)...

    products.aspose.com/total/python-net/create/rtf/
  5. Aspose::Words::Markup::CustomXmlPartCollection:...

    Aspose::Words::Markup::CusTomXmlPartCollection::get_Count method. Gets the number of elements contained in the collection in C++.... auto doc = MakeObject < Document > ();...< CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. Aspose::Words::Document::get_FirstSection metho...

    Aspose::Words::Document::get_FirstSection method. Gets the first section in the Document in C++....auto doc = MakeObject < Document > ( MyDir + u "Footer.docx" );...HeaderFooterCollecti > headersFooters = doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a shape, give it...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. FieldStyleRef.insert_relative_position property...

    FieldStyleRef.insert_relative_position property. Gets or sets whether To insert the relative position of the referenced paragraph.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a list based using...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.automatically_update_styles property |...

    Document.auTomatically_update_styles property. Gets or sets a flag indicating whether the styles in the Document are updated To match the styles in the attached template each time the Document is opened in MS Word.... doc = aw . Document () # Microsoft...documents. self . assertEqual ( '' , doc . attached_template ) # Attach...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Document.SpellingChecked | Aspose.Words for .NET

    Ensure your Document is error-free with the SpellingChecked property. Discover if your content has been thoroughly spell-checked for professionalism.... Document doc = new Document (); // The string...string with spelling errors. doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/doc...