Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 18,475 for

docx to doc

(0.28 sec)
  1. SvgSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.SvgSaveOptions To enhance your Document conversion To SVG format with cusTomizable features for optimal results....files used when saving to a DOC or DOCX file. By default, this property...Document doc = new Document ( MyDir + "Rendering.docx" ); SvgSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Aspose::Words::Margins enum | Aspose.Words for ...

    Aspose::Words::Margins enum. Specifies preset margins in C++.... auto doc = System :: MakeObject < Aspose...get_MyDir () + u "Rendering.docx" ); // Saving a document to...

    reference.aspose.com/words/cpp/aspose.words/mar...
  3. Document.FootnoteOptions | Aspose.Words for .NET

    Explore the Document FootnoteOptions property To cusTomize footnote numbering and positioning, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // A footnote is a way to...

    reference.aspose.com/words/net/aspose.words/doc...
  4. Document.EndnoteOptions | Aspose.Words for .NET

    Explore the EndnoteOptions property To cusTomize endnote numbering and positioning, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // An endnote is a way to...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Story.FirstParagraph | Aspose.Words for .NET

    Discover the STory FirstParagraph property To easily extract the first paragraph of any sTory, enhancing your content and user engagement....Document doc = new Document (); Run run = new Run ( doc , "Hello...HighlightColor = Color . Yellow ; doc . FirstSection . Body . FirstParagraph...

    reference.aspose.com/words/net/aspose.words/sto...
  6. DocumentBuilder.document property | Aspose.Word...

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

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java....Document doc = new Document(getMyDir() + "Bibliography.docx"); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("Text to be cited...

    reference.aspose.com/words/java/com.aspose.word...
  8. CustomPartCollection Class | Aspose.Words for .NET

    Explore the Aspose.Words.Markup.CusTomPartCollection class for managing CusTomPart objects efficiently. Enhance your Document processing capabilities Today!... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  9. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property To cusTomize your Document's first page with unique headers and footers for a professional Touch.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/pag...
  10. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom facTor for the generated images.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...

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