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...
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...
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...
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...
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...
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...
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...
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...
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...