Document.built_in_Document_properties property. Returns a collection that represents all the built-in Document properties of the Document.... doc = aw . Document ( MY_DIR + 'Properties...'Document filename: \n\t " { doc . original_file_name } "' ) #...
Discover the Aspose.Words.Fields.FieldSeq class for seamless SEQ field implementation. Enhance your Document automation with powerful features and flexibility.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // SEQ fields display a count...
DocumentVisitor.visitParagraphEnd method. Called when enumeration of a paragraph has ended....'DocStructureToText' , () => { let doc = new aw . Document ( base ....and modify each visited node. doc . accept ( visitor ); console...
DocumentVisitor.visitBodyStart method. Called when enumeration of the main text story in a section has started....'DocStructureToText' , () => { let doc = new aw . Document ( base ....and modify each visited node. doc . accept ( visitor ); console...
DocumentVisitor.visitRun method. Called when a run of text in the is encountered....'DocStructureToText' , () => { let doc = new aw . Document ( base ....and modify each visited node. doc . accept ( visitor ); console...
DocumentVisitor.visitSectionStart method. Called when enumeration of a section has started....'DocStructureToText' , () => { let doc = new aw . Document ( base ....and modify each visited node. doc . accept ( visitor ); console...
Aspose::Words::Fields::FieldToc::get_HeadingLevelRange method. Gets or sets a range of heading levels to include in C++.... void FieldToc_ () { auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); builder -> StartBookmark (...
FieldRD.file_name property. Gets or sets the name of the file to include when generating a table of contents, table of authorities, or index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Use a document builder to insert...
Aspose::Words::BuildingBlocks::BuildingBlock::get_Behavior method. Specifies the behavior that shall be applied when the contents of the building block is inserted into the main Document in C++.... auto doc = MakeObject < Document > ();...MakeObject < GlossaryDocument > (); doc -> set_GlossaryDocument ( glossaryDoc...