Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 5,693 for

aws

(0.1 sec)
  1. Paragraph.breakIsStyleSeparator property | Aspo...

    Paragraph.breakIsStyleSeparator property. True if this paragraph break is a Style Separator...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...\\u" ); builder . insertBreak ( aw . BreakType . PageBreak ); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ShapeBase.horizontalAlignment property | Aspose...

    ShapeBase.horizontalAlignment property. Specifies how the shape is positioned horizontally....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Logo.jpg" ); shape . wrapType = aw . Drawing . WrapType . None ;...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. RtfSaveOptions.save_images_as_wmf property | As...

    RtfSaveOptions.save_images_as_wmf property. When ``True`` all images will be saved as WMF.... doc = aw . Document () builder = aw . DocumentBuilder...'Logo.jpg' ) self . assertEqual ( aw . drawing . ImageType . JPEG...

    reference.aspose.com/words/python-net/aspose.wo...
  4. DocumentBuilder class | Aspose.Words for Node.js

    Aspose.Words.DocumentBuilder class. Provides methods to insert text, images and other content, specify font, paragraph and section formatting...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . moveToHeaderFooter ( aw . HeaderFooterType . HeaderFirst...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ParagraphFormat.style property | Aspose.Words f...

    ParagraphFormat.style property. Gets or sets the paragraph style applied to this formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style = doc . styles . add ( aw . StyleType . Paragraph , "MyStyle1"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions.tiffCompression property | Asp...

    ImageSaveOptions.tiffCompression property. Gets or sets the type of compression to apply when saving generated images to the TIFF format....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...options = new aw . Saving . ImageSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. LegendPosition enumeration | Aspose.Words for P...

    aspose.words.drawing.charts.LegendPosition enumeration. Specifies the possible positions for a chart legend.... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TabStop.position property | Aspose.Words for Py...

    TabStop.position property. Gets the position of the tab stop in points.... doc = aw . Document ( file_name = MY_DIR...para in doc . get_child_nodes ( aw . NodeType . PARAGRAPH , True...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PsSaveOptions.saveFormat property | Aspose.Word...

    PsSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used... let doc = new aw . Document ( base . myDir + "Paragraphs...normally. let saveOptions = new aw . Saving . PsSaveOptions () saveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ImportFormatOptions.forceCopyStyles property | ...

    ImportFormatOptions.forceCopyStyles property. Gets or sets a boolean value indicating either to copy conflicting styles in [ImportFormatMode.KeepSourceFormatting](../../importformatmode/#KeepSourceFormatting) mode... const srcDoc = new aw . Document ( base . myDir + "Styles...source.docx" ); const dstDoc = new aw . Document ( base . myDir + "Styles...

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