Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 22,439 for

docx

(0.11 sec)
  1. HtmlSaveOptions class | Aspose.Words for Python

    aspose.words.saving.HtmlSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.HTML](../../aspose.words/saveformat/#HTML), [SaveFormat.MHTML](../../aspose.words/saveformat/#MHTML), [SaveFormat.EPUB](../../aspose.words/saveformat/#EPUB), [SaveFormat.AZW3](../../aspose.words/saveformat/#AZW3) or [SaveFormat.MOBI](../../aspose.words/saveformat/#MOBI) format...used when saving to a DOC or DOCX file. By default this property...file_name = MY_DIR + 'Rendering.docx' ) # Use a SaveOptions object...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfSaveOptions class | Aspose.Words for Python

    aspose.words.saving.PdfSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PDF](../../aspose.words/saveformat/#PDF) format...used when saving to a DOC or DOCX file. By default this property...file_name = MY_DIR + 'Images.docx' ) # Create a "PdfSaveOptions"...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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....docx"); File imagesDir = new File(getArtifactsDir()...Document(getMyDir() + "Rendering.docx"); // Use a SaveOptions object...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Drawing::ShapeType enum | Aspose...

    Aspose::Words::Drawing::ShapeType enum. Specifies the type of shape in a Microsoft Word document in C++....docx" ); Shows how Aspose.Words identify...OoxmlSaveOptions > ( SaveFormat :: Docx ); saveOptions -> set_Compliance...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Table Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Table class to easily create and manage tables in Word documents, enhancing your document's layout and functionality....docx" ); Shows how to iterate through...new Document ( MyDir + "Tables.docx" ); TableCollection tables =...

    reference.aspose.com/words/net/aspose.words.tab...
  6. Table class | Aspose.Words for Python

    aspose.words.tables.Table class. Represents a table in a Word document...docx' ) Shows how to create a table...ARTIFACTS_DIR + 'Table.CreateTable.docx' ) Shows how to iterate through...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Settings::CompatibilityOptions c...

    Aspose::Words::Settings::CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word). To learn more, visit the documentation article in C++....set_SaveFormat ( SaveFormat :: Docx ); doc -> Save ( ArtifactsDir..."OoxmlSaveOptions.Iso29500Strict.docx" , saveOptions ); // Our saved...

    reference.aspose.com/words/cpp/aspose.words.set...
  8. Aspose::Words::Saving::HtmlFixedSaveOptions cla...

    Aspose::Words::Saving::HtmlFixedSaveOptions class. Can be used to specify additional options when saving a document into the HtmlFixed format. To learn more, visit the documentation article in C++....used when saving to a DOC or DOCX file. By default this property...Document > ( MyDir + u "Rendering.docx" ); auto callback = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images. To learn more, visit the documentation article in C++....used when saving to a DOC or DOCX file. By default this property...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. PdfSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PDF format in Java....docx"); // Create a "PdfSaveOptions"...used when saving to a DOC or DOCX file. getTextCompression() Specifies...

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