aspose.words.fields.FieldTime class. Implements the TIME field...field_time (): doc = aw . Document () builder = aw . DocumentBuilder...builder : aw . DocumentBuilder , format : str ) -> aw . fields...
StyleCollection.add method. Creates a new user defined style and adds it the collection.... doc = aw . Document () # A list allows...list_style = doc . styles . add ( aw . StyleType . LIST , 'MyListStyle'...
XamlFlowSaveOptions.images_folder_alias property. Specifies the name of the folder used to construct image URIs written into an XAML document...test_image_folder ( self ): doc = aw . Document ( MY_DIR + "Rendering...the XAML save format. options = aw . saving . XamlFlowSaveOptions...
StyleCollection.add method. Creates a new user defined style and adds it the collection.... let doc = new aw . Document (); let styles = doc...default settings. styles . add ( aw . StyleType . Paragraph , "MyStyle"...
ChartNumberFormat.is_linked_to_source property. Specifies whether the format code is linked to a source cell... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
Document.automatically_update_styles property. Gets or sets a flag indicating whether the styles in the document are updated to match the styles in the attached template each time the document is opened in MS Word.... doc = aw . Document () # Microsoft Word...have attached templates. doc = aw . Document () # Enable automatic...
FindReplaceOptions.ignore_inserted property. Gets or sets a boolean value indicating either to ignore text inside insert revisions... doc = aw . Document () builder = aw . DocumentBuilder...find-and-replace process. options = aw . replacing . FindReplaceOptions...
ChartDataLabelCollection.show_percentage property. Allows to specify whether percentage value is to be displayed for the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...