Bookmark.bookmarkStart property. Gets the node that represents the start of the bookmark....let doc = CreateDocumentWithBo ( 3 ); let bookmarks = doc . range...
XpsSaveOptions.digitalSignatureDetails property. Gets or sets [DigitalSignatureDetails](../../digitalsignaturedetails/) object used to sign a Document.... let doc = new aw . Document ( base ....toEqual ( "Some comments" ); doc . save ( base . artifactsDir...
Load and save MS Word Document to disk using Ruby.... doc = Rjb :: import ( 'com.aspose..."Document.doc" ) \ # Save the document as DOCX document. doc . save...
Aspose::Words::Saving::SvgSaveOptions::get_IdPrefix method. Specifies a prefix that is prepended to all generated element IDs in the output Document. Default value is null and no prefix is prepended in C++.... auto doc = System :: MakeObject < Aspose...set_IdPrefix ( u "pfx1_" ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::DigitalSignatures::DigitalSignature::get_SignatureValue method. Gets an array of bytes representing a signature value in C++.... auto doc = System :: MakeObject < Aspose...( auto && digitalSignature : doc -> get_DigitalSignatures ())...
Aspose::Words::Saving::XlsxSaveOptions::get_CompressionLevel method. Specifies the compression level used to save Document. The default value is Normal in C++.... auto doc = System :: MakeObject < Aspose...Words :: SaveFormat :: Xlsx ); doc -> Save ( get_ArtifactsDir ()...
Aspose::Words::Notes::FootnoteSeparatorCollection::idx_get method. Retrieves a FootnoteSeparator of the specified type in C++.... auto doc = System :: MakeObject < Aspose...FootnoteSeparator > footnoteSeparator = doc -> get_FootnoteSeparators ()...
Discover the Aspose.Words.Fields.FieldEditTime class for efficient Document editing. Simplify your workflow with powerful EDITTIME field management.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // The EDITTIME field will...