Sort Score
Result 10 results
Languages All
Labels All
Results 6,781 - 6,790 of 18,041 for

aws

(0.07 sec)
  1. OfficeMathJustification enumeration | Aspose.Wo...

    aspose.words.math.OfficeMathJustification enumeration. Specifies the justification of the equation.... doc = aw . Document ( file_name = MY_DIR...office_math = doc . get_child ( aw . NodeType . OFFICE_MATH , 0...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PdfEncryptionDetails.user_password property | A...

    PdfEncryptionDetails.user_password property. Specifies the user password required for opening the encrypted PDF document.... doc = aw . Document () builder = aw . DocumentBuilder...annotations. encryption_details = aw . saving . PdfEncryptionDetails...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Paragraph.frameFormat property | Aspose.Words f...

    Paragraph.frameFormat property. Provides access to the frame formatting properties.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FrameFormat.horizontalAlignment property | Aspo...

    FrameFormat.horizontalAlignment property. Gets horizontal alignment of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FrameFormat.relativeHorizontalPosition property...

    FrameFormat.relativeHorizontalPosition property. Gets the relative horizontal position of a frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FrameFormat.horizontalPosition property | Aspos...

    FrameFormat.horizontalPosition property. Gets horizontal distance between the edge of the frame and the item specified by the [FrameFormat.relativeHorizontalPosition](../relativeHorizontalPosition/) property.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FrameFormat.verticalAlignment property | Aspose...

    FrameFormat.verticalAlignment property. Gets vertical alignment of the specified frame.... let doc = new aw . Document ( base . myDir + "Paragraph...frameFormat . heightRule ). toEqual ( aw . HeightRule . AtLeast ); expect...

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

    aspose.words.fields.FieldAutoNumOut class. Implements the AUTONUMOUT field... doc = aw . Document () builder = aw . DocumentBuilder... insert_field ( field_type = aw . fields . FieldType . FIELD_AUTO_NUM_OUTLINE...

    reference.aspose.com/words/python-net/aspose.wo...
  9. HtmlSaveOptions.export_xhtml_transitional prope...

    HtmlSaveOptions.export_xhtml_transitional property. Specifies whether to write the DOCTYPE declaration when saving to HTML or MHTML... doc = aw . Document () builder = aw . DocumentBuilder...' ) options = aw . saving . HtmlSaveOptions ( aw . SaveFormat...

    reference.aspose.com/words/python-net/aspose.wo...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...id="_cmnt1" style="-aw-comment-author:'Alex Noskov'; -aw-comment-dat...-aw-comment-datetime:'2024-09-03T14:41:00'; -aw-comment-initial:'AN'"> <p st...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...