FieldSeq.insert_next_number property. Gets or sets whether to insert the next sequence number for the specified item.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # SEQ fields display a count...
FieldSeq.reset_number property. Gets or sets an integer number to reset the sequence number to... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # SEQ fields display a count...
BuiltInDocumentProperties Bytes property. Represents an estimate of the number of bytes in the Document in C#....public void Content () { Document doc = new Document ( MyDir + "Paragraphs...BuiltInDocumentPrope properties = doc . BuiltInDocumentPrope ; // By...
TextPath Bold property. True if the font is formatted as bold in C#....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...
TextPath StrikeThrough property. True if the font is formatted as strikethrough text in C#....InsertTextPaths () { Document doc = new Document (); // Insert...Shape shape = AppendWordArt ( doc , "Hello World! This text is...
Document.original_file_name property. Gets the original file name of the Document.... doc = aw . Document ( file_name =...( MY_DIR + 'Document.docx' , doc . original_file_name ) self ...