Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 165,809 for

doc

(0.09 sec)
  1. Add Watermark in Ruby|Aspose.Words for Java

    Add watermark to MS Word Documents using Ruby....def insert_watermark_text ( doc , watermark_text ) # Create a...aspose.words.Shape" ) . new ( doc , shape_type . TEXT_PLAIN_TEXT...

    docs.aspose.com/words/java/add-watermark-in-ruby/
  2. DigitalSignature.sign_time property | Aspose.Wo...

    DigitalSignature.sign_time property. Gets the time the Document was signed.... doc = aw . Document ( MY_DIR + 'Digitally...signed.docx' ) for signature in doc . digital_signatures : print...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Font::get_Bold method | Aspose.W...

    Aspose::Words::Font::get_Bold method. True if the font is formatted as bold in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...

    reference.aspose.com/words/cpp/aspose.words/fon...
  4. Range.structured_document_tags property | Aspos...

    Range.structured_Document_tags property. Returns a [Range.structured_Document_tags](./) collection that represents all structured Document tags in the range.... doc = aw . Document ( file_name =...) structured_document_tags = doc . range . structured_document_tags...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Run::get_IsPhoneticGuide method ...

    Aspose::Words::Run::get_IsPhoneticGuide method. Gets a boolean value indicating either the run is a phonetic guide in C++.... auto doc = System :: MakeObject < Aspose...Words :: RunCollection > runs = doc -> get_FirstSection () -> get_Body...

    reference.aspose.com/words/cpp/aspose.words/run...
  6. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF Document in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  7. DigitalSignatureDetails.sign_options property |...

    DigitalSignatureDetails.sign_options property. Gets or sets a [DigitalSignatureDetails.sign_options](./) 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...
  8. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  9. ParagraphFormat.rightIndent property | Aspose.W...

    ParagraphFormat.rightIndent property. Gets or sets the value (in points) that represents the right indent for paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Center all text that the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. ParagraphFormat.leftIndent property | Aspose.Wo...

    ParagraphFormat.leftIndent property. Gets or sets the value (in points) that represents the left indent for paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Center all text that the...

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