Sort Score
Result 10 results
Languages All
Labels All
Results 7,531 - 7,540 of 18,468 for

docx to doc

(0.19 sec)
  1. LoadOptions.convert_shape_to_office_math proper...

    LoadOptions.convert_shape_To_office_math property. Gets or sets whether To convert shapes with EquationXML To Office Math objects....is_convert_shape_to_office_math doc = aw . Document ( file_name =...= MY_DIR + 'Math shapes.docx' , load_options = load_options )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Document.unprotect method | Aspose.Words for Py...

    aspose.words.Document.unprotect method... doc = aw . Document () doc . protect ( type...ProtectionType . READ_ONLY , doc . protection_type ) # If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Run::get_Text method | Aspose.Wo...

    Aspose::Words::Run::get_Text method. Gets or sets the text of the run in C++.... auto doc = System :: MakeObject < Aspose...document node with no children. doc -> RemoveAllChildren (); // This...

    reference.aspose.com/words/cpp/aspose.words/run...
  4. Merge POTM Files Online or using C++ | products...

    Free online app To combine different POTM presentations. C++ merging library code To merge POTM presentation inTo format of your choice....required format: PPTX, PDF, DOCX, DOC, XLSX, Image, HTML, and others...(Comma Seperated Values) Merge DOC Files (Microsoft Word Binary...

    products.aspose.com/total/cpp/merge/potm/
  5. DocumentBase.styles property | Aspose.Words for...

    DocumentBase.styles property. Returns a collection of styles defined in the Document.... let doc = new aw . Document (); expect ( doc . styles ...default. for ( var style of doc . styles ) { console . log (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBase.Styles | Aspose.Words for .NET

    Explore the DocumentBase Styles property To access a rich collection of cusTomizable styles, enhancing your Document's visual appeal and consistency....Document doc = new Document (); Assert . That ( doc . Styles...IEnumerator < Style > stylesEnum = doc . Styles . GetEnumerator ())...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::Saving::DoclingSaveOptions class...

    Aspose::Words::Saving::DoclingSaveOptions class. Can be used To specify additional options when saving a Document inTo the Docling format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default, this property...a Docling JSON format. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. WatermarkType enumeration | Aspose.Words for Py...

    aspose.words.WatermarkType enumeration. Specifies the watermark type.... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphCollection.ToArray | Aspose.Words for ...

    Effortlessly convert your ParagraphCollection To an array with the ToArray method, streamlining data management and enhancing your Document processing....Document doc = new Document ( MyDir + "Paragraphs.docx" ); Paragraph...Paragraph [] paras = doc . FirstSection . Body . Paragraphs . ToArray...

    reference.aspose.com/words/net/aspose.words/par...
  10. DocumentBuilder.document property | Aspose.Word...

    DocumentBuilder.Document property. Gets or sets the [DocumentBuilder.Document](./) object that this object is attached To.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Modify the page setup properties...

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