Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 9,618 for

docx to doc

(0.07 sec)
  1. Aspose::Words::Saving::PclSaveOptions class | A...

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

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. Aspose::Words::Saving::SaveOptions class | Aspo...

    Aspose::Words::Saving::SaveOptions class. This is an abstract base class for classes that allow the user To specify additional options when saving a Document inTo a particular format. To learn more, visit the Documentation article in C++....files used when saving to a DOC or DOCX file. By default this property...saving a document to .epub. auto doc = MakeObject < Document > ( MyDir...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. DigitalSignatureUtil Class | Aspose.Words for .NET

    Discover Aspose.Words.DigitalSignatures.DigitalSignatureUtil class To easily sign Documents with secure digital signatures. Enhance Document integrity Today!...Supported formats are: Doc, Dot, Docx, Dotx, Docm, Dotm, Odt...( MyDir + "Digitally signed.docx" ); // If this collection is...

    reference.aspose.com/words/net/aspose.words.dig...
  4. Aspose::Words::Tables::Table class | Aspose.Wor...

    Aspose::Words::Tables::Table class. Represents a table in a Word Document. To learn more, visit the Documentation article in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); SharedPtr < Table > table...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. How to load fonts? | API Solution for .NET

    Here is described how To load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....Support Paid Consulting Support Docs API Reference Live Demos Code...Support Paid Consulting Support Docs API Reference Live Demos Code...

    docs.aspose.com/font/net/how-to-load-fonts/
  6. Body.parentSection property | Aspose.Words for ...

    Body.parentSection property. Gets the parent section of this sTory...., () => { let doc = new aw . Document (); doc . removeAllChildren...endnotes at its end. expect ( doc . endnoteOptions . position )...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a section at the given index.... doc = aw . Document ( file_name =...= MY_DIR + 'Rendering.docx' ) # Saving a document to PDF, to...

    reference.aspose.com/words/python-net/aspose.wo...
  8. HtmlSaveOptions | Aspose.Words for Java

    Can be used To specify additional options when saving a Document inTo the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....Document doc = new Document(getMyDir() + "Rendering.docx"); File...setImagesFolder(imagesDir.getPath()); doc.save(getArtifactsDir() + "HtmlSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  9. XamlFlowSaveOptions class | Aspose.Words for Py...

    aspose.words.saving.XamlFlowSaveOptions class. Can be used To specify additional options when saving a Document inTo the [SaveFormat.XAML_FLOW](../../aspose.words/saveformat/#XAML_FLOW) or [SaveFormat.XAML_FLOW_PACK](../../aspose.words/saveformat/#XAML_FLOW_PACK) format...files used when saving to a DOC or DOCX file. By default this property...self ): doc = aw . Document ( MY_DIR + "Rendering.docx" ) callback...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...