Sort Score
Result 10 results
Languages All
Labels All
Results 8,121 - 8,130 of 88,662 for

doc format

(0.12 sec)
  1. SaveOptions.allow_embedding_post_script_fonts p...

    SaveOptions.allow_embedding_post_script_fonts property. Gets or sets a boolean value indicating whether to allow embedding fonts with PostScript outlines when embedding TrueType fonts in a Document upon it is saved... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . name = 'PostScriptFont'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldEmbed Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEmbed class for seamless EMBED field implementation, enhancing Document functionality and versatility.... Format { get; } Gets a FieldFormat...provides typed access to field’s formatting. IsDirty { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  3. HtmlSaveOptions.TableWidthOutputMode | Aspose.W...

    Optimize your HTML exports with the HtmlSaveOptions TableWidthOutputMode. Control table row and cell widths for seamless MHTML and EPUB Formatting....set ; } Remarks In the HTML format, table, row and cell elements...in the output .html. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ParagraphFormat.StyleName | Aspose.Words for .NET

    Discover the ParagraphFormat StyleName property to easily manage and customize paragraph styles for enhanced Document Formatting and presentation....paragraph style applied to this formatting. public string StyleName...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/par...
  5. Inline.Font | Aspose.Words for .NET

    Discover the Inline Font property for seamless font Formatting control. Enhance your design with easy access to customizable text styles and effects....Provides access to the font formatting of this object. public Font...Words document by hand. Document doc = new Document (); // A blank...

    reference.aspose.com/words/net/aspose.words/inl...
  6. Section.PageSetup | Aspose.Words for .NET

    Discover the PageSetup property for customizable section settings. Optimize your Document layout with easy access to page and section configurations....Document doc = new Document (); PageSetup pageSetup = doc . Sections...border . DistanceFromText = 0 ; doc . Save ( ArtifactsDir + "PageSetup...

    reference.aspose.com/words/net/aspose.words/sec...
  7. FieldMergingArgsBase | Aspose.Words for Java

    Base class for FieldMergingArgs and ImageFieldMergingArgs in Java....throws Exception { Document doc = new Document(getMyDir() + "Field...handler for the MergeField event doc.getMailMerge().setFieldMergingCallb(new...

    reference.aspose.com/words/java/com.aspose.word...
  8. How to Convert PDF to Word in C# Without Interop

    In this tutorial you will learn how to convert PDF to Word in C# without interop. This code in C# converts PDF to DocX file Format....conversion from PDF to Word file format is two lines of code and can...document to Word DOCX file format In the last how-to topic, we...

    kb.aspose.com/words/net/how-to-convert-pdf-to-w...
  9. Section.pageSetup property | Aspose.Words for N...

    Section.pageSetup property. Returns an object that represents page setup and section properties.... let doc = new aw . Document (); let pageSetup = doc . sections...border . distanceFromText = 0 ; doc . save ( base . artifactsDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PageSetup.clear_formatting method | Aspose.Word...

    PageSetup.clear_Formatting method. Resets page setup to default paper size, margins and orientation....clear_formatting method clear_formatting() Resets page setup...and orientation. def clear_formatting ( self ): ... Examples Shows...

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