Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 180,129 for

doc

(0.28 sec)
  1. OoxmlSaveOptions.digital_signature_details prop...

    OoxmlSaveOptions.digital_signature_details property. Gets or sets [DigitalSignatureDetails](../../digitalsignaturedetails/) object used to sign a Document.... doc = aw . Document ( file_name =.... sign_options . comments ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  2. XpsSaveOptions.digital_signature_details proper...

    XpsSaveOptions.digital_signature_details property. Gets or sets [DigitalSignatureDetails](../../digitalsignaturedetails/) object used to sign a Document.... doc = aw . Document ( file_name =.... sign_options . comments ) doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Run::get_PhoneticGuide method | ...

    Aspose::Words::Run::get_PhoneticGuide method. Gets a PhoneticGuide object in C++.... auto doc = System :: MakeObject < Aspose...Words :: RunCollection > runs = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/run...
  4. FieldAdvance.vertical_position property | Aspos...

    FieldAdvance.vertical_position property. Gets or sets the number of points by which the text that follows the field should be moved vertically from the top edge of the page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( 'This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Theme.colors property | Aspose.Words for Node.js

    Theme.colors property. Allows to specify the set of theme colors for the Document.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. FieldAdvance.right_offset property | Aspose.Wor...

    FieldAdvance.right_offset property. Gets or sets the number of points by which the text that follows the field should be moved right.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . write ( 'This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfDigitalSignatureTimestampSettings.timeout pr...

    PdfDigitalSignatureTimestampSettings.timeout property. Time-out value for accessing timestamp server.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Signed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CellFormat.wrapText property | Aspose.Words for...

    CellFormat.wrapText property. If ``true``, wrap text for the cell.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. RowFormat.clearFormatting method | Aspose.Words...

    RowFormat.clearFormatting method. Resets to default row formatting.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Table.set_border method | Aspose.Words for Python

    Table.set_border method. Sets the specified table border to the specified line style, width and color.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) table = doc . first_section . body . tables...

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