Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 30,987 for

doc

(0.11 sec)
  1. IDocumentSavingCallback Interface | Aspose.Word...

    Implement the Aspose.Words.Saving.IDocumentSavingCallback interface to create custom save methods for Documents, enhancing your Document management solutions....saveFormat , string ext ) { Document doc = new Document ( MyDir + "Big...OperationCanceledExc >(() => doc . Save ( ArtifactsDir + $"HtmlSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ViewOptions.doNotDisplayPageBoundaries property...

    ViewOptions.doNotDisplayPageBoundaries property. Turns off display of the space between the top of the text and the top edge of the page.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Insert content that spans...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Document.originalFileName property | Aspose.Wor...

    Document.originalFileName property. Gets the original file name of the Document.... Doc ); // Below are two methods of...detected file extension. let doc = new aw . Document ( docStream...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Font.name_ascii property | Aspose.Words for Python

    Font.name_ascii property. Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Suppose a run that we use...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FileFormatUtil.loadFormatToSaveFormat method | ...

    FileFormatUtil.loadFormatToSaveFormat method. Converts a [LoadFormat](../../loadformat/) value to a [SaveFormat](../../saveformat/) value if possible.... Doc ); // Below are two methods of...detected file extension. let doc = new aw . Document ( docStream...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PageSetup.BorderSurroundsHeader | Aspose.Words ...

    Discover the PageSetup BorderSurroundsHeader property to customize your page borders. Control header inclusion for a polished Document layout.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Writeln ( "Hello...

    reference.aspose.com/words/net/aspose.words/pag...
  7. ImageSaveOptions.Resolution | Aspose.Words for ...

    Optimize your images with ImageSaveOptions! Control horizontal and vertical resolution in DPI for stunning quality and clarity. Enhance your visuals today!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Times...

    reference.aspose.com/words/net/aspose.words.sav...
  8. ShapeBase.aspect_ratio_locked property | Aspose...

    ShapeBase.aspect_ratio_locked property. Specifies whether the shape's aspect ratio is locked.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a shape. If we open...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfSaveOptions.text_compression property | Aspo...

    PdfSaveOptions.text_compression property. Specifies compression type to be used for all textual content in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 100 : builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Node.clone method | Aspose.Words for Python

    Node.clone method. Creates a duplicate of the node.... doc = aw . Document () para = doc . first_section...append_child ( aw . Run ( doc = doc , text = 'Hello world!' ))...

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