Sort Score
Result 10 results
Languages All
Labels All
Results 9,651 - 9,660 of 157,061 for

doc

(0.13 sec)
  1. MarkdownSaveOptions.ExportImagesAsBase64 | Aspo...

    Discover how the MarkdownSaveOptions ExportImagesAsBase64 property enhances your output files by allowing image saving in Base64 format. Default, false.... Document doc = new Document ( MyDir + "Images...ExportImagesAsBase64 = exportImagesAsBase64 }; doc . Save ( ArtifactsDir + "MarkdownSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. HorizontalRuleFormat.height property | Aspose.W...

    HorizontalRuleFormat.height property. Gets or sets the height of the horizontal rule.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertHorizontalRule...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. HtmlSaveOptions.ExportPageSetup | Aspose.Words ...

    Discover how the HtmlSaveOptions ExportPageSetup property enhances your HTML, MHTML, or EPUB exports by allowing customizable page setups for better output....Microsoft Word file formats (DOCX, DOC, RTF, WML). In most cases HTML...when saving to HTML. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  4. FieldNoteRef.bookmark_name property | Aspose.Wo...

    FieldNoteRef.bookmark_name property. Gets or sets the name of the bookmark.... def field_note_ref (): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Create a bookmark with a footnote...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DocumentBuilder.MoveToField | Aspose.Words for ...

    Effortlessly navigate your Documents with the DocumentBuilder MoveToField method, allowing quick cursor movement to any field for enhanced editing efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a field using the...

    reference.aspose.com/words/net/aspose.words/doc...
  6. DmlRenderingMode Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Saving.DmlRenderingMode enhances DrawingML shape rendering for high-quality fixed page formats. Optimize your Document visuals!... Document doc = new Document ( MyDir + "DrawingML...DmlRenderingMode = dmlRenderingMode ; doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  7. Aspose::Words::Saving::HtmlSaveOptions::HtmlSav...

    Aspose::Words::Saving::HtmlSaveOptions::HtmlSaveOptions constructor. Initializes a new instance of this class that can be used to save a Document in the Html format in C++.... auto doc = MakeObject < Document > ( MyDir...set_ExportDocumentProper ( true ); doc -> Save ( ArtifactsDir + u "HtmlSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. Replacer.ReplaceToImages | Aspose.Words for .NET

    Effortlessly transform your input files by replacing character patterns with custom strings and generating stunning images with our ReplaceToImages method....string in the document: string doc = MyDir + "Footer.docx" ; string...Replacer . ReplaceToImages ( doc , new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.low...
  9. HtmlLoadOptions.BlockImportMode | Aspose.Words ...

    Discover HtmlLoadOptions' BlockImportMode property to customize block-level element imports. Control merging for optimal content management!...Document doc = new Document ( stream , loadOptions ); doc . Save...

    reference.aspose.com/words/net/aspose.words.loa...
  10. SvgSaveOptions.id_prefix property | Aspose.Word...

    SvgSaveOptions.id_prefix property. Specifies a prefix that is prepended to all generated element IDs in the output Document... doc = aw . Document ( file_name =...save_options . id_prefix = 'pfx1_' doc . save ( file_name = ARTIFACTS_DIR...

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