Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 19,461 for

aws

(0.08 sec)
  1. ImportFormatOptions class | Aspose.Words for No...

    Aspose.Words.ImportFormatOptions class. Allows to specify various import options to format output...dstDoc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . document . styles . add ( aw . StyleType . Paragraph , "MyStyle"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. OptionButtonControl class | Aspose.Words for Py...

    aspose.words.drawing.ole.OptionButtonControl class. The OptionButton control enables a single choice in a limited set of mutually exclusive choices.... doc = aw . Document ( file_name = MY_DIR...) shape1 = doc . get_child ( aw . NodeType . SHAPE , 0 , True...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaReferenceCollection.remove method | Aspose.W...

    VbaReferenceCollection.remove method. Removes the first occurrence of a specified [VbaReference](../../vbareference/) item from the collection....dll" ; let doc = new aw . Document ( base . myDir + "VBA...case aw . Vba . VbaReferenceType . Registered : case aw . Vba...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. OutlineOptions.create_missing_outline_levels pr...

    OutlineOptions.create_missing_outline_levels property. Gets or sets a value determining whether or not to create missing outline levels when the document is exported.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . style_identifier = aw . StyleIdentifier . HEADING1...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ChartAxis.axisBetweenCategories property | Aspo...

    ChartAxis.axisBetweenCategories property. Gets or sets a flag indicating whether the value axis crosses the category axis between categories....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SvgSaveOptions.exportEmbeddedImages property | ...

    SvgSaveOptions.exportEmbeddedImages property. Specifies whether images should be embedded into the SVG document as base64...yet' , () => { let doc = new aw . Document ( base . myDir + "Rendering..."Rendering.docx" ); let options = new aw . Saving . SvgSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. IWarningCallback.warning method | Aspose.Words ...

    IWarningCallback.warning method. Aspose.Words invokes this method when it encounters some issue during document loading or saving that might result in loss of formatting or data fidelity.... doc = aw . Document ( file_name = MY_DIR...warnings. warning_collector = aw . WarningInfoCollectio () doc...

    reference.aspose.com/words/python-net/aspose.wo...
  8. XpsSaveOptions.useBookFoldPrintingSettings prop...

    XpsSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/).... let doc = new aw . Document ( base . myDir + "Paragraphs...xpsOptions = new aw . Saving . XpsSaveOptions ( aw . SaveFormat ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Table.allowAutoFit property | Aspose.Words for ...

    Table.allowAutoFit property. Allows Microsoft Word and Aspose.Words to automatically resize cells in a table to fit their contents....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...cellFormat . preferredWidth = aw . Tables . PreferredWidth . fromPoints...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ImportFormatOptions.ignore_header_footer proper...

    ImportFormatOptions.ignore_header_footer property. Gets or sets a boolean value that specifies that source formatting of headers/footers content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... dst_doc = aw . Document ( file_name = MY_DIR...+ 'Document.docx' ) src_doc = aw . Document ( file_name = MY_DIR...

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