Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 5,690 for

aws

(0.08 sec)
  1. FieldXE.yomi property | Aspose.Words for Python

    FieldXE.yomi property. Gets or sets the yomi (first phonetic character for sorting indexes) for the index entry... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_INDEX...

    reference.aspose.com/words/python-net/aspose.wo...
  2. LoadFormat enumeration | Aspose.Words for Node.js

    Aspose.Words.LoadFormat enumeration. Indicates the format of the document that is to be loaded....file extension" ); let info = aw . FileFormatUtil . detectFileFormat...expect ( loadFormat ). toEqual ( aw . LoadFormat . Doc ); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FileFormatUtil.detect_file_format method | Aspo...

    aspose.words.FileFormatUtil.detect_file_format method... doc = aw . Document () # Configure a SaveOptions...save_options = aw . saving . OdtSaveOptions ( save_format = aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TxtSaveOptionsBase.export_headers_footers_mode ...

    TxtSaveOptionsBase.export_headers_footers_mode property. Specifies the way headers and footers are exported to the text formats... doc = aw . Document () # Insert even and...headers_footers . add ( aw . HeaderFooter ( doc , aw . HeaderFooterType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConvertUtil.pixel_to_point method | Aspose.Word...

    aspose.words.ConvertUtil.pixel_to_point method... doc = aw . Document () builder = aw . DocumentBuilder...page_setup page_setup . top_margin = aw . ConvertUtil . pixel_to_point...

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

    aspose.words.PageSetup class. Represents the page setup properties of a section... doc = aw . Document () builder = aw . DocumentBuilder.... page_setup . orientation = aw . Orientation . LANDSCAPE builder...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Cell.ensureMinimum method | Aspose.Words for No...

    Cell.ensureMinimum method. If the last child is not a paragraph, creates and appends one empty paragraph....let doc = new aw . Document (); let table = new aw . Tables . Table...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Table.verticalAnchor property | Aspose.Words fo...

    Table.verticalAnchor property. Gets the base object from which the vertical positioning of floating table should be calculated... let doc = new aw . Document ( base . myDir + "Table...if ( table . textWrapping == aw . Tables . TextWrapping . Around...

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

    aspose.words.drawing.TextPath class. Defines the text and formatting of the text path (of a WordArt object)...def insert_text_paths (): doc = aw . Document () # Insert a WordArt... pydrawing . Color . black , aw . drawing . ShapeType . TEXT_PLAIN_TEXT...

    reference.aspose.com/words/python-net/aspose.wo...
  10. AxisDisplayUnit.customUnit property | Aspose.Wo...

    AxisDisplayUnit.customUnit property. Gets or sets a user-defined divisor to scale display units on the value axis....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...