Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 10,035 for

aws

(0.06 sec)
  1. StoryType enumeration | Aspose.Words for Python

    aspose.words.StoryType enumeration. Text of a Word document is stored in stories... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . CUBE...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Hyphenation.registerDictionary method | Aspose....

    Aspose.Words.Hyphenation.registerDictionary method... aw . Hyphenation . registerDictionary..."hyph_de_CH.dic" ); expect ( aw . Hyphenation . isDictionaryRegister...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldCitation.prefix property | Aspose.Words fo...

    FieldCitation.prefix property. Gets or sets a prefix that is prepended to the citation.... doc = aw . Document ( MY_DIR + 'Bibliography...'Bibliography.docx' ) builder = aw . DocumentBuilder ( doc ) builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ListLevel.isLegal property | Aspose.Words for N...

    ListLevel.isLegal property. True if the level turns all inherited numbers to Arabic, false if it preserves their number style....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel.restartAfterLevel property | Aspose.W...

    ListLevel.restartAfterLevel property. Sets or returns the list level that must appear before the specified list level restarts numbering....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let list = doc . lists . add ( aw . Lists . ListTemplate . NumberDefault...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfPageMode enumeration | Aspose.Words for Node.js

    Aspose.Words.Saving.PdfPageMode enumeration. Specifies how the PDF document should be displayed when opened in the PDF reader.... let doc = new aw . Document ( base . myDir + "Bookmarks...to .PDF. let saveOptions = new aw . Saving . PdfSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PclSaveOptions.fallbackFontName property | Aspo...

    PclSaveOptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . PclSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Field.type property | Aspose.Words for Node.js

    Field.type property. Gets the Microsoft Word field type....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...expect ( field . type ). toEqual ( aw . Fields . FieldType . FieldDate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. CompareOptions.advancedOptions property | Aspos...

    CompareOptions.advancedOptions property. Specifies advanced compare options that might help to produce more precise comparison output.... let docA = new aw . Document ( base . myDir + "DML...original.docx" ); let docB = new aw . Document ( base . myDir + "DML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ShadowFormat class | Aspose.Words for Python

    aspose.words.drawing.ShadowFormat class. Represents shadow formatting for an object... doc = aw . Document ( file_name = MY_DIR...docx' ) shape = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

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