LayoutEnumerator.move_first_child method. Moves to the first child entity.... doc = aw . Document ( MY_DIR + 'Layout...like a tree. layout_enumerator = aw . layout . LayoutEnumerator (...
FindReplaceOptions.replacingCallback property. The user-defined method which is called before every replace occurrence....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...find-and-replace process. let options = new aw . Replacing . FindReplaceOptions...
SaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used.... let doc = new aw . Document ( base . myDir + "Rendering...will save. let saveOptions = new aw . Saving . HtmlSaveOptions ();...
Comment.dateTimeUtc property. Gets the UTC date and time that the comment was made....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..., 0 , 0 ); let comment = new aw . Comment ( doc , "John Doe"...
VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... doc = aw . Document () # Create a new...new VBA project. project = aw . vba . VbaProject () project . name...
Créez et modifiez des graphiques de différents types dans un document à l'aide de Python....la série: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...
Cree y modifique gráficos de varios tipos en un documento usando Python....la serie: doc = aw . Document () builder = aw . DocumentBuilder...shape = builder . insert_chart ( aw . drawing . charts . ChartType...
PageSet.even property. Gets a set with all the even pages of the document in their original order....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...< 4 ) builder . insertBreak ( aw . BreakType . PageBreak ); }...
XpsSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...paragraphFormat . styleIdentifier = aw . StyleIdentifier . Heading1...