Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 5,693 for

aws

(0.1 sec)
  1. SectionLayoutMode enumeration | Aspose.Words fo...

    Aspose.Words.SectionLayoutMode enumeration. Specifies the layout mode for a section allowing to define the document grid behavior....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...builder . pageSetup . layoutMode = aw . SectionLayoutMode . Grid ;...

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

    Aspose.Words.IWarningCallback class. Implement this interface if you want to have your own custom method called to capture loss of fidelity warnings that can occur during document loading or saving....IWarningCallback' , () => { let doc = new aw . Document ( base . myDir + "WMF...let metafileRenderingOpt = new aw . Saving . MetafileRenderingOpt...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. TabStop.is_clear property | Aspose.Words for Py...

    TabStop.is_clear property. Returns ``True`` if this tab stop clears any existing tab stops in this position.... doc = aw . Document () builder = aw . DocumentBuilder...tab_stops . add ( tab_stop = aw . TabStop ( position = 72 ))...

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

    Aspose.Words.Body class. Represents a container for the main text of a section... let doc = new aw . Document (); // A blank document...document node. let section = new aw . Section ( doc ); doc . appendChild...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FrameFormat.width property | Aspose.Words for P...

    FrameFormat.width property. Gets the width of the specified frame, in points.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartAxisTitle class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartAxisTitle class. Provides access to the axis title properties... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Shape.fill_color property | Aspose.Words for Py...

    Shape.fill_color property. Defines the brush color that fills the closed path of the shape.... doc = aw . Document () builder = aw . DocumentBuilder...insert_shape ( aw . drawing . ShapeType . CLOUD_CALLOUT , aw . drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Paragraph.frame_format property | Aspose.Words ...

    Paragraph.frame_format property. Provides access to the frame formatting properties.... doc = aw . Document ( MY_DIR + 'Paragraph...height ) self . assertEqual ( aw . HeightRule . AT_LEAST , paragraph_frame...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ParagraphFormat.is_list_item property | Aspose....

    ParagraphFormat.is_list_item property. True when the paragraph is an item in a bulleted or numbered list.... doc = aw . Document () builder = aw . DocumentBuilder...lists . add ( list_template = aw . lists . ListTemplate . OUTLINE_NUMBERS...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RowFormat.borders property | Aspose.Words for P...

    RowFormat.borders property. Gets the collection of default cell borders for the row.... doc = aw . Document () builder = aw . DocumentBuilder...paragraph_format . alignment = aw . ParagraphAlignment . CENTER...

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