Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 157,584 for

doc

(0.08 sec)
  1. EndnoteOptions class | Aspose.Words for Python

    aspose.words.notes.EndnoteOptions class. Represents the endnote numbering options for a Document or section... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # An endnote is a way to...

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

    aspose.words.drawing.LayoutFlow enumeration. Determines the flow of the text layout in a textbox.... and change its orientation doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) textbox = aw . drawing . Shape ( doc , aw ...

    reference.aspose.com/words/python-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. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...