Aspose::Words::Fields::FieldEditTime class. Implements the EDITTIME field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // The EDITTIME field will...
Implements the NUMCHARS field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...
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 Microsoft Word Document field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); Field dateField = builder.insertField("DATE...
Aspose::Words::Fields::FieldKeywords class. Implements the KEYWORDS field. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add some keywords, also...
Aspose::Words::Fields::FieldIndex::get_RunSubentriesOnSameLine method. Gets or sets whether run subentries into the same line as the main entry in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create an INDEX field which...
PageSetup.lineNumberCountBy property. Returns or sets the numeric increment for line numbers.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // We can use the section's...
Effortlessly convert file name extensions to SaveFormat values with the FileFormatUtil ExtensionToSaveFormat method. Simplify your file management today!... Doc )); // Below are two methods...detected file extension. Document doc = new Document ( docStream );...
Aspose.Words.Saving.ImagePixelFormat enumeration. Specifies the pixel format for the generated images of Document pages.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . paragraphFormat . style = doc . styles...