Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 18,198 for

aws

(0.14 sec)
  1. TabStop.equals method | Aspose.Words for Node.js

    TabStop.equals method. Compares with the specified [TabStop](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. MetafileRenderingOptions.renderingMode property...

    MetafileRenderingOptions.renderingMode property. Gets or sets a value determining how metafile images should be rendered....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir + "WMF...let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FrameFormat class | Aspose.Words for Node.js

    Aspose.Words.FrameFormat class. Represents frame related formatting for a paragraph.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TabStopCollection.equals method | Aspose.Words ...

    TabStopCollection.equals method. Determines whether the specified [TabStopCollection](../) is equal in value to the current [TabStopCollection](../)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. ListLevel.text_position property | Aspose.Words...

    ListLevel.text_position property. Returns or sets the position (in points) for the second line of wrapping text for the list level.... doc = aw . Document () # A list allows...lists . add ( list_template = aw . lists . ListTemplate . NUMBER_DEFAULT...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ListLevel.custom_number_style_format property |...

    ListLevel.custom_number_style_format property. Gets or sets the custom number style format for this list level... doc = aw . Document ( file_name = MY_DIR...list_level . number_style == aw . NumberStyle . CUSTOM : cus...

    reference.aspose.com/words/python-net/aspose.wo...
  7. HtmlSaveOptions.documentSplitHeadingLevel prope...

    HtmlSaveOptions.documentSplitHeadingLevel property. Specifies the maximum level of headings at which to split the document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...at 3 to 9. let options = new aw . Saving . HtmlSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. IImageSavingCallback.imageSaving method | Aspos...

    IImageSavingCallback.imageSaving method. Called when Aspose.Words saves an image to HTML....'DocumentPartsFileNam' , () => { let doc = new aw . Document ( base . myDir + "Rendering...document to HTML. let options = new aw . Saving . HtmlSaveOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. DocumentPartSavingArgs.document property | Aspo...

    DocumentPartSavingArgs.document property. Gets the document object that is being saved....'DocumentPartsFileNam' , () => { let doc = new aw . Document ( base . myDir + "Rendering...document to HTML. let options = new aw . Saving . HtmlSaveOptions ();...

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

    aspose.words.ConditionalStyle class. Represents special formatting applied to some area of a table with assigned table style... doc = aw . Document () builder = aw . DocumentBuilder...table_style = doc . styles . add ( aw . StyleType . TABLE , 'MyTableStyle1'...

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