FieldDate.use_saka_era_calendar property. Gets or sets whether to use the Saka Era calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...
Comment.dateTime property. Gets the date and time that the comment was made....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...
CommentRangeEnd.accept method. Accepts a visitor....'CreateCommentsAndPri' , () => { let doc = new aw . Document (); let newComment...newComment = new aw . Comment ( doc ); newComment . author = "VDeryushev"...
Document.custom_Document_properties property. Returns a collection that represents all the custom Document properties of the Document.... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...
Can be used to specify additional options when saving a Document into the SaveFormat.TEXT format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Paragraph...
Aspose.Words.Font class. Contains font attributes (font name, font size, color, and so on) for an object... let doc = new aw . Document (); let run...run = new aw . Run ( doc , "Hello world!" ); let font = run ...